Network

 
AuthorCommitMessageCommit Date
Allen ByrneAllen Byrne
2599c231642Change signature of H5PLget_size
Vailin ChoiVailin Choi
61d979c1e91MMerge pull request #461 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10 * commit '6449f650e65a212f73b8ec551b699dd9991c6dde': 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 failure
Vailin ChoiVailin Choi
6449f650e65MMerge branch 'hdf5_1_10' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into hdf5_1_10
Vailin ChoiVailin Choi
772bfce6ce3MMerge pull request #460 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10 * commit 'ddd8cf0e1c0c1450de1c37ba866afad469cf63b3': Modifications based on review comments from pull request. Made changes according to review comments and discussion with Allen. Fix for DAILYTEST-259 h5clear test failure Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest. Tested on kituo, osx1010test, quail, platypus and ostrich.
Vailin ChoiVailin Choi
c40edf8c247Fix 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 failure
Vailin ChoiVailin Choi
ddd8cf0e1c0Modifications based on review comments from pull request. Made changes according to review comments and discussion with Allen.
Vailin ChoiVailin Choi
22d54edf90dFix for DAILYTEST-259 h5clear test failure Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest. Tested on kituo, osx1010test, quail, platypus and ostrich.
Dana RobinsonDana Robinson
21850aa3637MMerge pull request #456 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10 * commit '87ceb783920c63cf374c08f17d7d601923481459': Fixed problems that prevent bin/trace from marking up some functions.
Dana RobinsonDana Robinson
87ceb783920Fixed problems that prevent bin/trace from marking up some functions.
Larry KnoxLarry Knox
c0a8eb362ccMMerge pull request #450 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10 to hdf5_1_10 * commit '15f85df5405eb2caf6ee4d3bc5f558344d4bb16a': bin/trace updates in H5PL.c 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
15f85df5405bin/trace updates in H5PL.c
Dana RobinsonDana Robinson
cbab16c8f27The cache_image test shows a skipped message about EoC in parallel.
Dana RobinsonDana Robinson
2b936c79e24Added code to disable the evict-on-close feature in the parallel library.
Allen ByrneAllen Byrne
7037520281fMMerge pull request #445 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '6126528f115757afe0b5aeb8f0a934b6a51946f4': Correct typo of file name
Allen ByrneAllen Byrne
6126528f115Correct typo of file name
Scot BreitenfeldScot Breitenfeld
2b7a833c2d3MMerge pull request #439 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10 * commit '1f5ea1a71ac1a859fee9cad0b4672ea6f603981d': added point to build script repo.
Scot BreitenfeldScot Breitenfeld
1f5ea1a71acadded point to build script repo.
Allen ByrneAllen Byrne
be67b32c90cMMerge pull request #437 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '19762419ce30429667e9def628c785b78b961b68': Update tool dyn lib LDFLAGS module forces .so lib to be built on osx instead of .dylib java jni lib also needs to avoid the version-info HDFFV-10170 undo patch Add plugin options for libs Reformat char * args HDFFV-10170 add missing endif
Allen ByrneAllen Byrne
19762419ce3Update tool dyn lib
Allen ByrneAllen Byrne
db4dd5be86cLDFLAGS module forces .so lib to be built on osx instead of .dylib
Allen ByrneAllen Byrne
1c782f1ae10java jni lib also needs to avoid the version-info
Allen ByrneAllen Byrne
0bab6fb76c3HDFFV-10170 undo patch
Allen ByrneAllen Byrne
d5da45e168aAdd plugin options for libs
Allen ByrneAllen Byrne
ed9ffe72497Reformat char * args
Allen ByrneAllen Byrne
d39a79fa4c7HDFFV-10170 add missing endif
Larry KnoxLarry Knox
dcd18f86845MMerge pull request #431 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit 'b67e626ba9095f35dd9a8f9e8ca906320f85914c': HDFFV-10173 remove hook for noinst libs HDFFV-10170 fix noinst for test libs HDFFV-10173 fix compile on VS2008 Due to HDFVIEW-19 add read VL as string function
Allen ByrneAllen Byrne
b67e626ba90HDFFV-10173 remove hook for noinst libs
Allen ByrneAllen Byrne
a447dd64cc0HDFFV-10170 fix noinst for test libs
Allen ByrneAllen Byrne
5f313c0172fHDFFV-10173 fix compile on VS2008
Allen ByrneAllen Byrne
a4391c12439MMerging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) * commit 'b77e601996ea89c8a25f0ce12e3a6a0058fac63e': Skip tests for page buffering in test/fheap.c for parallel build Skip the two tests for page buffering in test/fheap.c because this feature is disabled in parallel. Activate full testing when this feature is re-enabled in the future for parallel build. Due to HDFVIEW-19 add read VL as string function Fix URL name updated with README changes DAILYTEST-250 change tes...
Allen ByrneAllen Byrne
53132d8864dDue to HDFVIEW-19 add read VL as string function
Larry KnoxLarry Knox
f696926be1bMMerge 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 headers to replace ...
Larry KnoxLarry Knox
54957d37f5aCommit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Larry KnoxLarry Knox
49cded79ce4Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Conflicts: README.txt c++/src/Makefile.in fortran/src/Makefile.in hl/c++/src/Makefile.in hl/fortran/src/Makefile.in hl/src/Makefile.in java/src/jni/Makefile.in release_docs/RELEASE.txt src/Makefile.in
Larry KnoxLarry Knox
b9a27fddaa3Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 * commit '0d05cb607e5951f3a28a101be56ca194022a7fa1': Reverted addition of The HDF Group copyright headers to 3rd party CMake files for Java. Add Copyright headers to 90 files (mostly .cmake files) without Copyright headers. Add "Copyright by The HDF Group."" to copyright header.
Larry KnoxLarry Knox
25ec07450afChange copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. Fix 2 lines in java error test expected output file where messages include line numbers changed by reducing the copyright header by 2 lines.
Larry KnoxLarry Knox
b77e601996eMMerge pull request #425 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit 'b03e41146a3e15c7a287ab98f1963bf7944719a8': Skip tests for page buffering in test/fheap.c for parallel build Skip the two tests for page buffering in test/fheap.c because this feature is disabled in parallel. Activate full testing when this feature is re-enabled in the future for parallel build. Due to HDFVIEW-19 add read VL as string function Fix URL name updated with README changes DAILYTE...
Larry KnoxLarry Knox
b03e41146a3MMerge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
Vailin ChoiVailin Choi
f6920ad11c9MMerge pull request #416 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10 to hdf5_1_10 * commit 'f75379d780dc6d2a262d0b613e588a8c0629c848': Fix for H5Dset_extent test failure with extensive array indexing (HDFFV-9771) 1) Calculate chunk index for extensive array index based on swizzled max chunks when unlim_dim > 0 2) Minor fixes to test/fheap.c that somehow were missed from last check in. See pull request #396 review comments.
Vailin ChoiVailin Choi
f75379d780dFix for H5Dset_extent test failure with extensive array indexing (HDFFV-9771) 1) Calculate chunk index for extensive array index based on swizzled max chunks when unlim_dim > 0 2) Minor fixes to test/fheap.c that somehow were missed from last check in. See pull request #396 review comments.
Allen ByrneAllen Byrne
4a37934b5d0MMerge pull request #413 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit 'e76d9217f49a300501cff55ded22e4c8107d2582': Fix URL name DAILYTEST-250 change test props to reduce timeout
Allen ByrneAllen Byrne
e76d9217f49Fix URL name
Allen ByrneAllen Byrne
6efdeb7630bDAILYTEST-250 change test props to reduce timeout
Larry KnoxLarry Knox
725b443f1f2MMerge pull request #408 in HDFFV/hdf5 from develop to hdf5_1_10 * commit 'ccb4e9ed9a5e0af27db9f1504a628e35d7f4cf92': (27 commits) Removed commeted out code from H5C_dump_coll_write_list() Checkin of fix for CGNS bug (https://jira.hdfgroup.org/browse/HDFFV-10055). HDFFV-10143 add missing javadoc param Add missing test status Fix CMake regex commands Modify test/fheap.c to run with various file space strategies and/or page buffering Modify test/fheap.c to run with different combina...
Allen ByrneAllen Byrne
3140697e40cMMerge pull request #403 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '38b1b534c986696dcf146352e7314c2919affbf5': HDFFV-10143 add missing javadoc param Add missing test status
Allen ByrneAllen Byrne
38b1b534c98HDFFV-10143 add missing javadoc param
Allen ByrneAllen Byrne
388051ba2dcAdd missing test status
Larry KnoxLarry Knox
fdcde1834ddMMerge pull request #398 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '75d6ac058e71b3f46333e7f6c7566e4214ccd091': Fix CMake regex commands
Allen ByrneAllen Byrne
75d6ac058e7Fix CMake regex commands
Allen ByrneAllen Byrne
5806dd27115MMerge pull request #378 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit 'a4038aed6e895b9d1e686073c135f8aaacc9adab': (21 commits) Fix typo deletion HDFFV-10143 Update new feature section. HDFFV-10143 clean up format and function return HDFFV-10143 Add plugin APIs to Java interface Update with checks for index bounds HDFFV-10143 fix use before set HDFFV-10143 surround will fail with try block HDFFV-10143 typo cleanup HDFFV-10143 typo removed Fix code error...