AuthorCommitMessageCommit dateIssues
Vailin ChoiVailin Choi
8482314d7dbFix for HDFFV-10051Fix missing declaration for H5D__layout_compact_dirty_test(). Tested on mayll and osx1010test.HDFFV-10051
Vailin ChoiVailin Choi
e062a77e0e9MMerge pull request #494 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit 'd436db6c6efdfe7e9dbe06a642715116ef0eb5e3': Fix for the two issues reported in HDFFV-10051 Modifications made based on the review comments from pull request #494 Tested on moohan, mayll, kituo, platypus, ostrich, osx1010test, quail, emu. Fix for the two issues reported in HDFFV-10051: (1) Repeated open/close of a compact dataset fails due to the increment of ndims in the dataset st...HDFFV-10051
Allen ByrneAllen Byrne
850a5956c0bMMerge pull request #496 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '5263bc9029dcf06779a0ec2b89688912443a4bfa': HDFFV-10186 Whitespace changes Mostly replacing tabs with spaces Removed empty mod sectionsHDFFV-10186
Allen ByrneAllen Byrne
5263bc9029dHDFFV-10186 Whitespace changesMostly replacing tabs with spaces Removed empty mod sectionsHDFFV-10186
Vailin ChoiVailin Choi
d436db6c6efFix for the two issues reported in HDFFV-10051Modifications made based on the review comments from pull request #494 Tested on moohan, mayll, kituo, platypus, ostrich, osx1010test, quail, emu.HDFFV-10051
Vailin ChoiVailin Choi
6a4f1187cceFix for the two issues reported in HDFFV-10051:(1) Repeated open/close of a compact dataset fails due to the increment of ndims in the dataset structure for every open. --This is done only for chunked dataset via H5D__chunk_set_sizes(). (2) layout "dirty" flag for a compact dataset is not reset properly after flushing the data at dataset close. --Reset the "dirty" flag before flushing the message to the object header via H5O_msg_write(). Te...HDFFV-10051
Larry KnoxLarry Knox
7916b845826MMerge pull request #491 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '28f4873e7fc93de865c3e180f09d7221569f64ff': Update one missed version string. Update release_docs/HISTORY-1_10.txt and RELEASE.txt after HDF5 1.10.1 release.HISTORY-1
Allen ByrneAllen Byrne
58e9796e38bMMerge pull request #493 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '6d0d9d46dab559c04bba0b8810a3e0630ce44ad2': Fix typo in name of ddl file in command
Allen ByrneAllen Byrne
6d0d9d46dabFix typo in name of ddl file in command
Larry KnoxLarry Knox
28f4873e7fcUpdate one missed version string.
Larry KnoxLarry Knox
e2ad2751dc0Update release_docs/HISTORY-1_10.txt and RELEASE.txt after HDF5 1.10.1release.HISTORY-1
Allen ByrneAllen Byrne
494029c27d3MMerge pull request #490 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '9076e74d38f10d9d71a41ceeb118777468b6b530': Fix name to copy
Allen ByrneAllen Byrne
9076e74d38fFix name to copy
Allen ByrneAllen Byrne
b8533e75af7MMerge pull request #488 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'c90f72a0d44ab53d16e0c7979363565dff30cf24': Correct name of file to copy
Allen ByrneAllen Byrne
c90f72a0d44Correct name of file to copy
Allen ByrneAllen Byrne
e10313d5569MMerge pull request #487 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '412f68103ecc9e75a895dd057ad28d0e456f3a58': Use correct var types for data
Allen ByrneAllen Byrne
412f68103ecUse correct var types for data
Allen ByrneAllen Byrne
5d921b8fee1MMerge pull request #486 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '006e56802196ee6a43261aec7027815ad24ad3db': Remove duplicate defines Add test file to list and fix test typo Make test scripts fail if result files are created
Allen ByrneAllen Byrne
006e5680219Remove duplicate defines
Allen ByrneAllen Byrne
bcaf579ac4fAdd test file to list and fix test typo
Allen ByrneAllen Byrne
7608b264e4aMake test scripts fail if result files are created
Larry KnoxLarry Knox
3b81a29c469MMerge pull request #482 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit 'be49a9422654ac9eec07ffe3599b4a7f7561cdb6': Comment out install-exec-hooks to remove libdynlib* files. Allen did the same for hdf5_1_10 and hdf5_1_10_1 because the hooks don't reliably work. In the develop branch they are causing make install failures because the autotools' install commands sometimes attempt to chmod these files when they no longer exist.
Larry KnoxLarry Knox
be49a942265Comment out install-exec-hooks to remove libdynlib* files. Allen didthe same for hdf5_1_10 and hdf5_1_10_1 because the hooks don't reliably work. In the develop branch they are causing make install failures because the autotools' install commands sometimes attempt to chmod these files when they no longer exist.
Larry KnoxLarry Knox
fc4e8ea5eccMMerge pull request #481 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '0bf41bec5aab468036f32afb287f224d266edf7a': Add extra files to be copied
Allen ByrneAllen Byrne
0bf41bec5aaAdd extra files to be copied
Dana RobinsonDana Robinson
09882f7ccd7MMerge pull request #480 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_header_create to develop* commit '80d57c242a15edd983673e9bad4e966c72975289': Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed the option from the CMake cache init files.
Dana RobinsonDana Robinson
80d57c242a1Set the HDF5_GENERATE_HEADERS CMake option to default to ON and removed the option from the CMake cache init files.Fixes HDFFV-10184HDFFV-10184
Larry KnoxLarry Knox
c2729b6ad13MMerge pull request #478 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'a302f508a51ba9fe109aaacda24601d5c458fe8d': Change position of declaration to top of block
Allen ByrneAllen Byrne
a302f508a51Change position of declaration to top of block
Vailin ChoiVailin Choi
2d535d8c881MMerge pull request #473 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit 'bacb45b38ae8513024baf2dfe08c8918625489e2': Modifications based on pull request review. Made couple changes based on the review comments. Incorporate patch from GE Healthcare (HDFFV-9934) This is the same patch that had already been integrated to 1.8 branch (pull request #387). Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.HDFFV-9934
Vailin ChoiVailin Choi
bacb45b38aeModifications based on pull request review.Made couple changes based on the review comments.
Vailin ChoiVailin Choi
cb8e82a53d9Incorporate patch from GE Healthcare (HDFFV-9934)This is the same patch that had already been integrated to 1.8 branch (pull request #387). Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.HDFFV-9934
Allen ByrneAllen Byrne
9c30b393163MMerge pull request #470 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '2420df5a85c64a20d98165c5b8c891899b31da83': HDFFV-10170 revert entire changeHDFFV-10170
Allen ByrneAllen Byrne
2420df5a85cHDFFV-10170 revert entire changeHDFFV-10170
Larry KnoxLarry Knox
4d1d2b4eda7MMerge pull request #468 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '89fbe00dec8187305b518d91c3ddb7d910665f79': Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Larry KnoxLarry Knox
89fbe00dec8Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10* commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright hea...
Larry KnoxLarry Knox
1073ac45efdCommit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Dana RobinsonDana Robinson
e8a07266364MMerge pull request #464 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:bin_trace_complain to develop* commit 'b1a5ba405393da68028cf1c8b159a3abb51d2187': Updated bin/trace to emit errors and reordered autogen.sh processing so that script failures leave the library in a non-compilable state, making it harder to ignore errors.
Dana RobinsonDana Robinson
b1a5ba40539Updated bin/trace to emit errors and reordered autogen.sh processingso that script failures leave the library in a non-compilable state, making it harder to ignore errors.
Allen ByrneAllen Byrne
9d84abe5032MMerge pull request #457 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '0fb5ce7ad50664f800ffe7e107e0fb0f90f66e12': Correct name of native function Fix javadoc Fix typo Signature change requires a ptr Change H5PLsize() signature Revert HDFFV-9655 Changed signature of H5PLgetsize Revert HDFFV-9655 by disabling test and not using new function. Fix path to actual executable location Windows ahs one more directory levelHDFFV-9655
Allen ByrneAllen Byrne
0fb5ce7ad50Correct name of native function
Allen ByrneAllen Byrne
c148ad90f06Fix javadoc
Allen ByrneAllen Byrne
bce204f7f33Fix typo
Allen ByrneAllen Byrne
c08ef4dc5b0Signature change requires a ptr
Allen ByrneAllen Byrne
c1dc24c1430Change H5PLsize() signature
Allen ByrneAllen Byrne
c2a9c334447Revert HDFFV-9655HDFFV-9655
Allen ByrneAllen Byrne
aafee79e9f3Changed signature of H5PLgetsize
Allen ByrneAllen Byrne
6fac0de1582Revert HDFFV-9655 by disabling test and not using new function.HDFFV-9655
Allen ByrneAllen Byrne
d9a69c592f3MMerging in latest from upstream (HDFFV/hdf5:refs/heads/develop)* commit '2deb953dbbde17712723529c4bca6a2bf3eedf6b': Fix for HDFFV-10166 h5watch tests fail randomly to match expected output files (1) Re-structure tests to do one "extend" action at a time (2) Re-try test till max limit before final failureHDFFV-10166
Vailin ChoiVailin Choi
2deb953dbbdMMerge pull request #453 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop* commit 'e9b289a3d1d031f594e8c5421144ac44f3d44bcb': Fix for HDFFV-10166 h5watch tests fail randomly to match expected output files (1) Re-structure tests to do one "extend" action at a time (2) Re-try test till max limit before final failureHDFFV-10166