summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* So that I can use PASSED(); anywhere a statement can go, #define PASSED() withDavid Young2020-02-2814-248/+247
* Complete the comment on thread_main(), explaining why the barrier is used.David Young2020-02-271-1/+9
* The first implementation seemed to allow for the possibility that a threadDavid Young2020-02-271-1/+8
* Test the right condition for the EBUSY return in pthread_barrier_destroy().David Young2020-02-271-1/+1
* s/exit_failure/EXIT_FAILURE/gDavid Young2020-02-271-2/+2
* Implement pthread_barrier(3) for Darwin using a counter, condition variable,David Young2020-02-271-0/+123
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
* Merge pull request #2367 in HDFFV/hdf5 from ~DYOUNG/werror:unused to developDavid Young2020-02-195-8/+9
|\
| * H5_HAVE_PARALLEL, _DEBUG_API, etc. Add attributes to some variables andDavid Young2020-02-105-8/+9
* | Use HD prefix.David Young2020-02-121-13/+13
* | Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-02-071-7/+37
|/
* Oops, the test has to return success in the unimplemented case.David Young2020-02-061-3/+2
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-02-031-2/+2
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-02-032-6/+7
* Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen'sDavid Young2020-02-031-0/+1
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-02-033-4/+164
* Merge branch 'develop' into misckmu2020-01-2913-70/+153
|\
| * Merge pull request #2318 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-296-27/+18
| |\
| | * Reduce differences between my -Werror branch and `develop`:David Young2020-01-296-27/+18
| * | Merge pull request #2320 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-291-1/+1
| |\ \
| | * | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required.David Young2020-01-291-1/+1
| | |/
| * | Merge pull request #2321 in HDFFV/hdf5 from ~DYOUNG/werror:reduce-werror-diff...David Young2020-01-295-25/+34
| |\ \
| | * | testpar/t_2Gio.c: Fix a typo that I think was introduced by aDavid Young2020-01-295-25/+34
| | |/
| * | Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-17/+100
| |/
* | initialization discards const warningkmu2020-01-291-7/+7
* | Merge branch 'develop' into misckmu2020-01-286-27/+34
|\ \ | |/
| * Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-19/+19
| |\
| * | Cleaned up warnings in test/tid.c.Dana Robinson2020-01-241-9/+16
| * | Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-235-18/+18
* | | fix unused function warningkmu2020-01-282-40/+69
| |/ |/|
* | fix Wredundant-decls, Wswitch-default, Wdeclaration-after-statement, Wsign-co...kmu2020-01-271-19/+19
|/
* squash cast warning fixkmu2020-01-237-47/+64
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-2310-77/+66
|\
| * more cleanupkmu2020-01-234-9/+6
| * merge and fixkmu2020-01-2140-1992/+7403
| |\
| * \ merge and fix conflictkmu2020-01-1912-39/+118
| |\ \
| * \ \ merge and fix conflictskmu2020-01-1426-1091/+1278
| |\ \ \
| * | | | fix unused related warningskmu2020-01-1311-61/+107
| * | | | removed unused parameterkmu2019-12-111-1/+1
| * | | | more fix and address commentskmu2019-12-091-12/+3
| * | | | remove unsed var,function,macro, etckmu2019-12-064-55/+20
* | | | | Fixed yet another small issue in test/efc.c.Dana Robinson2020-01-211-6/+6
| |_|_|/ |/| | |
* | | | PATH_MAX fix in efc test for Windows.Dana Robinson2020-01-201-0/+5
* | | | Merge branch 'develop' into stack_size_warningsDana Robinson2020-01-1735-1535/+6520
|\ \ \ \
| * | | | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1633-1534/+6434
| | |_|/ | |/| |
| * | | Merge pull request #2237 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:HDFFV-10992-fix t...Jerome Soumagne2020-01-151-0/+83
| |\ \ \
| | * | | Add test for reference shutdown issueJerome Soumagne2020-01-151-0/+83
| * | | | HDFFV-11001 Add fine control over testingAllen Byrne2020-01-152-2/+4
| | |_|/ | |/| |
* | | | Tidying from code review.Dana Robinson2020-01-161-6/+20
* | | | Fixed stack and frame size warnings. Not complete, but fixes most ofDana Robinson2020-01-1510-435/+977
|/ / /