summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update new test file referencesAllen Byrne2016-09-292-0/+4
|
* revert merge change to cleanup filesAllen Byrne2016-09-291-1/+3
|
* Fix incorrect use of H5Rdereference2Allen Byrne2016-09-291-3/+3
|
* remove merge typoAllen Byrne2016-09-291-1/+0
|
* Remove unsupported functionAllen Byrne2016-09-282-72/+4
|
* Merge/align from trunk(develop)Allen Byrne2016-09-2817-767/+860
|
* Merge/align with trunkAllen Byrne2016-09-289-2129/+2064
|
* Update functions to align with trunkAllen Byrne2016-09-281-154/+152
|
* Fix function declarationAllen Byrne2016-09-281-7/+7
|
* HDFFV-9974: Correct parsing of UD filter parameters.Allen Byrne2016-09-274-438/+357
| | | | | Verified by user, who reported issue. merge from https://bitbucket.hdfgroup.org/projects/HDFFV/repos/hdf5/commits/b947f7e911e498f5455a78836a6f82a042dd5b33
* Merge pull request #30 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-09-191-1/+2
|\ | | | | | | | | * commit '5a8914a6a7dbb075c56a59f5e9728c0ec1dc3e39': HDFFV-9431: allow test to be run in unique vfd folder. Pulled from trunk
| * HDFFV-9431: allow test to be run in unique vfd folder.Allen Byrne2016-09-191-1/+2
|/ | | Pulled from trunk
* Merge pull request #28 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-09-161-0/+7
|\ | | | | | | | | * commit '94afafb661669adebd905b68f26a691cae59f627': Set defualt site name
| * Set defualt site nameAllen Byrne2016-09-161-0/+7
|/
* Merge pull request #24 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-09-152-4/+12
|\ | | | | | | | | | | * commit '0e3e1b8ee4a9c1f8d782d5ff01f0e6c1560afd2b': Change UPDATE_TYPE to git and eull name of Cdash server Add option to submit to Cdash
| * Change UPDATE_TYPE to git and eull name of Cdash serverAllen Byrne2016-09-151-2/+2
| |
| * Add option to submit to CdashAllen Byrne2016-09-151-2/+10
|/
* Merge pull request #19 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-09-061-1/+1
|\ | | | | | | | | * commit '77b8f7f426abb3be82f18df63eda38a9bf6caa81': Restrict git commit hash in tar file names to first 7 characters with --short option.
| * Restrict git commit hash in tar file names to first 7 characterslrknox2016-09-061-1/+1
|/ | | | with --short option.
* Merge pull request #4 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-08-303-14/+34
|\ | | | | | | | | | | | | * commit '5aee5213190f145b5a734f5dc76a67c82f7d6b82': emoved .gitattributes and .gitignore, as the manual migration did not create them. Corrected bbrelease script to create new release version with revision hash. Translate svn commands to git commands for chkmanifest and bbrelease scripts with source in git repository. Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH. Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
| * emoved .gitattributes and .gitignore, as the manual migration did notlrknox2016-08-302-7/+14
| | | | | | | | | | | | create them. Corrected bbrelease script to create new release version with revision hash.
| * Translate svn commands to git commands for chkmanifest and bbreleaselrknox2016-08-302-10/+10
| | | | | | | | | | | | | | | | | | | | scripts with source in git repository. Removed the -p option from the command to run autogen.sh. It interfered with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
| * Removed the -p option from the command to run autogen.sh. It interferedlrknox2016-08-301-0/+13
|/ | | | | | | | with running chkmanifest on a machine with the correct autotools versions but without access to /usr/hdf/bin/AUTOTOOLS. The autogen.sh script says the option is for HDF group use only and is likely to be removed. The same effect can be achieved by adding /usr/hdf/bin/AUTOTOOLS to the beginning of PATH.
* [svn-r30305] Removed spaces in "if" conditional, DT failure.Scot Breitenfeld2016-08-192-12/+20
| | | | Tested:platypus (gnu)
* [svn-r30299] Updated to rid the use of c_size_t and sizeof if storage_size ↵Scot Breitenfeld2016-08-181-31/+12
| | | | | | is available.
* [svn-r30294] Removed the use of C_sizeof, since it causes issues with the ↵Scot Breitenfeld2016-08-162-13/+6
| | | | | | NAG compiler. Tested: jelly (gnu 4.8.3)
* [svn-r30288] Modify bin/chkmanifest for git instead of svn.Larry Knox2016-08-142-5/+9
| | | | Add .gitattributes and .gitignore files to MANIFEST for git repository.
* [svn-r30280] Purpose: Code improvement (HDFFR-9725)Binh-Minh Ribler2016-08-1222-99/+207
| | | | | | | | | | | | | Description: - Added "const" to arguments that should be const - Added "const" to const functions, i.e., function that don't change the objects they operate on. - Removed deprecated functions in previous releases due to missing const. Merged from trunk: 30272 and 30279 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* [svn-r30278] Merge revision 30270 to the 1.8 branchNeil Fortner2016-08-115-5/+117
| | | | | | | | Fix an issue that could occur when allocating a chunked dataset in parallel, with an alignment threshold set to be larger than the chunk size but smaller than the size of the small data aggregator. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
* [svn-r30277] Merge revisions 30264, 30268, and 30275 to 1.8 branchNeil Fortner2016-08-113-18/+189
| | | | | | | | | | | | | | 30264: Fixed an issue that could occur when using H5Pset_alignment where a block could be unaligned, causing an assertion failure. 30268: Remove failure causing code in test/mf.c unintentionally added in r30264. 30275: Rework test_mf_bug1 to work with multi and split drivers. Tested: h5committest, jelly, ummon (trunk); h5committest, jelly, ummon (1.8)
* [svn-r30260] Fixed: HDFFV-9965: HDF5 Fails to build when sizeof or c_sizeof ↵Scot Breitenfeld2016-08-051-1/+2
| | | | | | | | is not available in Fortran Added the use of 'storage_size' if 'c_sizeof' is not available. Tested (jelly, intel)
* [svn-r30249] Add missing define needed for windows compileAllen Byrne2016-08-021-1/+4
|
* [svn-r30234] HDFFV-9706: Add windows env var expansionAllen Byrne2016-08-011-34/+52
|
* [svn-r30191] Snapshot version 1.8 release 18 (snap1)HDF Tester2016-07-186-17/+17
|
* [svn-r30187] Pull windows special files to separate copy block and use list ↵Allen Byrne2016-07-151-4/+5
| | | | for both with/without w character
* [svn-r30186] change copy file to eliminate w characterAllen Byrne2016-07-141-5/+5
|
* [svn-r30183] remove reference to unspecified VAR.Allen Byrne2016-07-131-18/+12
|
* [svn-r30182] Fix missing windows reference files, added list of files.Allen Byrne2016-07-131-0/+7
|
* [svn-r30180] reconfigure after fixing errorsAllen Byrne2016-07-123-2967/+2980
|
* [svn-r30178] Add missing test source and remove obsolete fileAllen Byrne2016-07-122-31/+1
|
* [svn-r30173] Add GIT support and correct name of option for UNSUPPORTEDAllen Byrne2016-07-125-72/+99
|
* [svn-r30172] HDFFV-9953,9955: add new testfiles to h5dump (required for ↵Allen Byrne2016-07-125-318/+1826
| | | | hdfview testing). These dataset types did not exist in other files.
* [svn-r30171] HDFFV-9939: convert cmake copy commands to reduce issue with ↵Allen Byrne2016-07-1226-702/+490
| | | | | | | too long command lines on some platforms. Also, refactor hl/tools/gif3h5 cmake files. JAVA-1920: add plugin test with plugin that depends on hdf5
* [svn-r30170] HDFFV-9946: condense cygwin autotools config files to a single ↵Allen Byrne2016-07-1210-3204/+3098
| | | | file. Avoid getpwuid function for cygwin.
* [svn-r30166] Merge revision 30131 to 1.8 branchNeil Fortner2016-07-113-0/+10
| | | | | | | | Fix bug reported by Cisco Talos TALOS-CAN-0178. Added check for a message that should not be sharable being marked as sharable on disk, returns failure in this case. Needs testing. Tested: ummon (trunk) h5committest (1.8)
* [svn-r30152] Merge of checkin #30151 from the trunk which is a fix for the ↵Vailin Choi2016-07-071-3/+3
| | | | | | daily test failures. Tested on osx1010test, moohan, emu, kituo.
* [svn-r30145] Merge of checkin #30143 to the trunk which is a bug fix for ↵Vailin Choi2016-07-045-0/+331
| | | | | | HDFFV-9940. Tested on oxs1010test, moohan, platypus, emu, kite, kituo, mayll, ostrich, quail.
* [svn-r30098] Snapshot version 1.8 release 18 (snap0)HDF Tester2016-06-196-18/+18
|
* [svn-r30057] Fix typo in compile scripts that causes filename in -o outfile ↵Larry Knox2016-06-083-3/+3
| | | | | | to be dropped. Addresses HDFFV-9530 and HDFFV-9938.
* [svn-r29964] Fix plugin test executable link libraryAllen Byrne2016-05-241-2/+2
|