Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
6e193a03f61HDFFV-10188 merge typo fix
Allen ByrneAllen Byrne
bd6bf373db6HDFFV-10188 add copy of test files
Allen ByrneAllen Byrne
00d66e3cb84HDFFV-10188 merge fix and tests from develop
Private HDFPrivate HDF
8599fdd237aMMerge pull request #634 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10 * commit '1015828c1fbfbce16d6e75656dadeea123775ef1': Snapshot version 1.10 release 2 (snap1)
hdftesthdftest
1015828c1fbSnapshot version 1.10 release 2 (snap1)
Private HDFPrivate HDF
d615e46b180MMerge pull request #633 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to hdf5_1_10 * commit 'd3b803713786b83afb96961ae920733f5429abb0': Snapshot 1.10.2-snap1
hdftesthdftest
d3b80371378Snapshot 1.10.2-snap1 (Committed 8/1/2017 but not pushed from fork)
Allen ByrneAllen Byrne
1099bf023a4MMerge pull request #632 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '04d72b2c4200c68e9bdaf09b015c62a00c6a12d4': HDFFV-10219 and HDFFV-10256 merge from develop
Allen ByrneAllen Byrne
04d72b2c420HDFFV-10219 and HDFFV-10256 merge from develop
Vailin ChoiVailin Choi
c2ba92875edMMerge pull request #629 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to 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-...
Allen ByrneAllen Byrne
98d4addcf7cAdd h5repack tests for paged aggregation
Vailin ChoiVailin Choi
bda86da40b5Update release notes 1) Fixes for paged aggregation 2) Fix for HDFFV-10217 3) Fix for HDFFV-7853
Vailin ChoiVailin Choi
aa0ad22a941Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
Vailin ChoiVailin Choi
d4e75f6a50dSkip 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.
Vailin ChoiVailin Choi
d7bfd458c4eChanges made based on RFC review comments Test the changes in a branch via daily testing.
Vailin ChoiVailin Choi
8eaef34ef01MMerge pull request #608 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to 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.
Vailin ChoiVailin Choi
fc76c778525Fix 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.
Allen ByrneAllen Byrne
91542d4ef78MMerge pull request #614 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * 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
Allen ByrneAllen Byrne
fe0ca45e139Parallel needs copy of file in PAR folder
Allen ByrneAllen Byrne
8551126dcfaInsure zip_perf program does not run concurrently
Allen ByrneAllen Byrne
fab0a6e6f1eAdd check for plugin initialize
Allen ByrneAllen Byrne
9dd678856e8HDFFV-10246 Fix vl string compare in h5diff
Allen ByrneAllen Byrne
c12e407a8fcMMerge pull request #611 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '7bb2e5dfef2a94d281ea8e6a937ede6ad7289601': Correct case of var
Allen ByrneAllen Byrne
7bb2e5dfef2Correct case of var
Dana RobinsonDana Robinson
48dceb22c7fMMerge pull request #609 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10 * commit '4b7013194cd545b73b1cf70874470dc6abfcb3bd': Cherry pick of some minor tools fixes from develop:
Dana RobinsonDana Robinson
4b7013194cdCherry pick of some minor tools fixes from develop: ee7816bbfb3 ffc9b1d917c ec7450c4b4b
Vailin ChoiVailin Choi
45724d8082aMMerge pull request #605 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to 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.
Vailin ChoiVailin Choi
201af70c24cFix 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.
Allen ByrneAllen Byrne
d2b5cd08fffMMerge pull request #602 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * 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
Allen ByrneAllen Byrne
863c9b2ea55HDFFV-10254 fix spelling
Allen ByrneAllen Byrne
4c34ec06685HDFFV-10254 release note for change to use macro for copy files
Allen ByrneAllen Byrne
00c5a9fc4f9HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
Allen ByrneAllen Byrne
82bf61e3970Correct name of VAR
Allen ByrneAllen Byrne
d4896f7c306Synch with CMake master
Dana RobinsonDana Robinson
0c34b0bdf74MMerge pull request #595 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to 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.
Dana RobinsonDana Robinson
5bf108432baUpdated RELEASE.txt
Dana RobinsonDana Robinson
dc048e96f3dMarked H5I_REFERENCE as deprecated in H5Ipublic.h.
Dana RobinsonDana Robinson
63647cd3633Merge of recent develop work to 1.10 branch. 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
Dana RobinsonDana Robinson
7e9d5c2c372MMerge pull request #554 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to 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
Dana RobinsonDana Robinson
fb5c13d59c8Merge 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
Allen ByrneAllen Byrne
a92867f77fbMMerge pull request #561 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '0563edffa18320e8d09e13073930390624ab3368': Add toolset option Synchronize cmake files with develop Updated note based on guidelines Note HDFFV-8611 change
Allen ByrneAllen Byrne
0563edffa18Add toolset option
Allen ByrneAllen Byrne
bb9c9f2834cMMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * 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.
Larry KnoxLarry Knox
ef60bcd50e5MMerge pull request #549 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit '938dc838b8ad1e815ea6eda820411cb22dfe56c6': 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.
Larry KnoxLarry Knox
938dc838b8aTest 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.
Allen ByrneAllen Byrne
91855efe6eaSynchronize cmake files with develop
Allen ByrneAllen Byrne
1a0551aa373Updated note based on guidelines
Allen ByrneAllen Byrne
4f17cdd5d21Note HDFFV-8611 change
Allen ByrneAllen Byrne
972b82a557bMMerge pull request #542 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '9a66e4cd38a63a811949f9753d193ddc9ea9bc63': Reduce warnings
Allen ByrneAllen Byrne
9a66e4cd38aMMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * commit '7153648ada1d346f8d98c395fb4cdd74a909437b': Added missing casts for the return value of H5I_object_verify().