summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct VS2017 referencesAllen Byrne2017-09-052-11/+11
|
* Merge pull request #647 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-09-0520-882/+827
|\ | | | | | | | | | | | | * commit 'f4bc89003916b013cf90ef84726aa68864b15a9d': HDFFV-10284 Add VS2017 merged from develop Fix function call args HDFFV-10282 merge from develop
| * HDFFV-10284 Add VS2017 merged from developAllen Byrne2017-08-312-74/+74
| |
| * Fix function call argsAllen Byrne2017-08-311-4/+3
| |
| * HDFFV-10282 merge from developAllen Byrne2017-08-2818-811/+757
|/
* Merge pull request #638 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-08-2316-55/+216
|\ | | | | | | | | | | | | | | * commit '65209ee5d526b89e0f21ef797acedb062e4941b0': HDFFV-10188 Force non-native type description HDFFV-10188 merge typo fix HDFFV-10188 add copy of test files HDFFV-10188 merge fix and tests from develop
| * HDFFV-10188 Force non-native type descriptionAllen Byrne2017-08-233-3/+3
| |
| * HDFFV-10188 merge typo fixAllen Byrne2017-08-211-1/+1
| |
| * HDFFV-10188 add copy of test filesAllen Byrne2017-08-211-0/+2
| |
| * HDFFV-10188 merge fix and tests from developAllen Byrne2017-08-2116-55/+214
|/
* Merge pull request #634 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵hdftest2017-08-096-7/+7
|\ | | | | | | | | | | | | hdf5_1_10 * commit '1015828c1fbfbce16d6e75656dadeea123775ef1': Snapshot version 1.10 release 2 (snap1)
| * Snapshot version 1.10 release 2 (snap1)hdftest2017-08-096-7/+7
|/
* Merge pull request #633 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵hdftest2017-08-056-7/+7
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'd3b803713786b83afb96961ae920733f5429abb0': Snapshot 1.10.2-snap1
| * Snapshot 1.10.2-snap1hdftest2017-08-046-7/+7
|/ | | | (Committed 8/1/2017 but not pushed from fork)
* Merge pull request #632 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-08-0426-289/+1333
|\ | | | | | | | | * commit '04d72b2c4200c68e9bdaf09b015c62a00c6a12d4': HDFFV-10219 and HDFFV-10256 merge from develop
| * HDFFV-10219 and HDFFV-10256 merge from developAllen Byrne2017-08-0426-289/+1333
|/
* Merge pull request #629 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to ↵Vailin Choi2017-08-0322-23/+400
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '98d4addcf7cbec71600663e7023b6b7e0b5b5f35': Add h5repack tests for paged aggregation Update release notes 1) Fixes for paged aggregation 2) Fix for HDFFV-10217 3) Fix for HDFFV-7853 Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected. Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions. Changes made based on RFC review comments Test the changes in a branch via daily testing.
| * Add h5repack tests for paged aggregationAllen Byrne2017-08-031-3/+94
| |
| * Update release notesVailin Choi2017-08-031-1/+42
| | | | | | | | | | | | 1) Fixes for paged aggregation 2) Fix for HDFFV-10217 3) Fix for HDFFV-7853
| * Add h5repack tests for paged aggregationVailin Choi2017-08-0214-0/+207
| | | | | | | | Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
| * Skip test in test/fheap.c when:Vailin Choi2017-08-022-1/+17
| | | | | | | | | | | | a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
| * Changes made based on RFC review commentsVailin Choi2017-08-025-18/+40
|/ | | | Test the changes in a branch via daily testing.
* Merge pull request #608 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to ↵Vailin Choi2017-07-275-8/+121
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'fc76c7785251482a26f31efabb10d38725facb6a': Fix for HDFFV-10217 infinite loop in H5VM_power2up(). The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
| * Fix for HDFFV-10217 infinite loop in H5VM_power2up().Vailin Choi2017-07-195-8/+121
| | | | | | | | | | | | The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
* | Merge pull request #614 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-07-278-4/+62
|\ \ | | | | | | | | | | | | | | | | | | | | | * commit 'fe0ca45e13960fca175c4cea75b6239bf79161a6': Parallel needs copy of file in PAR folder Insure zip_perf program does not run concurrently Add check for plugin initialize HDFFV-10246 Fix vl string compare in h5diff
| * | Parallel needs copy of file in PAR folderAllen Byrne2017-07-271-0/+3
| | |
| * | Insure zip_perf program does not run concurrentlyAllen Byrne2017-07-261-0/+1
| | |
| * | Add check for plugin initializeAllen Byrne2017-07-261-0/+3
| | |
| * | HDFFV-10246 Fix vl string compare in h5diffAllen Byrne2017-07-266-4/+55
|/ /
* | Merge pull request #611 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-07-261-5/+5
|\ \ | | | | | | | | | | | | * commit '7bb2e5dfef2a94d281ea8e6a937ede6ad7289601': Correct case of var
| * | Correct case of varAllen Byrne2017-07-251-5/+5
|/ /
* | Merge pull request #609 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2017-07-2527-169/+44
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit '4b7013194cd545b73b1cf70874470dc6abfcb3bd': Cherry pick of some minor tools fixes from develop:
| * Cherry pick of some minor tools fixes from develop:Dana Robinson2017-07-2427-169/+44
|/ | | | | | ee7816bbfb3 ffc9b1d917c ec7450c4b4b
* Merge pull request #605 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to ↵Vailin Choi2017-07-196-205/+630
|\ | | | | | | | | | | | | hdf5_1_10 * commit '201af70c24ccdd84e8fba376dab9b2024bf21dc4': Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
| * Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiersVailin Choi2017-07-186-205/+630
|/ | | | Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
* Merge pull request #602 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-07-176-50/+45
|\ | | | | | | | | | | | | | | | | * commit '863c9b2ea557838006bfb320a3cef56e3e34be3d': HDFFV-10254 fix spelling HDFFV-10254 release note for change to use macro for copy files HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure Correct name of VAR Synch with CMake master
| * 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 ↵Dana Robinson2017-07-0611-289/+312
|\ | | | | | | | | | | | | | | | | hdf5_1_10 * commit '5bf108432ba9b49ee545af3947b7fb2e2b6e8514': Updated RELEASE.txt Marked H5I_REFERENCE as deprecated in H5Ipublic.h. Merge of recent develop work to 1.10 branch.
| * 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
|/ | | | | | | | | | Fixes for: * HDFFV-10247 (autotools Fortran long double bug) * HDFFV-10248 (autotools deprecated debug/production tweak) * HDFFV-10250 (-fno-omit-frame-pointer w/ symbols) * Disabled missing parameter warnings in Java constant code * Added H5I_VFL ID checks to tmisc.c * Added 'get a dummy VFD' call to h5test library
* Merge pull request #554 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to ↵Dana Robinson2017-06-0845-940/+704
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'fb5c13d59c8f17dca9bbe0e35e00920be2690af3': Merge of recent develop work to 1.10 branch: * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
| * Merge of recent develop work to 1.10 branch:Dana Robinson2017-05-3145-940/+704
| | | | | | | | | | | | | | | | | | * H5FD_FEAT_DEFAULT_VFD_COMPATIBLE VFD feature flag (HDFFV-10214) * H5FDdriver_query() API call (HDFFV-10215) * Fix to skip SWMR tests that when the current VFD is not compatible with the default VFD (HDFFV-10197) * Removed obsolete compiler versions from config/gnu-flags (HDFFV-9937) * Many warning fixes
* | Merge pull request #561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-06-026-243/+175
|\ \ | |/ |/| | | | | | | | | | | * commit '0563edffa18320e8d09e13073930390624ab3368': Add toolset option Synchronize cmake files with develop Updated note based on guidelines Note HDFFV-8611 change
| * 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
| |\ | |/ |/| | | | | * commit 'ef60bcd50e5cd3f66b7cd91a6b816a59c36922e2': Test split tbitfields.h5.xml into big and little endian files. tbitfields.h5.xml was removed from MANIFEST but the file still needs to be removed, as it was in the develop branch.