summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Sync with developDana Robinson2020-08-0151-1384/+7366
* Merge pull request #2693 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2020-07-215-1/+181
* Squashed commit of the following:Larry Knox2020-06-211-3/+3
* Detect when there's the same-shaped selection of a single block of elements onQuincey Koziol2020-06-071-7/+7
* Whitespace updatesAllen Byrne2020-05-1366-547/+547
* Complete the comment on thread_main(), explaining why the barrier is used.David Young2020-05-111-1/+9
* The first implementation seemed to allow for the possibility that a threadDavid Young2020-05-111-1/+8
* Test the right condition for the EBUSY return in pthread_barrier_destroy().David Young2020-05-111-1/+1
* s/exit_failure/EXIT_FAILURE/gDavid Young2020-05-111-2/+2
* Implement pthread_barrier(3) for Darwin using a counter, condition variable,David Young2020-05-111-0/+123
* Use HD prefix.David Young2020-05-111-13/+13
* Provide local copies of err(3)- and errx(3)-alike functionsDavid Young2020-05-111-7/+37
* Oops, the test has to return success in the unimplemented case.David Young2020-05-111-3/+2
* src/H5Eint.c: #include H5TSprivate.h for H5TS_thread_id() definitions.David Young2020-05-111-2/+2
* Change thread IDs to uint64_t from unsigned long, per Quincey's suggestion.David Young2020-05-062-6/+7
* Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen'sDavid Young2020-05-061-0/+1
* Replace pthread_self_ulong() with H5TS_thread_id(). The POSIX ThreadsDavid Young2020-05-063-4/+164
* Align contents of CMake and autotools testfile cleanup lists.Quincey Koziol2020-05-042-89/+53
* Avoid allocating a chunk index for datasets with 0-sized dimensions, untilQuincey Koziol2020-05-042-10/+204
* Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to dev...David Young2020-04-261-2/+2
* TRILAB-192 - merge changes from developAllen Byrne2020-04-071-3/+13
* Merge pull request #2461 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/dtype...Vailin Choi2020-04-021-348/+388
* Was checking the wrong compiler macro.Quincey Koziol2020-03-251-1/+1
* Correct failure when allocation tracking are disabled.Quincey Koziol2020-03-241-0/+12
* Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-231-38/+30
* Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-231-0/+139
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-231-1/+1
* Squashed commit of the following:David Young2020-01-3111-53/+53
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-17/+100
* Merge pull request #2311 in HDFFV/hdf5 from ~KMU/hdf5:misc to developKimmy Mu2020-01-281-19/+19
* Merge pull request #2300 in HDFFV/hdf5 from ~KMU/hdf5:squashed_cast to developKimmy Mu2020-01-287-47/+64
* Merge branch 'hdf5_1_12' of https://git.hdfgroup.org/scm/~kmu/hdf5 into hdf5_...kmu2020-01-281-2/+1
|\
| * Modify external_env.c to prevent deleting test file of external.c.Larry Knox2020-01-271-2/+1
* | Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-2810-77/+66
|/
* Merge pull request #2238 in HDFFV/hdf5 from ~KMU/hdf5:hdf5_1_12 to hdf5_1_12Kimmy Mu2020-01-246-19/+19
|\
| * Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings t...Kimmy Mu2020-01-086-19/+19
* | Improved CMake options for testsAllen Byrne2020-01-192-2/+4
* | Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1933-1534/+6434
* | Add test for reference shutdown issueJerome Soumagne2020-01-171-0/+83
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-01-0716-372/+509
|\ \ | |/
| * Remove mismerged codeQuincey Koziol2020-01-071-4/+0
| * Cherry pick of 0225e6d5969Quincey Koziol2020-01-0414-357/+478
| * Refactor H5Dvlen_get_buf_size to use optional dataset operation, with generic...Quincey Koziol2020-01-041-3/+3
| * Refactor all the 'H5VL_*_optional' callbacks to move the type of operation outQuincey Koziol2020-01-043-12/+32
* | Correct compile statement orderAllen Byrne2019-12-201-2/+3
|/
* Use HD prefix.David Young2019-12-191-8/+8
* Fix HDFFV-10937: use a more reliable (and probably faster) scheme forDavid Young2019-12-191-32/+121
* Follow longstanding execv convention for compatibility with NetBSD.David Young2019-12-191-1/+7
* Adjust cache.c only variables.Allen Byrne2019-12-184-30/+27
* Fix include to correct memory calls - big-endian issue.Allen Byrne2019-12-182-1/+1