Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a memory issue flagged by valgrind in the direct_chunk test. | Dana Robinson | 2019-01-17 | 1 | -2/+2 |
| | |||||
* | Update usage for FAPLs, and reduce # of groups for smoke checks | Quincey Koziol | 2019-01-16 | 1 | -2/+9 |
| | |||||
* | Work around compiler fussiness on platypus. | Quincey Koziol | 2019-01-11 | 1 | -13/+39 |
| | |||||
* | Delta reduction against hyperslab_updates branch. | Quincey Koziol | 2019-01-11 | 1 | -74/+6 |
| | |||||
* | Merge pull request #1455 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2019-01-09 | 1 | -0/+57 |
|\ | | | | | | | | | * commit '2d7eb9a4c3a841f7612b88f6b559792cb6143930': Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is supplied | ||||
| * | Align behavior of H5Aget_name_by_idx with H5Aget_name when a NULL buffer is ↵ | Jordan Henderson | 2019-01-08 | 1 | -0/+57 |
| | | | | | | | | supplied | ||||
* | | Merge pull request #1450 in HDFFV/hdf5 from ↵ | Ray Lu | 2019-01-08 | 1 | -9/+72 |
|\ \ | |/ |/| | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:TRILAB-98-dt_arith-and-cpp_testhdf5-tests to develop * commit 'b02de315b93ac29d2483a91d526b110a25073505': NNSA Tri-LabsTRILAB-98: Another two test cases out. NNSA Tri-Labs TRILAB-98: Taking out a few more test cases. NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type. | ||||
| * | NNSA Tri-LabsTRILAB-98: Another two test cases out. | Songyu Lu | 2019-01-08 | 1 | -1/+18 |
| | | |||||
| * | NNSA Tri-Labs TRILAB-98: Taking out a few more test cases. | Songyu Lu | 2019-01-08 | 1 | -10/+22 |
| | | |||||
| * | NNSA Tri-Labs TRILAB-98 dt_arith and cpp_testhdf5 tests fail on ↵ | Songyu Lu | 2019-01-08 | 1 | -2/+36 |
| | | | | | | | | sierra.llnl.gov: According to the group decision, simply provide a macro to disable some failing test cases on sierra (IBM power9 cpu). All failing cases involve long double data type. | ||||
* | | Delay checking if decoded message's "shareable" flag is appropriate for | Neil Fortner | 2019-01-07 | 3 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | the message type until we've verified we understand the message type. Reduce size of H5O_msg_class_g to *not* include space for H5O_BOGUS_INVALID. Make bogus messages shareable. Add new bogus message test with shareable messages to cover the formerly problematic code. Re-run gen_bogus.c to add this test case and also to fix the bogus_invalid messages that were no longer H5O_BOGUS_INVLAID due to a new message class being added in a previous commit. Added comment to remind developers to run gen_bogus.c when adding a new message class. | ||||
* | | Merge pull request #1445 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵ | Vailin Choi | 2019-01-07 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | develop * commit '982852c603c03a06ca24f219127f49616c7d42cb': Fix for daily test failure: too many arguments to function 'H5Gopen1' | ||||
| * | | Fix for daily test failure: too many arguments to function 'H5Gopen1' | Vailin Choi | 2019-01-07 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #1434 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2019-01-07 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | * commit 'fe6bed2ad722578d0b701e29d22f591923d2fe9f': Fix TESTING_2 macro to align output with TESTING macro | ||||
| * | Fix TESTING_2 macro to align output with TESTING macro | Jordan Henderson | 2019-01-07 | 1 | -1/+1 |
| | | | | | | | | Add more indentation to TESTING_2 macro | ||||
* | | Remove incorrect comment. | Quincey Koziol | 2019-01-06 | 1 | -1/+0 |
| | | |||||
* | | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 12 | -260/+574 |
|/ | | | | | | | src/H5VLpassthru.c, switched to stashing VOL connector ID & info in API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work with 'check-vfd' (and 'check-vol' again). | ||||
* | Merge pull request #1425 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop | Jordan Henderson | 2019-01-04 | 1 | -0/+6 |
|\ | | | | | | | | | * commit '659dd9bccf69f32bfdd01dc49410116ec5c1b0bb': Align H5Lcreate_ud behavior with documentation for NULL udata pointer | ||||
| * | Align H5Lcreate_ud behavior with documentation for NULL udata pointer | Jordan Henderson | 2019-01-03 | 1 | -0/+6 |
| | | | | | | | | Add test for H5Lcreate_ud fix | ||||
* | | Remove "bad" statements at end of TEST_ERROR. | Jacob Smith | 2019-01-04 | 1 | -24/+17 |
| | | | | | | | | Formerly arguments to FAIL_PUTS_ERROR | ||||
* | | Add semicolon at end of TEST_ERROR() invocation for consistency. | Jacob Smith | 2019-01-04 | 1 | -1/+1 |
| | | |||||
* | | Change FAIL_PUTS_ERROR to TEST_ERROR. | Jacob Smith | 2019-01-04 | 1 | -17/+17 |
| | | |||||
* | | Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2. | Jacob Smith | 2019-01-03 | 1 | -20/+20 |
|/ | |||||
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Vailin Choi | 2019-01-02 | 16 | -1660/+3204 |
|\ | | | | | | | | | | | | | | | develop Resolve conflicts: Conflicts: test/Makefile.am | ||||
| * | fix wrong function name that is missed by correctional macro | Jacob Smith | 2018-12-31 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #1400 in HDFFV/hdf5 from ↵ | Dana Robinson | 2018-12-31 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:openmpi_tweaks to develop * commit 'd6c2a96ac2f103d90b96d5b39814810e6a31ef99': Updated the parallel install docs. Eliminated the need for a separate script variable. Added a helpful message to the flush script. Added a shell script so we can run the parallel flush test on OpenMPI. | ||||
| | * | Merge branch 'develop' into openmpi_tweaks | Dana Robinson | 2018-12-31 | 24 | -1631/+3209 |
| | |\ | |||||
| | * | | Added a shell script so we can run the parallel flush test | Dana Robinson | 2018-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | on OpenMPI. | ||||
| * | | | Merge pull request #1413 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins ↵ | Dana Robinson | 2018-12-31 | 6 | -32/+422 |
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '3ca19cca5395d79be69209f8d7d0a2b06834a648': Flipped swapped testing strings. Added test_vol_plugin.sh to the list of scripts to clean Fixed a CMake build issue (CMake still doesn't run the VOL plugin tests) Added more sub-tests to the VOL plugin test. Added a simple test for registration of VOL connector plugins. Autotools only for right now, but this will be fleshed out in future work. | ||||
| | * | | Flipped swapped testing strings. | Dana Robinson | 2018-12-28 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge branch 'develop' into yay_plugins | Dana Robinson | 2018-12-28 | 1 | -1/+96 |
| | |\ \ | |||||
| | * | | | Added test_vol_plugin.sh to the list of scripts to clean | Dana Robinson | 2018-12-28 | 1 | -1/+2 |
| | | | | | |||||
| | * | | | Fixed a CMake build issue (CMake still doesn't run the VOL plugin | Dana Robinson | 2018-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | tests) | ||||
| | * | | | Added more sub-tests to the VOL plugin test. | Dana Robinson | 2018-12-28 | 1 | -13/+172 |
| | | | | | |||||
| | * | | | Added a simple test for registration of VOL connector plugins. | Dana Robinson | 2018-12-27 | 5 | -30/+260 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Autotools only for right now, but this will be fleshed out in future work. | ||||
| * | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-28 | 1 | -1/+95 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-27 | 16 | -6/+335 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| * | | | | OHDR tests now accept h5_fileaccess() fapls. | Jacob Smith | 2018-12-26 | 2 | -139/+160 |
| | | | | | | | | | | | | | | | | | | | | Formatting, informative comments, and minor renaming. | ||||
| * | | | | Fix some CMake listings | Jacob Smith | 2018-12-21 | 2 | -1/+1 |
| | | | | | |||||
| * | | | | Add error checking to the minimized dset header size calculation. | Jacob Smith | 2018-12-21 | 1 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | | Update printf->HDprintf statements. | ||||
| * | | | | Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ↵ | Jacob Smith | 2018-12-20 | 2 | -16/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ERROR-raising macros. Formatting tweaks. | ||||
| * | | | | Merge branch 'develop' of ↵ | Jacob Smith | 2018-12-19 | 14 | -16/+19 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize | ||||
| * | | | | | Add "compact" storage test to relative header size comparisons. | Jacob Smith | 2018-12-19 | 1 | -60/+80 |
| | | | | | | |||||
| * | | | | | Formatting adjustments. | Jacob Smith | 2018-12-18 | 1 | -226/+217 |
| | | | | | | |||||
| * | | | | | Move H5Fset_dset_no_attrs_hint VOL operations to native. | Jacob Smith | 2018-12-18 | 3 | -945/+864 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes. | ||||
| * | | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-18 | 5 | -142/+69 |
| |\ \ \ \ \ | |||||
| * | | | | | | Re-format test/ohdr_mindset.c | Jacob Smith | 2018-12-14 | 3 | -1060/+360 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few transcription errors in other test files. | ||||
| * | | | | | | formatting adjustments | Jacob Smith | 2018-12-14 | 1 | -27/+61 |
| | | | | | | | |||||
| * | | | | | | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 5 | -306/+100 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few typos. | ||||
| * | | | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-13 | 1 | -0/+64 |
| |\ \ \ \ \ \ |