Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VFD SWMR: Normalization with develop (#1078) | Dana Robinson | 2021-10-06 | 381 | -10246/+19017 |
| | | | Brings many changes from develop, particularly VOL changes for async | ||||
* | Merge pull request #1006 from kyang2014/feature/vfd_swmr | kyang2014 | 2021-10-01 | 6 | -9/+853 |
|\ | | | | | Feature/vfd swmr | ||||
| * | Correct typos for the design-to-fail test. | myang6 | 2021-10-01 | 1 | -2/+2 |
| | | |||||
| * | Add vfd_swmr_gfail_writer.c for the "design to fail" test. | Muqun Yang | 2021-09-13 | 1 | -0/+1 |
| | | |||||
| * | Committing clang-format changes | github-actions | 2021-09-13 | 1 | -3/+3 |
| | | |||||
| * | Add options for users to choose max_lag, tick_len, page size and page buffer ↵ | Muqun Yang | 2021-09-13 | 1 | -8/+31 |
| | | | | | | | | size. | ||||
| * | Committing clang-format changes | github-actions | 2021-09-13 | 2 | -22/+21 |
| | | |||||
| * | 1. Revise the VFD SWMR reader side code to make the expected design fail. ↵ | Muqun Yang | 2021-09-13 | 2 | -25/+108 |
| | | | | | | | | | | | | JRM will review the change in the future. 2. Add comments on how to repeat the issues discovered when testing the expected design fail. | ||||
| * | Committing clang-format changes | github-actions | 2021-09-10 | 1 | -30/+25 |
| | | |||||
| * | Add the expected design fail for the long running API on the reader side. | myang6 | 2021-09-10 | 3 | -1/+744 |
| | | |||||
* | | Merge pull request #717 from raylu-hdf/raylu_bigset_test | raylu-hdf | 2021-09-16 | 2 | -556/+2018 |
|\ \ | |/ |/| | Some changes to the big set test | ||||
| * | Committing clang-format changes | github-actions | 2021-09-14 | 1 | -15/+21 |
| | | |||||
| * | Changed fprintf to HDfprintf and also printed out the write speed for ↵ | Songyu Lu | 2021-09-14 | 1 | -193/+207 |
| | | | | | | | | performance information. | ||||
| * | Committing clang-format changes | github-actions | 2021-09-13 | 1 | -7/+7 |
| | | |||||
| * | Some minor changes and more comments. | Songyu Lu | 2021-09-13 | 2 | -18/+41 |
| | | |||||
| * | Add a function call to allocate space early during H5Dcreate and H5Dextend. | Songyu Lu | 2021-09-03 | 1 | -8/+14 |
| | | |||||
| * | Minor adjustment to a parameter. | Songyu Lu | 2021-09-01 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'raylu_bigset_test' of https://github.com/raylu-hdf/hdf5 into ↵ | Songyu Lu | 2021-09-01 | 1 | -91/+121 |
| |\ | | | | | | | | | | raylu_bigset_test | ||||
| | * | Committing clang-format changes | github-actions | 2021-09-01 | 1 | -91/+121 |
| | | | |||||
| * | | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵ | Songyu Lu | 2021-09-01 | 2 | -3/+8 |
| |\ \ | |/ / |/| / | |/ | raylu_bigset_test | ||||
* | | VFD SWMR: Updates the mirror VFD tests so they compile and pass tests (#971) | Dana Robinson | 2021-08-27 | 2 | -3/+8 |
| | | | | | | | | | | | | | | * Updates the mirror VFD tests so they compile and pass tests * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
| * | Some important updates to the test: added test for 3D datasets and several ↵ | Songyu Lu | 2021-09-01 | 2 | -210/+488 |
| | | | | | | | | new command-line options. | ||||
| * | Merge branch 'feature/vfd_swmr' of https://github.com/raylu-hdf/hdf5 into ↵ | Songyu Lu | 2021-08-27 | 42 | -1332/+4674 |
| |\ | |/ |/| | | | raylu_bigset_test | ||||
* | | Merge pull request #943 from kyang2014/feature/vfd_swmr | kyang2014 | 2021-08-26 | 4 | -1/+2986 |
|\ \ | | | | | | | Feature/vfd swmr | ||||
| * | | fixed comment issues. | Muqun Yang | 2021-08-26 | 1 | -32/+32 |
| | | | |||||
| * | | Add vfd_gperf_writer.c to MANIFEST. | Muqun Yang | 2021-08-20 | 1 | -0/+1 |
| | | | |||||
| * | | Committing clang-format changes | github-actions | 2021-08-20 | 1 | -4/+4 |
| | | | |||||
| * | | Add more description. | Muqun Yang | 2021-08-20 | 1 | -8/+21 |
| | | | |||||
| * | | Committing clang-format changes | github-actions | 2021-08-19 | 1 | -58/+56 |
| | | | |||||
| * | | Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵ | Muqun Yang | 2021-08-19 | 1 | -12/+7 |
| |\ \ | | | | | | | | | | | | | feature/vfd_swmr | ||||
| | * | | Committing clang-format changes | github-actions | 2021-08-18 | 1 | -15/+9 |
| | | | | |||||
| * | | | Add statistics information, comments. Also clean up code a bit. | Muqun Yang | 2021-08-19 | 1 | -96/+238 |
| |/ / | |||||
| * | | 1. Add the VL string type test. | Muqun Yang | 2021-08-18 | 1 | -1975/+118 |
| | | | | | | | | | | | | | | | 2. Remove the reader test. 3. Fix trivial bugs and remove some warnings. | ||||
| * | | Merge remote-tracking branch 'upstream/feature/vfd_swmr' into feature/vfd_swmr | Muqun Yang | 2021-08-17 | 18 | -711/+1124 |
| |\ \ | |||||
| * | | | Committing clang-format changes | github-actions | 2021-08-17 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add options fo max_lag, tick_len and page_size. | Muqun Yang | 2021-08-17 | 2 | -9/+40 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'upstream/feature/vfd_swmr' into HEAD | Muqun Yang | 2021-08-09 | 312 | -23077/+20547 |
| |\ \ \ | |||||
| * | | | | Committing clang-format changes | github-actions | 2021-08-05 | 1 | -58/+52 |
| | | | | | |||||
| * | | | | Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵ | Muqun Yang | 2021-08-05 | 1 | -13/+5 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | feature/vfd_swmr | ||||
| | * | | | | Committing clang-format changes | github-actions | 2021-08-03 | 1 | -35/+24 |
| | | | | | | |||||
| * | | | | | Add the group level support. | Muqun Yang | 2021-08-05 | 1 | -25/+192 |
| |/ / / / | |||||
| * | | | | Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵ | Muqun Yang | 2021-08-03 | 1 | -33/+26 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | feature/vfd_swmr | ||||
| | * | | | | Committing clang-format changes | github-actions | 2021-07-02 | 1 | -37/+28 |
| | | | | | | |||||
| * | | | | | 1)remove named pipe from the program. 2) make the number of attributes for ↵ | Muqun Yang | 2021-08-03 | 1 | -859/+60 |
| |/ / / / | | | | | | | | | | | | | | | | each group configuratable. The attribute datatype is 32-bit integer. | ||||
| * | | | | Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into ↵ | Muqun Yang | 2021-07-02 | 1 | -37/+30 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | feature/vfd_swmr | ||||
| | * | | | | Committing clang-format changes | github-actions | 2021-06-29 | 1 | -39/+32 |
| | | | | | | |||||
| * | | | | | More code to performance check. | Muqun Yang | 2021-07-02 | 1 | -2/+60 |
| |/ / / / | |||||
| * | | | | Add the first version of group performance code. | Muqun Yang | 2021-06-29 | 1 | -0/+5261 |
| | | | | | |||||
| * | | | | Add the Makefile.am for the performance. | Muqun Yang | 2021-06-29 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | Merge pull request #916 from vchoi-hdfgroup/obj_reg_ref_feature_vfd_swmr | vchoi-hdfgroup | 2021-08-24 | 4 | -40/+41 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Obj reg ref feature vfd swmr |