summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HDFFV-10254 fix spellingAllen Byrne2017-07-131-1/+1
* HDFFV-10254 release note for change to use macro for copy filesAllen Byrne2017-07-121-2/+11
* HDFF-10254 - Copy test files with macro to avoid POST_BUILD failureAllen Byrne2017-07-121-9/+2
* Correct name of VARAllen Byrne2017-07-121-3/+3
* Synch with CMake masterAllen Byrne2017-07-123-36/+29
* Merge pull request #595 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hd...Dana Robinson2017-07-0611-289/+312
|\
| * Updated RELEASE.txtDana Robinson2017-07-051-37/+53
| * Marked H5I_REFERENCE as deprecated in H5Ipublic.h.Dana Robinson2017-07-051-1/+6
| * Merge of recent develop work to 1.10 branch.Dana Robinson2017-07-0511-288/+290
|/
* Merge pull request #554 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hd...Dana Robinson2017-06-0845-940/+704
|\
| * Merge of recent develop work to 1.10 branch:Dana Robinson2017-05-3145-940/+704
* | Merge pull request #561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-06-026-243/+175
|\ \ | |/ |/|
| * Add toolset optionAllen Byrne2017-06-023-4/+5
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-05-301-103/+0
| |\ | |/ |/|
* | Merge pull request #549 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-05-271-103/+0
|\ \
| * | Test split tbitfields.h5.xml into big and little endian files. tbitfields.h5...lrknox2017-05-271-103/+0
|/ /
| * Synchronize cmake files with developAllen Byrne2017-05-304-231/+142
| * Updated note based on guidelinesAllen Byrne2017-05-261-5/+20
| * Note HDFFV-8611 changeAllen Byrne2017-05-261-10/+15
|/
* Merge pull request #542 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-05-265-9/+10
|\
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-05-263-9/+9
| |\ | |/ |/|
* | Merge pull request #539 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hd...Dana Robinson2017-05-263-9/+9
|\ \
| * | Added missing casts for the return value of H5I_object_verify().Dana Robinson2017-05-253-9/+9
|/ /
| * Reduce warningsAllen Byrne2017-05-255-9/+10
|/
* 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
|\ \ | |/