Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | 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). | |||||
* | | Added some initial group construction code. | Dana Robinson | 2019-01-06 | 1 | -5/+34 | |
| | | ||||||
* | | Added libuuid for generating UUIDs. | Dana Robinson | 2019-01-06 | 1 | -0/+7 | |
| | | ||||||
* | | Added initial JSON string handling to the connector. | Dana Robinson | 2019-01-06 | 1 | -1/+18 | |
| | | ||||||
* | | Added file create/open/close callbacks. These just perform the | Dana Robinson | 2019-01-06 | 2 | -5/+153 | |
| | | | | | | | | file operations right now and don't deal with JSON streams. | |||||
* | | * Checked in a correction to Makefile.am | Dana Robinson | 2019-01-06 | 2 | -1/+7 | |
| | | | | | | | | | | * Added a BRANCH.md file * Added Jansson configuration support | |||||
* | | Added the JSON VOL connector plugin framework and a test to | Dana Robinson | 2019-01-06 | 5 | -3/+515 | |
|/ | | | | ensure that the plugin can be loaded. | |||||
* | 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 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 2 | -2/+6 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'dset_ohdr_minimize' of ↵ | Jacob Smith | 2018-12-12 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize Incorporate a few housekeeping changes and one fix. | |||||
| | * | | | | | | | | Fix typo. | Jacob Smith | 2018-12-12 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CHECK of wrong ID (dset[2|3]_id). | |||||
| * | | | | | | | | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 71 | -4427/+5614 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | change test file name and apply 'h5_fixname' to it | Jacob Smith | 2018-12-11 | 2 | -4/+7 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Sidestep and hide&flag minor issues causing test failures. | Jacob Smith | 2018-12-05 | 2 | -18/+61 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Incorporate minimized dset ohdr tests into extant suite. | Jacob Smith | 2018-11-19 | 4 | -1353/+1498 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove unused/redundant external file link test | Jacob Smith | 2018-09-20 | 1 | -151/+0 | |
| | | | | | | | | | |