summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Brings atom-->ID and other ID-related changes from developDana Robinson2021-05-0588-2779/+4690
* Removes dead H5ST codeDana Robinson2021-05-0310-1252/+2
* Merge branch 'vfd_swmr/thg_standards' of https://github.com/derobins/hdf5 int...Dana Robinson2021-05-0310-1643/+1782
|\
| * Committing clang-format changesgithub-actions2021-05-0310-1643/+1782
* | Adds feature/vfd_swmr to the PR check branch listDana Robinson2021-05-031-1/+1
|/
* Adds github action filesDana Robinson2021-05-036-8/+450
* Brings more develop code over, especially DoxygenDana Robinson2021-05-03100-994/+60102
* Fixes issue in vfd_swmr_attrdset_writer.cDana Robinson2021-05-032-51/+51
* Many small changes from develop. Should allows running VFD SWMRDana Robinson2021-05-0373-979/+1151
* Update top-level COPYING file and remove COPYING files from subdirectories (#...Dana Robinson2021-05-0320-253/+9
* Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-05-039-428/+5450
|\
| * Disables attrdset tests while we investigate failuresDana Robinson2021-04-301-50/+51
| * Merge pull request #571 from kyang2014/feature/vfd_swmrkyang20142021-04-303-148/+2858
| |\
| | * 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
| | |\ | | |/ | |/|
| * | Merge pull request #547 from vchoi-hdfgroup/dset_feature_vfd_swmrvchoi-hdfgroup2021-04-223-1/+2078
| |\ \
| | * | 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
| | |\ \
| | | * \ Merge pull request #5 from 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
| | * | | Merge pull request #4 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-04-051760-331437/+347846
| | |\ \ \ | | | |/ /
| | | * | Merge pull request #3 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-04-051760-331437/+347846
| | | |\ \
| | * | \ \ Merge pull request #2 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-03-182-47/+122
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge pull request #1 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-03-182-47/+122
| | | |\ \ \ | | |/ / / /
| | | | | * 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-251760-331295/+347558
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge branch 'feature/vfd_swmr' into raylu_zoo_testraylu-hdf2021-03-0549-1518/+1901
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |