summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| | |\ \ \ \ \ | | | | |/ / / | | | |/| | |
| | * | | | | Changed the signal handling to named pipes for communication between the writ...songyulu2021-03-056-55/+165
* | | | | | | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-04-092-188/+414
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #546 from raylu-hdf/raylu_group_test3raylu-hdf2021-04-081-20/+30
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | 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 pull request #482 from HDFGroup/raylu_group_test2raylu-hdf2021-03-302-186/+402
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-301760-331303/+347506
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #525 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2624-119/+137
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge pull request #518 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-253-4/+10
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #515 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2551-724/+1562
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #514 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2525-240/+506
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge pull request #513 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-251724-3080/+9064
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #512 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-251157-326609/+335301
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge pull request #511 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-241-33/+0
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge pull request #510 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-2430-1191/+1702
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | * | | | Fixed a few typos.Songyu Lu2021-03-232-3/+3
| | | | | | | | | | * | | | Adding group number adjustment for vfd_swmr_group_writer.c based on the level...Songyu Lu2021-03-221-5/+9
| | | | | | | | | | * | | | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-191-2/+2
| | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | |_|/ | | | | | | | | | | | |/| |
| | | | | | | | | | * | | | Rearranged the test in the following way:Songyu Lu2021-03-192-134/+411
| | | | | | | | | | | |_|/ | | | | | | | | | | |/| |
* | | | | | | | | | | | | Brings a lot of smaller changes from developDana Robinson2021-04-0953-430/+431
* | | | | | | | | | | | | Brings many CMake changes from developDana Robinson2021-04-08104-566/+2211
* | | | | | | | | | | | | Brings H5CX_pop() changes from developDana Robinson2021-04-0831-442/+369
* | | | | | | | | | | | | Brings many parallel changes from developDana Robinson2021-04-0711-565/+413
* | | | | | | | | | | | | Brings inline changes from developDana Robinson2021-04-073-84/+96
* | | | | | | | | | | | | Brings (trivial) skip list changes from developDana Robinson2021-04-071-50/+64
* | | | | | | | | | | | | Brings H5module.h from develop and fixes Autotools badnessDana Robinson2021-04-0714-120/+814
* | | | | | | | | | | | | Fixes MANIFEST and missing H5TSpublic.h fileDana Robinson2021-04-072-27/+80
* | | | | | | | | | | | | Brings thread-safety changes from developDana Robinson2021-04-078-176/+568
* | | | | | | | | | | | | Moves VFD and VOL make check targets to conclude.amDana Robinson2021-04-079-42/+18
* | | | | | | | | | | | | Better VFD SWMR parallel skip testDana Robinson2021-04-062-19/+10
* | | | | | | | | | | | | Fix for (serial) VFD SWMR test failure in pHDF5Dana Robinson2021-04-061-10/+22
* | | | | | | | | | | | | Brings trace changes from developDana Robinson2021-04-0650-2345/+2673
* | | | | | | | | | | | | Brings H5RS changes from developDana Robinson2021-04-066-345/+746
* | | | | | | | | | | | | Brings the rest of the header changes from developDana Robinson2021-04-06146-493/+796
* | | | | | | | | | | | | Brings include guard changes from developDana Robinson2021-04-068-23/+23
* | | | | | | | | | | | | Normalized Fortran with developDana Robinson2021-04-0519-93/+288
* | | | | | | | | | | | | Normalizes C++ with developDana Robinson2021-04-0580-474/+346
* | | | | | | | | | | | | Normalized high-level library with developDana Robinson2021-04-0556-2505/+2647
* | | | | | | | | | | | | Adds missing utils Makefile.in entries to MANIFESTDana Robinson2021-03-271-0/+2
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | |