summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merged HDFFV-10187 direct chunk overwrite bugfix to develop from 1.10 branch.Dana Robinson2017-05-122-5/+125
* Merge pull request #506 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-112-0/+4
|\
| * HDFFV-10186 Need to pull the flag into the scriptAllen Byrne2017-05-112-0/+4
|/
* Merge pull request #503 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10186-...Allen Byrne2017-05-1026-147/+601
|\
| * HDFFV-10186 xml test also needs endianess aware filesAllen Byrne2017-05-105-7/+123
| * HDFFV-10186 - h5tools_str_append is not printfAllen Byrne2017-05-101-3/+3
| * HDFFV-10186 braces formattingAllen Byrne2017-05-101-72/+59
| * Fix reference file contentsAllen Byrne2017-05-101-1/+1
| * HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-1023-83/+434
* | Merge pull request #505 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-05-101-1/+1
|\ \ | |/ |/|
| * Call to H5Dopen has H5dopen2 arguments at line 12704 of test/dsets.c -lrknox2017-05-101-1/+1
|/
* Merge pull request #501 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-104-281/+229
|\
| * HDFFV-10186 more whitespace formattingAllen Byrne2017-05-104-281/+229
|/
* Merge pull request #497 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-107-807/+746
|\
| * HDFFV-10186 Whitespace changeAllen Byrne2017-05-097-807/+746
* | Merge pull request #498 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2017-05-091-0/+1
|\ \ | |/ |/|
| * Fix for HDFFV-10051Vailin Choi2017-05-091-0/+1
|/
* Merge pull request #494 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...Vailin Choi2017-05-094-9/+172
|\
| * Fix for the two issues reported in HDFFV-10051Vailin Choi2017-05-093-14/+50
| * Fix for the two issues reported in HDFFV-10051:Vailin Choi2017-05-073-3/+130
* | Merge pull request #496 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-093-1483/+1431
|\ \ | |/ |/|
| * HDFFV-10186 Whitespace changesAllen Byrne2017-05-093-1483/+1431
|/
* Merge pull request #491 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-05-052-336/+791
|\
| * Update one missed version string.lrknox2017-05-051-1/+1
| * Update release_docs/HISTORY-1_10.txt and RELEASE.txt after HDF5 1.10.1lrknox2017-05-052-335/+790
* | Merge pull request #493 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-051-1/+1
|\ \ | |/ |/|
| * Fix typo in name of ddl file in commandAllen Byrne2017-05-051-1/+1
|/
* Merge pull request #490 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-051-1/+1
|\
| * Fix name to copyAllen Byrne2017-05-051-1/+1
|/
* Merge pull request #488 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-041-1/+1
|\
| * Correct name of file to copyAllen Byrne2017-05-041-1/+1
|/
* Merge pull request #487 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-043-34/+35
|\
| * Use correct var types for dataAllen Byrne2017-05-043-34/+35
|/
* Merge pull request #486 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-0417-367/+421
|\
| * Remove duplicate definesAllen Byrne2017-05-042-18/+0
| * Add test file to list and fix test typoAllen Byrne2017-05-021-1/+3
| * Make test scripts fail if result files are createdAllen Byrne2017-05-0215-348/+418
|/
* Merge pull request #482 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-05-025-10/+10
|\
| * Comment out install-exec-hooks to remove libdynlib* files. Allen didlrknox2017-04-285-10/+10
|/
* Merge pull request #481 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-04-281-1/+3
|\
| * Add extra files to be copiedAllen Byrne2017-04-271-1/+3
|/
* Merge pull request #480 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_header_cr...Dana Robinson2017-04-274-7/+2
|\
| * Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removedDana Robinson2017-04-274-7/+2
|/
* Merge pull request #478 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-04-271-1/+2
|\
| * Change position of declaration to top of blockAllen Byrne2017-04-271-1/+2
|/
* Merge pull request #473 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev...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-259-158/+898
|/
* Merge pull request #470 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-04-251-83/+3
|\
| * HDFFV-10170 revert entire changeAllen Byrne2017-04-251-83/+3
|/