summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use /* */ instead of // for comments.Muqun Yang2021-04-291-1/+1
|
* 1. Add the attribute storage checkMuqun Yang2021-04-292-24/+120
| | | | | 2. Change the test names and remove unnecessary debugging information Tested at jelly.
* 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
|\
| * Merge pull request #547 from vchoi-hdfgroup/dset_feature_vfd_swmrvchoi-hdfgroup2021-04-223-1/+2078
| |\ | | | | | | Add new test: vfd_swmr_attrdset_writer.c
| | * 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
| | |\ | | | | | | | | Feature/vfd swmr
| | | * Merge pull request #5 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-04-137-299/+543
| | | |\ | | |_|/ | |/| | Feature/vfd swmr
| | * | (1) Remove header files as indicated by PR review comment.vchoi2021-04-091-31/+29
| | | | | | | | | | | | | | | | | | | | (2) Add ifdef for windows as indicated by PR review comment. (3) Misc. cleanup.
| | * | Add new test vfd_swmr_attrdset_writer.c.vchoi2021-04-073-1/+2078
| | | | | | | | | | | | | | | | It is to test attribute handling for different dataset types.
| | * | Merge pull request #4 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-04-051760-331437/+347846
| | |\ \ | | | |/ | | | | Feature/vfd swmr
| | | * Merge pull request #3 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-04-051760-331437/+347846
| | | |\ | | | | | | | | | | Feature/vfd swmr
| | * | \ Merge pull request #2 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-03-182-47/+122
| | |\ \ \ | | | |/ / | | | | | Feature/vfd swmr
| | | * | Merge pull request #1 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-03-182-47/+122
| | | |\ \ | | |/ / / | | | | | Feature/vfd swmr
* | | | | 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 ↵Muqun Yang2021-04-202-28/+2645
|/ / / / | | | | | | | | | | | | | | | | | | | | tests are fine. Need to clean up code and add comments/descriptions. 2. Add group attribute tests to testvfdswmr.sh.in. Only use typical cases for the standard and the quick runs for saving time.
* | | | Merge pull request #436 from raylu-hdf/raylu_zoo_testraylu-hdf2021-04-137-279/+513
|\ \ \ \ | | | | | | | | | | Changed the signal handling to named pipes in the zoo test
| * | | | 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 ↵Songyu Lu2021-04-081-3/+3
| | | | | | | | | | | | | | | | | | | | be consistent with other tests.
| * | | | Removed an unused macro definition.Songyu Lu2021-04-071-4/+0
| | | | |
| * | | | Removed the two functions (vfd_swmr_writer_may_increase_tick_to and ↵Songyu Lu2021-04-063-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 Lu2021-04-056-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 Lu2021-03-261-11/+12
| | | | |
| * | | | Merge branch 'raylu_zoo_test' of https://github.com/HDFGroup/hdf5 into ↵Songyu Lu2021-03-252-11/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | raylu_zoo_test
| | * | | | 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 ↵Songyu Lu2021-03-251760-331295/+347558
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | raylu_zoo_test
| * | | | | Merge branch 'feature/vfd_swmr' into raylu_zoo_testraylu-hdf2021-03-0549-1518/+1901
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Changed the signal handling to named pipes for communication between the ↵songyulu2021-03-056-55/+165
| | | | | | | | | | | | | | | | | | | | | | | | writer and reader, mainly in the zoo test as a starting point.
* | | | | | Merge pull request #546 from raylu-hdf/raylu_group_test3raylu-hdf2021-04-081-20/+30
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Added an option to disable named pipes in the group test
| * | | | | Changed the command-line option for disabling named pipes from -p to -N, to ↵Songyu Lu2021-04-081-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | be consistent with other tests.
| * | | | | Added an option to disable named pipes, mainly for running the writer and ↵Songyu Lu2021-04-071-20/+30
|/ / / / / | | | | | | | | | | | | | | | reader seperately or not using VFD SWMR.
* | | | | Merge pull request #482 from HDFGroup/raylu_group_test2raylu-hdf2021-03-302-186/+402
|\ \ \ \ \ | | | | | | | | | | | | Changing the signal handling to named pipe in the group test for better portablity (2nd improvement)
| * \ \ \ \ Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into ↵Songyu Lu2021-03-301760-331303/+347506
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | raylu_group_test2
* | | | | | Merge pull request #525 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2624-119/+137
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fixed 1.6 compatibility issues and ran source formatter
| * | | | | Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-2624-119/+137
| | | | | |
* | | | | | Merge pull request #518 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-253-4/+10
|\ \ \ \ \ \ | |/ / / / / | | | | | | Vfd swmr/thg standards
| * | | | | Temporarily disable some tests that fail on WindowsDana Robinson2021-03-253-2/+10
| | | | | |
| * | | | | test_same_file_opens() works on Windows now (vfd_swmr.c)Dana Robinson2021-03-251-2/+0
| | | | | |
* | | | | | Merge pull request #515 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2551-724/+1562
|\ \ \ \ \ \ | |/ / / / / | | | | | | Brings file locking from develop, fixes parallel
| * | | | | Fixes phdf5Dana Robinson2021-03-258-48/+22
| | | | | |
| * | | | | Normalization of the bin scripts (with develop)Dana Robinson2021-03-257-23/+120
| | | | | |
| * | | | | Brings Windows file locking from developDana Robinson2021-03-253-86/+48
| | | | | |