Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6 from vchoi-hdfgroup/feature/vfd_swmr | vchoi-hdfgroup | 2021-04-13 | 7 | -299/+543 |
|\ | | | | | Feature/vfd swmr | ||||
| * | Merge pull request #436 from raylu-hdf/raylu_zoo_test | raylu-hdf | 2021-04-13 | 7 | -279/+513 |
| |\ | | | | | | | Changed the signal handling to named pipes in the zoo test | ||||
| | * | Minor change: removed an unused line. | Songyu Lu | 2021-04-13 | 1 | -1/+0 |
| | | | |||||
| | * | Minor changes: refactored to simplify the code. | Songyu Lu | 2021-04-13 | 1 | -115/+121 |
| | | | |||||
| | * | Refactored the code to reduce the length of the main function. | Songyu Lu | 2021-04-12 | 2 | -179/+332 |
| | | | |||||
| | * | Changed the command-line option for disabling named pipes from -p to -N to ↵ | Songyu Lu | 2021-04-08 | 1 | -3/+3 |
| | | | | | | | | | | | | be consistent with other tests. | ||||
| | * | Removed an unused macro definition. | Songyu Lu | 2021-04-07 | 1 | -4/+0 |
| | | | |||||
| | * | Removed the two functions (vfd_swmr_writer_may_increase_tick_to and ↵ | Songyu Lu | 2021-04-06 | 3 | -243/+115 |
| | | | | | | | | | | | | | | | | | | vfd_swmr_reader_did_increase_tick_to) that overrode the functions of the same names in the SWMR driver. Also added a command-line option to disable named pipes so that the writer and reader can run seperately. | ||||
| | * | Two main changes include: re-arranging the communication between the writer ↵ | Songyu Lu | 2021-04-05 | 6 | -175/+248 |
| | | | | | | | | | | | | and reader through the named pipes; using the error report consistent with other tests. | ||||
| | * | Added the prefix (HD) to several C functions. | Songyu Lu | 2021-03-26 | 1 | -11/+12 |
| | | | |||||
| | * | Merge branch 'raylu_zoo_test' of https://github.com/HDFGroup/hdf5 into ↵ | Songyu Lu | 2021-03-25 | 2 | -11/+17 |
| | |\ | | | | | | | | | | | | | raylu_zoo_test | ||||
| | | * | Added the HDF5 prefix (HD_) to several system calls. | Songyu Lu | 2021-03-25 | 2 | -11/+11 |
| | | | | |||||
| | * | | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into ↵ | Songyu Lu | 2021-03-25 | 223 | -118481/+138754 |
| | |\ \ | | | |/ | | |/| | | | | | raylu_zoo_test | ||||
| | * | | Merge branch 'feature/vfd_swmr' into raylu_zoo_test | raylu-hdf | 2021-03-05 | 13 | -53/+163 |
| | |\ \ | |||||
| | * | | | Changed the signal handling to named pipes for communication between the ↵ | songyulu | 2021-03-05 | 6 | -55/+165 |
| | | | | | | | | | | | | | | | | | | | | writer and reader, mainly in the zoo test as a starting point. | ||||
| * | | | | Changed the command-line option for disabling named pipes from -p to -N, to ↵ | Songyu Lu | 2021-04-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | be consistent with other tests. | ||||
| * | | | | Added an option to disable named pipes, mainly for running the writer and ↵ | Songyu Lu | 2021-04-07 | 1 | -20/+30 |
| | | | | | | | | | | | | | | | | | | | | reader seperately or not using VFD SWMR. | ||||
* | | | | | (1) Remove header files as indicated by PR review comment. | vchoi | 2021-04-09 | 1 | -31/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (2) Add ifdef for windows as indicated by PR review comment. (3) Misc. cleanup. | ||||
* | | | | | Add new test vfd_swmr_attrdset_writer.c. | vchoi | 2021-04-07 | 3 | -1/+2078 |
|/ / / / | | | | | | | | | | | | | It is to test attribute handling for different dataset types. | ||||
* | | | | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into ↵ | Songyu Lu | 2021-03-30 | 223 | -118499/+138709 |
|\ \ \ \ | | | | | | | | | | | | | | | | raylu_group_test2 | ||||
| * | | | | Fixed 1.6 compatibility issues and ran source formatter | Dana Robinson | 2021-03-26 | 9 | -62/+77 |
| | |_|/ | |/| | | |||||
| * | | | Temporarily disable some tests that fail on Windows | Dana Robinson | 2021-03-25 | 2 | -0/+8 |
| | | | | |||||
| * | | | test_same_file_opens() works on Windows now (vfd_swmr.c) | Dana Robinson | 2021-03-25 | 1 | -2/+0 |
| | | | | |||||
| * | | | Brings file locking changes from develop | Dana Robinson | 2021-03-25 | 4 | -116/+373 |
| | | | | |||||
| * | | | Updates license url and history docs | Dana Robinson | 2021-03-25 | 221 | -287/+271 |
| | | | | |||||
| * | | | Formats the source and updates the gcc warning pragmas | Dana Robinson | 2021-03-25 | 200 | -117466/+136923 |
| | | | | |||||
| * | | | Brings fixes for splitter VFD test from develop | Dana Robinson | 2021-03-24 | 2 | -33/+41 |
| | | | | |||||
| * | | | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into ↵ | Dana Robinson | 2021-03-23 | 2 | -47/+122 |
| |\ \ \ | | | | | | | | | | | | | | | | vfd_swmr/thg_standards | ||||
| * | | | | Fixes H5CX_pop badness | Dana Robinson | 2021-03-22 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Brings the tcheck_version test changes from develop | Dana Robinson | 2021-03-22 | 1 | -53/+76 |
| | | | | | |||||
| * | | | | Brings accum.c changes from develop | Dana Robinson | 2021-03-22 | 1 | -700/+1008 |
| | | | | | |||||
| * | | | | Windows cleanup | Dana Robinson | 2021-03-10 | 5 | -98/+116 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * A splitter VFD test in vfd.c fails * Several vfd_swmr.c tests are #ifdef'd around | ||||
| * | | | | Excludes VFD SWMR acceptance tests on Windows | Dana Robinson | 2021-03-10 | 12 | -19/+172 |
| | | | | | | | | | | | | | | | | | | | | Via #ifdefs, not build system | ||||
| * | | | | Converts nanosleep to H5_nanosleep in genall5.c | Dana Robinson | 2021-03-10 | 1 | -13/+3 |
| | | | | | |||||
| * | | | | Fix brackets on non-POSIX vfd_swmr.c | Dana Robinson | 2021-03-10 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Removes err.h cruft from genall5.c and vfd_swmr_common.c | Dana Robinson | 2021-03-10 | 2 | -42/+55 |
| | | | | | |||||
| * | | | | Removes an unused variable from vfd_swmr.c | Dana Robinson | 2021-03-09 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Hides use of clock_gettime() on Windows | Dana Robinson | 2021-03-09 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | timespec_get() is C11 and probably only has about 10 ms resolution. We may have to revisit this. | ||||
| * | | | | Rips out unused, unportable "print elapsed time" code in page_buffer.c | Dana Robinson | 2021-03-09 | 1 | -45/+0 |
| | | | | | |||||
| * | | | | Adds DLLVAR macros to allow exporting symbols on Windows | Dana Robinson | 2021-03-09 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Replaces BSD random functions with ISO | Dana Robinson | 2021-03-09 | 2 | -7/+4 |
| | | | | | |||||
| * | | | | Replaces basename and dirname with code that will work everywhere | Dana Robinson | 2021-03-09 | 4 | -14/+15 |
| | | | | | |||||
| * | | | | Changes to help vfd_swmr.c build on Windows | Dana Robinson | 2021-03-08 | 3 | -55/+66 |
| | |_|/ | |/| | | |||||
* | | | | Fixed a few typos. | Songyu Lu | 2021-03-23 | 2 | -3/+3 |
| | | | | |||||
* | | | | Adding group number adjustment for vfd_swmr_group_writer.c based on the ↵ | Songyu Lu | 2021-03-22 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | level of HDF5TestExpress, to speed up the test or do more thorough test. | ||||
* | | | | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into ↵ | Songyu Lu | 2021-03-19 | 1 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | | | | | raylu_group_test2 | ||||
| * | | | Re-arranged the communication between the writer and reader through named ↵ | Songyu Lu | 2021-03-17 | 1 | -20/+10 |
| | | | | | | | | | | | | | | | | pipes to facilitate possible test improvements in the future. | ||||
| * | | | Adding more comments. | Songyu Lu | 2021-03-15 | 1 | -3/+5 |
| | | | | |||||
| * | | | Some minor changes. | Songyu Lu | 2021-03-15 | 1 | -8/+11 |
| | | | | |||||
| * | | | Changing the signal handling to named pipe for better portablity. | Songyu Lu | 2021-03-10 | 2 | -42/+122 |
| |/ / |