summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #504 from derobins/vfd_swmr/hide_timespeccmpDana Robinson2021-03-237-115/+18
|\
| * Protects timespeccmpDana Robinson2021-03-237-115/+18
|/
* Merge pull request #500 from derobins/vfd_swmr/minorDana Robinson2021-03-231-0/+4
|\
| * Fixed MANIFESTDana Robinson2021-03-231-0/+4
|/
* Merge pull request #499 from derobins/vfd_swmr/missing_dedupsDana Robinson2021-03-234-0/+4
|\
| * Adds missing dedup callback entries to other VFDsDana Robinson2021-03-234-0/+4
|/
* Merge pull request #456 from HDFGroup/raylu_group_testraylu-hdf2021-03-182-47/+122
|\
| * 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-102-42/+122
|/
* Merge pull request #416 from derobins/vfd_swmr/thg_standardsDana Robinson2021-03-0435-1149/+233
|\
| * Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-046-4/+1351
| |\ | |/ |/|
* | Merge pull request #426 from vchoi-hdfgroup/demo_feature_vfd_swmrDana Robinson2021-03-045-0/+1323
|\ \
| * | Add the two VFD SWMR demo programs to "examples" directory.vchoi2021-03-045-0/+1323
|/ /
* | Merge pull request #413 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-03-031-4/+28
|\ \
| * | Add test settings for vfd_swmr_bigset_writer.c based on HDF5TestExpress:vchoi2021-03-021-4/+28
| * | Revert "Add the two VFD SWMR demo programs to the test directory so that they...vchoi2021-03-028-1861/+1
| * | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into feature/vfd_swmrvchoi2021-03-0216-376/+323
| |\ \ | |/ / |/| |
| * | Add the two VFD SWMR demo programs to the test directory so that they can be ...vchoi2021-02-268-1/+1861
| | * Engineers around naked clock_gettime() callsDana Robinson2021-03-031-6/+14
| | * Adds missing private VFD SWMR headers to CMakeDana Robinson2021-03-031-0/+2
| | * Removed Wnanosleep stub and adds Win32 code to H5_nanosleep()Dana Robinson2021-03-032-26/+16
| | * Switch to using H5_nanosleep() instead of HDnanosleep()Dana Robinson2021-03-032-29/+9
| | * Fixes a missing declaration for H5_get_win32_times()Dana Robinson2021-03-021-0/+1
| | * Brings MacOS fixes from main feature branchDana Robinson2021-03-0214-372/+320
| | |\ | |_|/ |/| |
* | | Merge pull request #388 from derobins/vfd_swmr/H5FD_public_fixDana Robinson2021-03-0116-376/+323
|\ \ \ | |/ / |/| |
| * | Improves autotools and CMake support for sigtimedwait alternativeDana Robinson2021-03-016-8/+27
| * | Minor change to H5FDvfd_swmr.h include guard nameDana Robinson2021-03-011-3/+3
| * | Fixes leading underscores in VFD SWMR include guardsDana Robinson2021-03-015-14/+13
| * | Adds MacOS work-around for sigtimedwait(2) in the VFD SWMR testsDana Robinson2021-02-262-70/+147
| * | Adapts H5queue.h to work on MacOSDana Robinson2021-02-261-100/+123
| * | Moves H5queue.h to H5private.h and yanks circular queue macrosDana Robinson2021-02-265-196/+10
| * | Moves H5queue.h from H5FDpublic.h to H5FD.cDana Robinson2021-02-262-1/+1
| * | Moves the BSD queue to a wrapper to keep it out of the public APIDana Robinson2021-02-262-20/+35
|/ /
| * HD prefix and hbool_t changes in test/vfd_swmr.cDana Robinson2021-03-021-22/+22
| * Fixes a bug from when the hlog code was removedDana Robinson2021-03-021-1/+2
| * Switch to hbool_t and TRUE/FALSE in library codeDana Robinson2021-03-024-38/+38
| * Removed the rest of the hlog codeDana Robinson2021-03-0211-819/+5
| * Stripped hlog code from H5MV.cDana Robinson2021-03-021-24/+1
| * Makes libgen.h functions ready for implementation on WindowsDana Robinson2021-03-029-13/+23
| * Removed most C library include lines from testsDana Robinson2021-03-028-13/+0
| * Fix unfreed memory after fork in vfd_swmr testDana Robinson2021-03-021-0/+12
| * Switches memcpy to H5MM_memcpy in H5Fvfd_swmr.cDana Robinson2021-03-021-1/+1
| * Switches H5FDvfd_swmr.c memory calls to use H5MMDana Robinson2021-03-021-4/+4
| * H5MF.c cleanupDana Robinson2021-03-021-123/+25
| * Switches H5MF memory calls to use H5MMDana Robinson2021-03-021-2/+2
| * Adds HD prefix to POSIX calls in srcDana Robinson2021-03-025-27/+27
| * Fixes include guards for a few headersDana Robinson2021-03-012-6/+6
| * Fixes the MANIFESTDana Robinson2021-03-012-1/+28
|/