summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changesgithub-actions2021-09-131-3/+3
* Add options for users to choose max_lag, tick_len, page size and page buffer ...Muqun Yang2021-09-131-8/+31
* Merge remote-tracking branch 'upstream/feature/vfd_swmr' into feature/vfd_swmrMuqun Yang2021-08-171-1/+1
|\
| * (1)vchoi2021-08-101-1/+1
* | Add options fo max_lag, tick_len and page_size.Muqun Yang2021-08-171-1/+3
|/
* VFD SWMR: Fixes for using base versions of versioned API calls (#850)Dana Robinson2021-07-221-8/+8
* Modifications to common routines used by VFD SWMR tests:vchoi2021-07-131-9/+5
* VFD SWMR: Minor fixes (#771)Dana Robinson2021-06-181-1/+1
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-308/+308
* Committing clang-format changesgithub-actions2021-05-211-2/+2
* use TEST_ERROR when possibleMuqun Yang2021-05-211-649/+236
* Committing clang-format changesgithub-actions2021-05-191-105/+104
* Merge branch 'feature/vfd_swmr' of https://github.com/kyang2014/hdf5 into fea...Muqun Yang2021-05-191-700/+778
|\
| * Committing clang-format changesgithub-actions2021-05-061-758/+837
* | Add the object header continuation block tests.Muqun Yang2021-05-191-8/+268
|/
* Merge remote-tracking branch 'upstream/feature/vfd_swmr' into feature/vfd_swmrMuqun Yang2021-05-061-794/+871
|\
| * Committing clang-format changesgithub-actions2021-05-031-939/+1026
* | Add all the group operation tests. The tests include create_group,delete_group,Muqun Yang2021-05-061-137/+1268
* | 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-291-21/+117
|/
* Add the old-styled group creation attribute tests.Muqun Yang2021-04-261-39/+114
* Forgot passing group property list when merging the codeMuqun Yang2021-04-261-1/+1
* correct the code a bit, add comments to the shell script.Muqun Yang2021-04-231-17/+378
* More comments and shorten the test time a bitMuqun Yang2021-04-221-898/+131
* 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-201-24/+2561
* Merge pull request #436 from raylu-hdf/raylu_zoo_testraylu-hdf2021-04-131-9/+0
|\
| * Two main changes include: re-arranging the communication between the writer a...Songyu Lu2021-04-051-9/+0
* | 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-301-82/+99
|\ \
| * | Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-1/+1
| |/
| * Updates license url and history docsDana Robinson2021-03-251-12/+11
| * Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-111/+105
| * Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-231-44/+120
| |\
| | * Re-arranged the communication between the writer and reader through named pip...Songyu Lu2021-03-171-20/+10
| | * Adding more comments.Songyu Lu2021-03-151-3/+5
| | * Some minor changes.Songyu Lu2021-03-151-8/+11
| | * Changing the signal handling to named pipe for better portablity.Songyu Lu2021-03-101-39/+120
| * | Excludes VFD SWMR acceptance tests on WindowsDana Robinson2021-03-101-3/+16
| * | Replaces basename and dirname with code that will work everywhereDana Robinson2021-03-091-1/+2
| |/
* | Fixed a few typos.Songyu Lu2021-03-231-1/+1