summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-253-9/+9
* Merge pull request #536 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-05-2558-3160/+3755
|\
| * merge from develop and apply HDFFV-8611Allen Byrne2017-05-2447-2536/+3003
| * HDFFV-8611 add autotools testAllen Byrne2017-05-241-1/+7
| * Remove obsolete functionAllen Byrne2017-05-241-35/+22
| * HDFFV-8611 change h5repack to save the root group creation orderAllen Byrne2017-05-2413-588/+723
|/
* Merge pull request #528 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-05-197-4/+6
|\
| * HDFFV-9055 Correct file generatorAllen Byrne2017-05-186-3/+3
| * Added note about 9055 and 10128, 9995 not neededAllen Byrne2017-05-181-1/+3
|/
* Merge pull request #522 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-05-1719-416/+468
|\
| * Move declaration before executable statementAllen Byrne2017-05-171-1/+1
| * HDFFV-9055 regenerate file for 1.10Allen Byrne2017-05-171-0/+0
| * HDFFV-9055 add test filesAllen Byrne2017-05-176-7/+80
| * HDFFV-9055 Handle H5T_ARRAY typesAllen Byrne2017-05-171-257/+171
| * HDFFV-10128 Fixed string length with no null fixedAllen Byrne2017-05-171-41/+73
| * HDFFV-9995 Clarify help textAllen Byrne2017-05-1711-111/+144
|/
* Merge pull request #520 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to h...Vailin Choi2017-05-162-344/+831
|\
| * Merge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5...Vailin Choi2017-05-161-1/+6
| |\ | |/ |/|
* | Merge pull request #517 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hd...Dana Robinson2017-05-161-1/+6
|\ \
| * | Added a RELEASE.txt message for HDFFV-10187.Dana Robinson2017-05-151-1/+6
|/ /
| * Incorporate additional code changes for the H5DOread_chunk patch from GE Heat...Vailin Choi2017-05-162-344/+831
|/
* Merge pull request #511 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5do_overwrite_...Dana Robinson2017-05-122-5/+125
|\
| * Removed redundant assignement.Dana Robinson2017-05-121-1/+0
| * Fixes the chunk overwrite bug (HDFFV-10187) and adds a new H5DO HL test.Dana Robinson2017-05-092-5/+126
* | Merge pull request #509 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to h...Vailin Choi2017-05-111-1/+1
|\ \
| * | Call to H5Dopen has H5dopen2 arguments at line 12704 of test/dsets.c -lrknox2017-05-111-1/+1
|/ /
* | Merge pull request #499 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hd...Dana Robinson2017-05-104-7/+2
|\ \ | |/
| * Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-274-7/+2
* | Merge pull request #500 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to h...Vailin Choi2017-05-105-9/+173
|\ \
| * | Fix for HDFFV-10051Vailin Choi2017-05-101-0/+1
| * | Fix for the two issues reported in HDFFV-10051Vailin Choi2017-05-103-14/+50
| * | Fix for the two issues reported in HDFFV-10051:Vailin Choi2017-05-103-3/+130
|/ /
* | Merge pull request #492 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-05-051-1/+1
|\ \
| * | Update one missed version string.lrknox2017-05-051-1/+1
|/ /
* | Merge pull request #489 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-05-052-201/+781
|\ \ | |/ |/|
| * Update release_docs/HISTORY-1_10.txt and RELEASE.txt after HDF5 1.10.1lrknox2017-05-042-201/+781
|/
* Merge pull request #479 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Larry Knox2017-04-271-1/+2
|\
| * Change position of declaration to top of blockAllen Byrne2017-04-271-1/+2
|/
* Merge pull request #477 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to h...Vailin Choi2017-04-269-159/+899
|\
| * Modifications based on pull request review.Vailin Choi2017-04-262-3/+3
| * Incorporate patch from GE Healthcare (HDFFV-9934)Vailin Choi2017-04-269-158/+898
|/
* Merge pull request #469 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hd...Dana Robinson2017-04-252-30/+48
|\
| * Updated bin/trace to emit errors and reordered autogen.sh processingDana Robinson2017-04-252-30/+48
|/
* Merge pull request #467 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Larry Knox2017-04-256-18/+48
|\
| * HDFFV-10173 revert and add dynlib flagsAllen Byrne2017-04-256-18/+48
|/
* Merge pull request #465 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-04-256-63/+127
|\
| * Merge cmake h5clear test changesAllen Byrne2017-04-252-35/+92
| * Correct name of native functionAllen Byrne2017-04-251-1/+1
| * Change signature of H5PLget_sizeAllen Byrne2017-04-254-28/+35
|/
* Merge pull request #461 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to h...Vailin Choi2017-04-2424-867/+508
|\