summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #463 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10_1 ↵Vailin Choi2017-04-2424-867/+508
|\ | | | | | | | | | | | | to hdf5_1_10_1 * commit '89483c19461623b77319a83ec0c6609e0e5f37a8': 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
| * Fix for HDFFV-10166 h5watch tests fail randomly to match expected output filesVailin Choi2017-04-2424-867/+508
|/ | | | | (1) Re-structure tests to do one "extend" action at a time (2) Re-try test till max limit before final failure
* Merge pull request #462 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:hdf5_1_10_1 ↵Vailin Choi2017-04-2410-84/+102
|\ | | | | | | | | | | | | | | to hdf5_1_10_1 * commit '0f9c0a31645ddc58ec7fc92c344bae9c04f13ebf': 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.
| * Modifications based on review comments from pull request.Vailin Choi2017-04-244-106/+117
| | | | | | | | Made changes according to review comments and discussion with Allen.
| * Fix for DAILYTEST-259 h5clear test failureVailin Choi2017-04-249-44/+51
|/ | | | | 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.
* Merge pull request #458 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_1 to ↵Dana Robinson2017-04-245-7/+124
|\ | | | | | | | | | | | | | | | | hdf5_1_10_1 * commit '435214cb555725d3690826caeb7c255057b9f09a': Fixed problems that prevent bin/trace from marking up some functions. 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.
| * Fixed problems that prevent bin/trace from marking up some functions.Dana Robinson2017-04-243-18/+12
| |
| * The cache_image test shows a skipped message about EoC in parallel.Dana Robinson2017-04-243-11/+9
| |
| * Added code to disable the evict-on-close feature inDana Robinson2017-04-243-2/+127
|/ | | | the parallel library.
* Merge pull request #433 in HDFFV/hdf5 from ↵Larry Knox2017-04-211-20/+43
|\ | | | | | | | | | | | | ~MAMCGREE/hdf5_mamcgree:hdf5_1_10_1 to hdf5_1_10_1 * commit 'ee714ed9444eb6b651629a500b2b5c0d42ef5d1b': Remove duplicate entries, add missing entries, and misc. formatting in RELEASE.txt
| * Remove duplicate entries, add missing entries, and misc. formatting in ↵Mike McGreevy2017-04-181-20/+43
| | | | | | | | RELEASE.txt
* | Merge pull request #442 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵Larry Knox2017-04-216-18/+53
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10_1 * commit '4d024142658d1c94a0a5f6b8b95778ecfd3291a9': Commit changes to files generated by running autogen.sh.
| * | Commit changes to files generated by running autogen.sh.lrknox2017-04-196-18/+53
|/ /
* | Merge pull request #441 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10_1 to ↵Larry Knox2017-04-196-12/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_1 * commit 'a036a68ae36dd8f5a60ca0b10bdb025495847e39': Add LDFLAGS for plugin libs Reformat char * args HDFFV-10170 undo patch LDFLAGS module forces .so lib to be built on osx instead of .dylib Update tool dyn lib
| * | Add LDFLAGS for plugin libsAllen Byrne2017-04-181-0/+4
| | |
| * | Reformat char * argsAllen Byrne2017-04-181-4/+4
| | |
| * | HDFFV-10170 undo patchAllen Byrne2017-04-183-7/+9
| | |
| * | LDFLAGS module forces .so lib to be built on osx instead of .dylibAllen Byrne2017-04-181-1/+1
| | |
| * | Update tool dyn libAllen Byrne2017-04-181-0/+1
| |/
* | Merge pull request #440 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10_1 to ↵Scot Breitenfeld2017-04-181-0/+12
|\ \ | |/ |/| | | | | | | | | hdf5_1_10_1 * commit 'b834c100729d450e0c466c2044c3f0658b1979e6': added point to build script repo.
| * added point to build script repo.M. Scot Breitenfeld2017-04-181-0/+12
|/
* Merge pull request #432 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10_1 to ↵Larry Knox2017-04-172-6/+3
|\ | | | | | | | | | | | | hdf5_1_10_1 * commit '66092af9dd3ff3d5169ca4ccf60e9272a813c10d': HDFFV-10170 fix noinst libs and HDFFV-10173 fix VS2008 build
| * HDFFV-10170 fix noinst libs and HDFFV-10173 fix VS2008 buildAllen Byrne2017-04-172-6/+3
|/
* Merge pull request #428 in HDFFV/hdf5 from ↵Larry Knox2017-04-171-1/+4
|\ | | | | | | | | | | | | ~MAINZER/hdf5_1.10.1_jrm:hdf5_1_10_1 to hdf5_1_10_1 * commit 'c953358666e842cada6879a2dbb3d724e9c90690': Expanded slightly on the RELEASE.txt entry for HDFFV-10055.
| * Expanded slightly on the RELEASE.txt entry for HDFFV-10055.mainzer2017-04-171-1/+4
| |
* | Merge pull request #429 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵Larry Knox2017-04-178-24/+22
|\ \ | |/ |/| | | | | | | | | | | | | hdf5_1_10_1 * commit 'd39deb8b323c95e2fba1a453c78ea31759eb4ce9': Updated Copyright header in H5PLpkg.h. Update version to 1.10.1-pre3. Commit version changes in README.txt and RELEASE.txt for 1.10.1-pre2 release.
| * Updated Copyright header in H5PLpkg.h.lrknox2017-04-171-6/+4
| |
| * Update version to 1.10.1-pre3.lrknox2017-04-177-18/+18
| |
| * Commit version changes in README.txt and RELEASE.txt for 1.10.1-pre2 release.lrknox2017-04-132-2/+2
|/
* Merge pull request #423 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵Larry Knox2017-04-1315-117/+121
|\ | | | | | | | | | | | | | | | | hdf5_1_10_1 * commit '32e706e2cc1cb73cc6cacf78e9174b7afa5e5430': Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. 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
| * Merge branch 'develop' into hdf5_1_10_1lrknox2017-04-134-2/+114
| |\
| | * Merge pull request #422 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developJordan Henderson2017-04-133-0/+103
| | |\ | | | | | | | | | | | | | | | | * commit '606529f5e0cffcea26af66106f094fbe350c5bac': Due to HDFVIEW-19 add read VL as string function
| | | * Due to HDFVIEW-19 add read VL as string functionAllen Byrne2017-04-123-0/+103
| | | |
| | * | Merge pull request #421 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-04-131-2/+11
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | develop * commit '3d1b227a67b557da247f6b683f58617b6d75bfdb': 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.
| | | * Skip tests for page buffering in test/fheap.c for parallel buildVailin Choi2017-04-131-2/+11
| | |/ | | | | | | | | | | | | 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.
| * | Add new files in release_docs to MANIFEST.lrknox2017-04-1311-115/+7
|/ / | | | | | | | | Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
* | Merge pull request #419 in HDFFV/hdf5 from develop to hdf5_1_10_1Larry Knox2017-04-123-221/+78
|\ \ | |/ | | | | | | | | * commit 'f574d627d8122c6ac7dcc16c9fd0d04cf97b6b67': updated with README changes Combined the README_DEVEL and README, and removed out-dated README material
| * Merge pull request #410 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-04-123-221/+78
| |\ | | | | | | | | | | | | | | | * commit '265950a83a68ea55b5bc8dcbefa2d09b4f8110be': updated with README changes Combined the README_DEVEL and README, and removed out-dated README material
| | * updated with README changesM. Scot Breitenfeld2017-04-111-1/+0
| | |
| | * Combined the README_DEVEL and README, and removed out-dated README materialM. Scot Breitenfeld2017-04-112-220/+78
| | |
* | | Merge pull request #417 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to ↵Larry Knox2017-04-1251-773/+17404
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10_1 * commit 'f83622042a8a6271dd502194867c00e8a89ec9fc': (34 commits) Add 1.8 complete HISTORY file. Add history files from 1.10.0 release. Fix URL name DAILYTEST-250 change test props to reduce timeout 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. 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 combinations of file space strategies and page buffering only when ExpressMode is 0 (HDF5TestExpress is 0). Tested on ostrich, platypus, mayll, emu, osx1010test, quail, kite, kituo. Updated the H5L.c error message after additional thought. Fix for HDFFV-10141. Updated an error message in H5L.c to be more helpful. Fixes HDFFV-10141. Re-enabled fixed array index testing in the test_random_rank4_vl() test in test/set_extent. This was fixed some time ago, but the test was never re-enabled for that index type. 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 Update tools issues ...
| * \ \ Merge branch 'develop' of ↵lrknox2017-04-1247-767/+1951
| |\ \ \ | | |/ / | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10_1
| | * | Merge pull request #409 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-04-124-52/+44
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '7eda1e3c6a57f79b59fc35518816db4e3a2b382d': 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.
| | | * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2017-04-1122-23/+23
| | | |\ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | * commit '2821b8bd768138db6b5f917a5b7325f878f8f7d0': Fix URL name DAILYTEST-250 change test props to reduce timeout
| | * | | Merge pull request #412 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-04-1122-23/+23
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | * commit '8a9e4b94c3938f4c42ad9399737afc6478ded160': Fix URL name DAILYTEST-250 change test props to reduce timeout
| | | * | Fix URL nameAllen Byrne2017-04-1121-21/+21
| | | | |
| | | * | DAILYTEST-250 change test props to reduce timeoutAllen Byrne2017-04-111-2/+2
| | |/ /
| | | * Fix for H5Dset_extent test failure with extensive array indexing (HDFFV-9771)Vailin Choi2017-04-114-52/+44
| | |/ | | | | | | | | | | | | 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.
| | * Merge pull request #405 in HDFFV/hdf5 from ~MAINZER/hdf5_jrm:develop to developJohn Mainzer2017-04-078-26/+293
| | |\ | | | | | | | | | | | | | | | | | | | | * commit 'eb75dc1bb02e13902d73a36caafe763eea585d02': Removed commeted out code from H5C_dump_coll_write_list() Checkin of fix for CGNS bug (https://jira.hdfgroup.org/browse/HDFFV-10055).
| | | * Removed commeted out code from H5C_dump_coll_write_list()mainzer2017-04-071-5/+0
| | | |