summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Brings many CMake changes from developDana Robinson2021-04-084-33/+214
* | | | | | Brings H5CX_pop() changes from developDana Robinson2021-04-0819-323/+275
* | | | | | Brings thread-safety changes from developDana Robinson2021-04-074-36/+35
* | | | | | Moves VFD and VOL make check targets to conclude.amDana Robinson2021-04-071-11/+0
* | | | | | Better VFD SWMR parallel skip testDana Robinson2021-04-061-4/+7
* | | | | | Brings H5RS changes from developDana Robinson2021-04-061-38/+208
| |_|/ / / |/| | | |
* | | | | Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-269-62/+77
| |_|_|/ |/| | |
* | | | Temporarily disable some tests that fail on WindowsDana Robinson2021-03-252-0/+8
* | | | test_same_file_opens() works on Windows now (vfd_swmr.c)Dana Robinson2021-03-251-2/+0
* | | | Brings file locking changes from developDana Robinson2021-03-254-116/+373
* | | | Updates license url and history docsDana Robinson2021-03-25221-287/+271
* | | | Formats the source and updates the gcc warning pragmasDana Robinson2021-03-25200-117466/+136923
* | | | Brings fixes for splitter VFD test from developDana Robinson2021-03-242-33/+41
* | | | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-232-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
| |/ /
* | | Fixes H5CX_pop badnessDana Robinson2021-03-221-4/+4
* | | Brings the tcheck_version test changes from developDana Robinson2021-03-221-53/+76
* | | Brings accum.c changes from developDana Robinson2021-03-221-700/+1008
* | | Windows cleanupDana Robinson2021-03-105-98/+116
* | | Excludes VFD SWMR acceptance tests on WindowsDana Robinson2021-03-1012-19/+172
* | | Converts nanosleep to H5_nanosleep in genall5.cDana Robinson2021-03-101-13/+3
* | | Fix brackets on non-POSIX vfd_swmr.cDana Robinson2021-03-101-2/+2
* | | Removes err.h cruft from genall5.c and vfd_swmr_common.cDana Robinson2021-03-102-42/+55
* | | Removes an unused variable from vfd_swmr.cDana Robinson2021-03-091-1/+0
* | | Hides use of clock_gettime() on WindowsDana Robinson2021-03-091-0/+5
* | | Rips out unused, unportable "print elapsed time" code in page_buffer.cDana Robinson2021-03-091-45/+0
* | | Adds DLLVAR macros to allow exporting symbols on WindowsDana Robinson2021-03-091-1/+1
* | | Replaces BSD random functions with ISODana Robinson2021-03-092-7/+4
* | | Replaces basename and dirname with code that will work everywhereDana Robinson2021-03-094-14/+15
* | | Changes to help vfd_swmr.c build on WindowsDana Robinson2021-03-083-55/+66
|/ /
* | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-041-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-025-1279/+1
| * | Merge remote-tracking branch 'canonical/feature/vfd_swmr' into feature/vfd_swmrvchoi2021-03-023-4/+97
| |\ \
| * | | Add the two VFD SWMR demo programs to the test directory so that they can be ...vchoi2021-02-265-1/+1279
| | |/ | |/|
* | | Switch to using H5_nanosleep() instead of HDnanosleep()Dana Robinson2021-03-031-9/+3
* | | Brings MacOS fixes from main feature branchDana Robinson2021-03-023-4/+97
|\ \ \ | | |/ | |/|
| * | Improves autotools and CMake support for sigtimedwait alternativeDana Robinson2021-03-012-7/+17
| * | Fixes leading underscores in VFD SWMR include guardsDana Robinson2021-03-011-3/+3
| * | Adds MacOS work-around for sigtimedwait(2) in the VFD SWMR testsDana Robinson2021-02-261-1/+84
| |/
* | HD prefix and hbool_t changes in test/vfd_swmr.cDana Robinson2021-03-021-22/+22
* | Makes libgen.h functions ready for implementation on WindowsDana Robinson2021-03-024-10/+5
* | 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
|/
* Corrected a typo in the comment.songyulu2021-02-151-1/+1
* Added some comments.songyulu2021-02-121-1/+4
* Adding the test case for fixed-array chunked dataset and VDS.songyulu2021-02-122-6/+26