summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge remote-tracking branch 'origin/feature/vfd_swmr_grp_op' into feature/vf...Muqun Yang2021-04-301-31/+635
|\ \ \ \
| * | | | Add group creation/deletion/move/link insertionKent Yang2021-04-301-32/+635
* | | | | Merge remote-tracking branch 'origin/feature/vfd_swmr_grp_op' into feature/vf...Muqun Yang2021-04-301-3/+285
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | Add skeleton of group operation test.Muqun Yang2021-04-281-3/+285
* | | | Close the space id used for attributes.Muqun Yang2021-04-301-0/+7
* | | | Replace all string functions with HDF's corresponding string functions.Muqun Yang2021-04-291-14/+14
* | | | Use /* */ instead of // for comments.Muqun Yang2021-04-291-1/+1
* | | | 1. Add the attribute storage checkMuqun Yang2021-04-292-24/+120
|/ / /
* | | Add the old-styled group creation attribute tests.Muqun Yang2021-04-263-40/+184
* | | Forgot passing group property list when merging the codeMuqun Yang2021-04-261-1/+1
* | | Use -q option for the group attribute test.Muqun Yang2021-04-231-5/+2
* | | Merge remote-tracking branch 'upstream/feature/vfd_swmr' into feature/vfd_swmrMuqun Yang2021-04-233-3/+2079
|\ \ \
| * | | Modifications based on PR feedback.vchoi2021-04-201-33/+35
| * | | Merge pull request #6 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-04-137-299/+543
| |\ \ \
| * | | | (1) Remove header files as indicated by PR review comment.vchoi2021-04-091-31/+29
| * | | | Add new test vfd_swmr_attrdset_writer.c.vchoi2021-04-073-1/+2078
* | | | | correct the code a bit, add comments to the shell script.Muqun Yang2021-04-232-19/+388
* | | | | More comments and shorten the test time a bitMuqun Yang2021-04-222-901/+132
* | | | | Clean up code and add comments. More to do.Muqun Yang2021-04-221-511/+652
* | | | | Correct the debugging mismatch issue, add more comments.Muqun Yang2021-04-211-37/+122
* | | | | Make the modifying attribute value obviousMuqun Yang2021-04-211-5/+29
* | | | | 1. Merge the group attribute test code to vfd_swmr_group_writer.c. Typical te...Muqun Yang2021-04-202-28/+2645
| |/ / / |/| | |
* | | | Merge pull request #436 from raylu-hdf/raylu_zoo_testraylu-hdf2021-04-137-279/+513
|\ \ \ \ | |_|_|/ |/| | |
| * | | Minor change: removed an unused line.Songyu Lu2021-04-131-1/+0
| * | | Minor changes: refactored to simplify the code.Songyu Lu2021-04-131-115/+121
| * | | Refactored the code to reduce the length of the main function.Songyu Lu2021-04-122-179/+332
| * | | Changed the command-line option for disabling named pipes from -p to -N to be...Songyu Lu2021-04-081-3/+3
| * | | Removed an unused macro definition.Songyu Lu2021-04-071-4/+0
| * | | Removed the two functions (vfd_swmr_writer_may_increase_tick_to and vfd_swmr_...Songyu Lu2021-04-063-243/+115
| * | | Two main changes include: re-arranging the communication between the writer a...Songyu Lu2021-04-056-175/+248
| * | | Added the prefix (HD) to several C functions.Songyu Lu2021-03-261-11/+12
| * | | Merge branch 'raylu_zoo_test' of https://github.com/HDFGroup/hdf5 into raylu_...Songyu Lu2021-03-252-11/+17
| |\ \ \
| | * | | Added the HDF5 prefix (HD_) to several system calls.Songyu Lu2021-03-252-11/+11
| * | | | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-25223-118481/+138754
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'feature/vfd_swmr' into raylu_zoo_testraylu-hdf2021-03-0513-53/+163
| |\ \ \ \
| * | | | | Changed the signal handling to named pipes for communication between the writ...songyulu2021-03-056-55/+165
* | | | | | Changed the command-line option for disabling named pipes from -p to -N, to b...Songyu Lu2021-04-081-4/+4
* | | | | | Added an option to disable named pipes, mainly for running the writer and rea...Songyu Lu2021-04-071-20/+30
| |_|_|/ / |/| | | |
* | | | | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-30223-118499/+138709
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-269-62/+77
| | |_|/ | |/| |
| * | | Temporarily disable some tests that fail on WindowsDana Robinson2021-03-252-0/+8
| * | | test_same_file_opens() works on Windows now (vfd_swmr.c)Dana Robinson2021-03-251-2/+0
| * | | Brings file locking changes from developDana Robinson2021-03-254-116/+373
| * | | Updates license url and history docsDana Robinson2021-03-25221-287/+271
| * | | Formats the source and updates the gcc warning pragmasDana Robinson2021-03-25200-117466/+136923
| * | | Brings fixes for splitter VFD test from developDana Robinson2021-03-242-33/+41
| * | | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-232-47/+122
| |\ \ \
| * | | | Fixes H5CX_pop badnessDana Robinson2021-03-221-4/+4
| * | | | Brings the tcheck_version test changes from developDana Robinson2021-03-221-53/+76
| * | | | Brings accum.c changes from developDana Robinson2021-03-221-700/+1008