AuthorCommitMessageCommit dateIssues
Dana RobinsonDana Robinson
734aebc3953Rework of the POSIX file open permissions and macros to clean up HDopen() calls.Also fixed a minor const warning in the core VFD.
Dana RobinsonDana Robinson
d3b664b6a79Changed the Windows POSIX open() file permissions to be correctaccording to MSDN. Partial fix for HDFFV-9630.HDFFV-9630
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
Allen ByrneAllen Byrne
220388e7351Fix path to actual executable location
Allen ByrneAllen Byrne
0e1633c26d3Windows ahs one more directory level
Larry KnoxLarry Knox
0ee3d2ad9b3MMerge pull request #454 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit 'ebb7bc7fadb86c48869439ea9137f1dfc1e1f158': Comment out failing plugin test until fixed (unexpected .libs in plugin test directory path with '@').
Larry KnoxLarry Knox
ebb7bc7fadbComment out failing plugin test until fixed (unexpected .libs in plugin test directory path with '@').
Vailin ChoiVailin Choi
e9b289a3d1dFix 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
Larry KnoxLarry Knox
3750e8ac7cfMMerge pull request #449 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop* commit '7bd516f2ead21e8470cc25c0b664ad6b56c723a0': Our best effort to build dynamic plugin tests and not install them with "make install". It seems the install-exec-hook doesn't remove the last to be installed. Add targets for plugin test libraries to avoid linking to external libs.
Allen ByrneAllen Byrne
e2bf6e2beb1MMerge pull request #447 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9655-plugin-path-relative to develop* commit 'a995a63085d88e1a633770536efeff5b01569445': HDFFV-9655 fix test and some warnings HDFFV-9655 fix compile and test HDFFV-9655 - Add functions for '@' - untestedHDFFV-9655
Allen ByrneAllen Byrne
1f2a08041b0MMerge pull request #452 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'abdb412d50bcdfc158e6efddc9eb4aba4f8bce1e': file already in list Fix parameter form
Larry KnoxLarry Knox
7bd516f2eadOur best effort to build dynamic plugin tests and not install them with"make install". It seems the install-exec-hook doesn't remove the last to be installed.
Dana RobinsonDana Robinson
0afef681c56MMerge pull request #451 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop* commit 'b96db2f074c69d95f66917822ffb359a8e401cc7': Fixed problems that prevent bin/trace from marking up some functions.
Allen ByrneAllen Byrne
abdb412d50bfile already in list
Allen ByrneAllen Byrne
a995a63085dHDFFV-9655 fix test and some warningsHDFFV-9655
Allen ByrneAllen Byrne
aeb15008978MMerge remote-tracking branch 'origin/develop' intobugfix/HDFFV-9655-plugin-path-relativeHDFFV-9655
Allen ByrneAllen Byrne
3968c5c3bf1Fix parameter form
Allen ByrneAllen Byrne
ae1144f8826HDFFV-9655 fix compile and testHDFFV-9655
Dana RobinsonDana Robinson
b96db2f074cMMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
Dana RobinsonDana Robinson
739f413b780Fixed problems that prevent bin/trace from marking up some functions.
Larry KnoxLarry Knox
6ef69b7b174Add targets for plugin test libraries to avoid linking to external libs.
Allen ByrneAllen Byrne
4a70b0d7dc8MMerge pull request #448 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit '9a7b106d3776a8454b5cb9443f11aae2873cc617': Correct test options to match autotools script Updates to CMake for the changes in the autotools script
Dana RobinsonDana Robinson
5fefc12bd84MMerge pull request #443 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:eoc_parallel_prevent to develop* commit '5ed622b9ca432f1b440e8903680695ac83e28301': The cache_image test shows a skipped message about EoC in parallel. Added code to disable the evict-on-close feature in the parallel library.
Dana RobinsonDana Robinson
5ed622b9ca4The cache_image test shows a skipped message about EoC in parallel.
Allen ByrneAllen Byrne
9a7b106d377Correct test options to match autotools script
Dana RobinsonDana Robinson
b17aea23383MMerge branch 'develop' into eoc_parallel_prevent
Allen ByrneAllen Byrne
7ee229bceddUpdates to CMake for the changes in the autotools script
Allen ByrneAllen Byrne
05628b46873MMerge pull request #444 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop* commit 'ea46fbe7c2bb3a8c8972c880f3609be20036d741': Correct typo of file name