summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-3188-1210/+1516
|
* Merge pull request #2466 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to ↵Larry Knox2020-03-257-18/+18
|\ | | | | | | | | | | | | hdf5_1_8 * commit 'ce622ea420563b00ebeb2b2748aeaac606d5d486': Snapshot version 1.8 release 22 (snap5) Update version to 1.8.22-snap6
| * Snapshot version 1.8 release 22 (snap5)hdftest2020-03-257-18/+18
|/ | | | Update version to 1.8.22-snap6
* Merge pull request #2460 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Allen Byrne2020-03-204-5/+5
|\ | | | | | | | | | | | | hdf5_1_8 * commit '0de545ac8b2a85a0edca389ae8db8d2bdfccbeb8': Correct conditions for parallel builds with and without tests.
| * Correct conditions for parallel builds with and without tests.Larry Knox2020-03-204-5/+5
|/
* Merge pull request #2458 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to ↵Larry Knox2020-03-197-18/+18
|\ | | | | | | | | | | | | hdf5_1_8 * commit '42f1aae35918cb62ff29839d25abe7a59c6e1b8d': Snapshot version 1.8 release 22 (snap4) Update version to 1.8-snap5
| * Snapshot version 1.8 release 22 (snap4)hdftest2020-03-187-18/+18
| | | | | | | | Update version to 1.8-snap5
* | Merge pull request #2459 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Larry Knox2020-03-194-7/+16
|\ \ | |/ |/| | | | | | | | | hdf5_1_8 * commit '1cc2b65b1f745d9b7d770504fb3def73ba8346c1': Fixes for test failures with --disable-tests --disable-tools options. Don't test ph5diff if tests are disabled.
| * Fixes for test failures with --disable-tests --disable-tools options.Larry Knox2020-03-194-7/+16
|/ | | | Don't test ph5diff if tests are disabled.
* Merge pull request #2455 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-03-181-0/+4
|\ | | | | | | | | * commit '554bb4cb8b07035ff76878ba278d2cc52bbd6049': Add missing include
| * Add missing includeAllen Byrne2020-03-181-0/+4
|/
* Merge pull request #2453 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-03-171-2/+0
|\ | | | | | | | | * commit 'fa863fd502128165156140bf964a51bcb91df903': Remove double entry
| * Remove double entryAllen Byrne2020-03-151-2/+0
|/
* Merge pull request #2386 in HDFFV/hdf5 from ↵Vailin Choi2020-03-156-11/+72
|\ | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/v18_seg_fault_ref_sel_compat to hdf5_1_8 * commit '19464e2172e5b5d15d4a8ebaee57ef4bc671d897': Verify the decoded version for "all" and "none" selection. FIx issues when deserializing hyperslab/point selection with version beyond the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
| * Verify the decoded version for "all" and "none" selection.vchoi2020-03-123-4/+30
| |
| * Merge pull request #24 in ~VCHOI/my_third_fork from hdf5_1_8 to ↵Vailin Choi2020-03-11168-7739/+8233
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/v18_seg_fault_ref_sel_compat * commit '7ae66f2cf819f9b1da0ffd4d00490eb2ea84405a': Remove unneeded files Fix comment h5dump reg ref chnages has no error file Check sizeof type to use correct ref_type Correct grep text for filter test Revert incorrect bool type Fix CMake compare commands Correct test script for errstack Remove system command from valgrind reports Fix h5ls attrreg Fix gif tool and h5dump Merge changes from other branches revert type cast
* | Merge pull request #2446 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-03-112-52/+0
|\ \ | | | | | | | | | | | | * commit 'a380eab7b0939552cfbeb9c14d0cd7ca2508ec33': Remove unneeded files
| * | Remove unneeded filesAllen Byrne2020-03-112-52/+0
|/ /
* | Merge pull request #2444 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-03-107-114/+71
|\ \ | | | | | | | | | | | | | | | | | | * commit 'bee75a0067d39d2ac9770566350cd9552110d45d': Fix comment h5dump reg ref chnages has no error file Check sizeof type to use correct ref_type
| * | Fix commentAllen Byrne2020-03-101-1/+1
| | |
| * | h5dump reg ref chnages has no error fileAllen Byrne2020-03-094-36/+6
| | |
| * | Check sizeof type to use correct ref_typeAllen Byrne2020-03-093-78/+65
|/ /
* | Merge pull request #2440 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-03-065-45/+83
|\ \ | | | | | | | | | | | | | | | | | | * commit '5a537b675b4d3428691bac6fa6c8e760e5c8f661': Correct grep text for filter test Revert incorrect bool type Fix CMake compare commands
| * | Correct grep text for filter testAllen Byrne2020-03-061-3/+3
| | |
| * | Revert incorrect bool typeAllen Byrne2020-03-052-4/+4
| | |
| * | Fix CMake compare commandsAllen Byrne2020-03-052-38/+76
|/ /
* | Merge pull request #2439 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Larry Knox2020-03-041-7/+80
|\ \ | | | | | | | | | | | | * commit '716aff0d981ce4b7790500ee6ebc643704cd2402': Correct test script for errstack
| * | Correct test script for errstackAllen Byrne2020-03-041-7/+80
|/ /
* | Merge pull request #2436 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-03-04161-7604/+8082
|\ \ | | | | | | | | | | | | | | | | | | | | | * commit 'c2af6a8f8656482bb2f96263eb54db48c1801947': Remove system command from valgrind reports Fix h5ls attrreg Fix gif tool and h5dump Merge changes from other branches
| * | Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
| | |
| * | Fix h5ls attrregAllen Byrne2020-03-013-11/+46
| | |
| * | Fix gif tool and h5dumpAllen Byrne2020-03-0115-265/+515
| | |
| * | Merge changes from other branchesAllen Byrne2020-02-29151-7383/+7576
|/ /
* | Merge pull request #2430 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/type_cast_8 to ↵Kimmy Mu2020-02-291-3/+3
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '8c465e6cffe0c73afb99284135d8f1453fbf3183': revert type cast
| * | revert type castkmu2020-02-281-3/+3
|/ /
| * FIx issues when deserializing hyperslab/point selection with version beyond ↵Vailin Choi2020-02-214-7/+42
|/ | | | | | | the library's supported version: (1) Verify the decoded version before proceeding further with deserialization (2) Close the dataspace if errors occurred after opening the dataspace
* Merge pull request #2383 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_8 to ↵Scot Breitenfeld2020-02-192-2/+4
|\ | | | | | | | | | | | | | | hdf5_1_8 * commit 'bf68e7599e5d3d6e19492ee44b6e1de31c722de6': update HDFFV-11029 Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_size
| * update HDFFV-11029M. Scot Breitenfeld2020-02-181-1/+3
| |
| * Corrected INTERFACE INTENT(IN) to INTENT(OUT) for buf_sizeM. Scot Breitenfeld2020-02-181-1/+1
|/
* Merge pull request #2375 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-02-1247-783/+861
|\ | | | | | | | | * commit '702f719e0c6771c8eb56d63566d20b3cef961f2c': HDFFV-11012, sanitize, warnings and tools ids
| * HDFFV-11012, sanitize, warnings and tools idsAllen Byrne2020-02-1147-783/+861
|/
* Merge pull request #2360 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:hdf5_1_8 to ↵Jake Smith2020-02-101-2/+2
|\ | | | | | | | | | | | | hdf5_1_8 * commit 'c629dfa4f6b03dc527ccf4ae0e6c552bc025bbf2': Fix improper S3 signing key null check (HDFFV-11015).
| * Fix improper S3 signing key null check (HDFFV-11015).Jacob Smith2020-02-071-2/+2
|/
* Merge pull request #2350 in HDFFV/hdf5 from ~MYANG6/hdf5_1_8:hdf5_1_8 to ↵Muqun Yang2020-02-062-1/+18
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_8 HDFFV-11014, fix the repacking reference attribute issue for the h5repack. * commit '2608e3ce88211cefc8deec5a845c36031b7d8c42': HDFFV-11014, move the description to the first order. HDFFV-11014, add the fix to the release.txt. HDFFV-11014, fix the h5repack issue that misses a few attributes during the repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly.
| * HDFFV-11014, move the description to the first order.Muqun Yang2020-02-061-9/+9
| |
| * HDFFV-11014, add the fix to the release.txt.Muqun Yang2020-02-061-0/+11
| |
| * HDFFV-11014, fix the h5repack issue that misses a few attributes during the ↵Muqun Yang2020-02-061-1/+7
|/ | | | repacking. The flag that checks the object reference attribute is not updated properly. The fix is trivial. Just need to move the flag update line into the inner loop. Tested at Jelly.
* Merge pull request #2310 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-01-272-22/+5
|\ | | | | | | | | | | | | | | * commit 'd2197ad1ef80ccc780378e3959c91c08c9a45bce': Add another warning variation Add unknown pragma warning ignore Add ZLIB to warings ignore Only use sanitzers with clang
| * Add another warning variationAllen Byrne2020-01-261-0/+1
| |
| * Add unknown pragma warning ignoreAllen Byrne2020-01-261-0/+1
| |