| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a copy-pasto in an error message. | David Young | 2020-07-10 | 1 | -1/+1 |
|
|
* | Move the dapl initialization to state_init and, if VDS is enabled, | David Young | 2020-07-10 | 1 | -7/+10 |
|
|
* | Delete unused local variables. Delete an empty line. NFCI. | David Young | 2020-07-10 | 1 | -4/+0 |
|
|
* | Don't leak a fapl on error. | David Young | 2020-07-10 | 1 | -7/+8 |
|
|
* | Remove gratuitous local variable initialization: it's better to let the | David Young | 2020-07-10 | 1 | -2/+2 |
|
|
* | Straggler from previous: bsdqueue.h -> H5queue.h | David Young | 2020-07-10 | 1 | -1/+1 |
|
|
* | Fix a bug where I was trying to store `ndatasets * 4` source-dataset | David Young | 2020-07-07 | 1 | -93/+155 |
|
|
* | Use native byte order unless big-endian is specified with `-b` option. | David Young | 2020-07-02 | 2 | -18/+30 |
|
|
* | Add a VDS mode to the bigset test. | David Young | 2020-06-30 | 1 | -7/+197 |
|
|
* | Gather a couple of assertions. | David Young | 2020-06-26 | 1 | -2/+1 |
|
|
* | Create one dataset creation property list and one file dataspace and | David Young | 2020-06-26 | 1 | -31/+45 |
|
|
* | When extending the dataset in one dimension, add columns instead of rows | David Young | 2020-06-26 | 1 | -22/+23 |
|
|
* | (1) Add public routines H5Fvfd_swmr_end_tick, H5Fvfd_swmr_disable_end_of_tick... | vchoi | 2020-06-26 | 1 | -581/+1221 |
|
|
* | Add/check a group attribute every so many steps. delete some dead code, and | David Young | 2020-06-22 | 1 | -5/+68 |
|
|
* | Create a dataset access property list (dapl) that disables the chunk cache and | David Young | 2020-06-19 | 1 | -5/+13 |
|
|
* | Close all of the datasets we opened. | David Young | 2020-06-16 | 1 | -0/+21 |
|
|
* | Activate tests `few_big` and `many_small`, now that they pass. | David Young | 2020-06-11 | 1 | -1/+1 |
|
|
* | Limit every chunk cache to 1 slot and 1kB so that the test doesn't run | David Young | 2020-06-11 | 1 | -0/+3 |
|
|
* | Make the test more challenging: on every other step, read a chunk-sized | David Young | 2020-06-11 | 1 | -4/+8 |
|
|
* | Wrap a line. NFCI. | David Young | 2020-06-11 | 1 | -1/+2 |
|
|
* | Delete code that has no effect: don't empty a mask set only to fill it | David Young | 2020-06-11 | 1 | -3/+2 |
|
|
* | Delete unused variables and struct members. | David Young | 2020-06-03 | 1 | -4/+0 |
|
|
* | Be concise and more obviously correct, and knock many line widths | David Young | 2020-06-03 | 1 | -16/+13 |
|
|
* | Perform a test where a writer creates 10,000 groups while a reader waits for | David Young | 2020-05-28 | 1 | -1/+138 |
|
|
* | If there were hard errors, report any soft errors, too. | David Young | 2020-05-28 | 1 | -1/+2 |
|
|
* | Straggler from previous: don't count errors *and* exit, just count. | David Young | 2020-05-28 | 1 | -7/+0 |
|
|
* | A zoo error is not a soft error. Count it as a hard error instead of a soft | David Young | 2020-05-28 | 1 | -1/+1 |
|
|
* | Don't count up errors *and* exit right away when there is an error. Just | David Young | 2020-05-28 | 1 | -46/+0 |
|
|
* | Disable the error-stack printing around the H5Gopen() call that we know will | David Young | 2020-05-28 | 1 | -0/+3 |
|
|
* | Add a test writer that creates groups under the root and a reader that polls | David Young | 2020-05-27 | 2 | -0/+267 |
|
|
* | Delete unused `state_t` members. NFCI. | David Young | 2020-05-27 | 1 | -9/+1 |
|
|
* | Join some lines. NFCI. | David Young | 2020-05-26 | 1 | -4/+2 |
|
|
* | Add `-a steps` option and if steps != 0, then add (or verify) an attribute on | David Young | 2020-05-26 | 1 | -16/+85 |
|
|
* | Cast a non-negative `int` to `size_t` before comparing with `size_t` so that | David Young | 2020-05-26 | 1 | -1/+1 |
|
|
* | Rebase repair: add stubs.c back to the test library sources. | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Reduce diffs with `develop`, where `H5C_move_entry` takes an `H5C_t *` | David Young | 2020-05-20 | 3 | -20/+17 |
|
|
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 1 | -10/+10 |
|
|
* | Reduce diffs with `develop`. | David Young | 2020-05-20 | 3 | -7/+6 |
|
|
* | Use H5_ATTR_NDEBUG_UNUSED instead of H5_ATTR_SANITY_CHECK. | David Young | 2020-05-20 | 1 | -1/+1 |
|
|
* | Fix compilation: use H5Oget_info() instead of specifying the version | David Young | 2020-05-20 | 1 | -4/+4 |
|
|
* | Misc warning fixes. | Dana Robinson | 2020-05-20 | 4 | -18/+39 |
|
|
* | Align contents of CMake and autotools testfile cleanup lists. | Quincey Koziol | 2020-05-20 | 2 | -90/+49 |
|
|
* | Avoid allocating a chunk index for datasets with 0-sized dimensions, until | Quincey Koziol | 2020-05-20 | 2 | -20/+214 |
|
|
* | Updates to tools warning PR from code review. | Dana Robinson | 2020-05-20 | 1 | -4/+4 |
|
|
* | Fixes for warnings in the tools code. | Dana Robinson | 2020-05-20 | 1 | -0/+59 |
|
|
* | For compatibility with non-C99 Visual Studio versions, use "%" PRIuMAX | David Young | 2020-05-20 | 1 | -2/+2 |
|
|
* | Fix `test/swmr_sparse_reader.c:118:77: error: cast from pointer | David Young | 2020-05-20 | 1 | -2/+2 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-05-20 | 67 | -509/+509 |
|
|
* | Tidying of Mirror VFD. | Jacob Smith | 2020-05-20 | 3 | -30/+51 |
|
|