summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing exists check from master projectAllen Byrne2016-10-071-0/+8
* Check file length before compareAllen Byrne2016-10-071-65/+79
* Merge pull request #64 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:hdf5_1_8 to hdf5_1_8Neil Fortner2016-10-061-1/+5
|\
| * Merge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_n...Neil Fortner2016-10-060-0/+0
| |\
| * | Change check for number of dimensions for old-style arrays in datatype decodi...Neil Fortner2016-10-061-1/+5
* | | Merge pull request #63 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to hdf5_1_8Scot Breitenfeld2016-10-062-17/+7
|\ \ \ | |_|/ |/| |
| * | Fix for:Scot Breitenfeld2016-09-222-17/+7
* | | Merge pull request #62 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:hdf5_1_8 to hdf5_1_8Neil Fortner2016-10-061-26/+75
|\ \ \ | | |/ | |/|
| * | Fix mistakes in porting TALOS-177 fix to 1.8.Neil Fortner2016-10-061-6/+5
| * | Fix bug in "nooptype" decode in fix for TALOS-0177.Neil Fortner2016-10-061-1/+1
| * | Fix issues in H5Znbit.c where the decompression algorithm would not check the...Neil Fortner2016-10-061-23/+73
|/ /
* | Merge pull request #60 in HDFFV/hdf5 from ~NFORTNE2/hdf5_nf:hdf5_1_8 to hdf5_1_8Neil Fortner2016-10-061-1/+2
|\ \
| * \ Merge branch 'hdf5_1_8' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_n...Neil Fortner2016-10-0532-3487/+3379
| |\ \
| * | | Replace assertion in H5O_dtype_decode_helper for number of array dimensions w...Neil Fortner2016-10-051-1/+2
| | |/ | |/|
* | | Merge pull request #58 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-10-053-102/+0
|\ \ \ | |_|/ |/| |
| * | HDFFV-9991: Remove unneeded fileAllen Byrne2016-10-043-102/+0
|/ /
* | Merge pull request #56 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-10-031-0/+1
|\ \
| * | Add new test file to MANIFESTAllen Byrne2016-10-031-0/+1
|/ /
* | Merge pull request #50 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-09-3032-3487/+3378
|\ \ | |/ |/|
| * Fix error reportingAllen Byrne2016-09-301-7/+16
| * 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
|/
* Merge pull request #30 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-09-191-1/+2
|\
| * HDFFV-9431: allow test to be run in unique vfd folder.Allen Byrne2016-09-191-1/+2
|/
* Merge pull request #28 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2016-09-161-0/+7
|\
| * 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
|\
| * 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
|\
| * Restrict git commit hash in tar file names to first 7 characterslrknox2016-09-061-1/+1
|/
* Merge pull request #4 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to hdf5_1_8Larry Knox2016-08-303-14/+34
|\
| * emoved .gitattributes and .gitignore, as the manual migration did notlrknox2016-08-302-7/+14
| * Translate svn commands to git commands for chkmanifest and bbreleaselrknox2016-08-302-10/+10
| * Removed the -p option from the command to run autogen.sh. It interferedlrknox2016-08-301-0/+13
|/
* [svn-r30305] Removed spaces in "if" conditional, DT failure.Scot Breitenfeld2016-08-192-12/+20
* [svn-r30299] Updated to rid the use of c_size_t and sizeof if storage_size is...Scot Breitenfeld2016-08-181-31/+12
* [svn-r30294] Removed the use of C_sizeof, since it causes issues with the NAG...Scot Breitenfeld2016-08-162-13/+6
* [svn-r30288] Modify bin/chkmanifest for git instead of svn.Larry Knox2016-08-142-5/+9
* [svn-r30280] Purpose: Code improvement (HDFFR-9725)Binh-Minh Ribler2016-08-1222-99/+207
* [svn-r30278] Merge revision 30270 to the 1.8 branchNeil Fortner2016-08-115-5/+117
* [svn-r30277] Merge revisions 30264, 30268, and 30275 to 1.8 branchNeil Fortner2016-08-113-18/+189