summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Hdf5 merge issue 435 (#460)Larry Knox2021-03-1017-202/+50
* 1 12 Merges from develop (#421)Allen Byrne2021-03-045-15/+15
* 1 12 merges from develop (#412)Allen Byrne2021-03-034-8/+8
* 1 12 merge java copyright header changes (#391)Allen Byrne2021-03-011-1/+3
* Merge "Fix undefined left shifting of negative numbers" (#338) to hdf5_1_12 (...Larry Knox2021-02-231-2/+2
* Update URL in source file Copyright headers for web copy of COPYINGLarry Knox2021-02-20203-203/+203
* Port PR 291 to 1.12 branch: Allow using virtual datasets in files opened with...Neil Fortner2021-02-081-2571/+2665
* Test script 112 (#301)Allen Byrne2021-02-035-10/+28
* 1 12 Whitespace changes after clang-format run (#288)Allen Byrne2021-01-2939-164/+180
* Hdf5 1 12 - Fix unaligned access to reference buffer during datatype conversi...Larry Knox2020-12-271-35/+32
* Merge VOL framework versioning to 1.12 (#154)Quincey Koziol2020-12-103-3/+21
* Basic alignment with async branch (#115) (#137)Quincey Koziol2020-11-3039-164/+160
* Manual sync with develop (#95)Dana Robinson2020-11-1774-759/+2382
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-121-2/+2
* OESS-98 add CMake option to build plugins project within hdf5Allen Byrne2020-10-162-20/+20
* Enable splitter testAllen Byrne2020-10-111-1/+1
* Merge changes from developAllen Byrne2020-10-0825-346/+442
* Merge from developAllen Byrne2020-10-071-1/+1
* Cleanup comments in tests, align comments better, update vfd testAllen Byrne2020-10-0564-379/+342
* Source formattedAllen Byrne2020-10-01183-114268/+125447
* warning format fixes and define name from developAllen Byrne2020-09-302-11/+2
* Add clang-format changes from develop.Allen Byrne2020-09-2811-1545/+1778
* Remove redundant calls to set the metadata cache tagQuincey Koziol2020-08-271-0/+8
* Switch H5VM inline routines back to single underscope and put a comment in th...Quincey Koziol2020-08-223-13/+13
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-2216-322/+57
* Windows thread-safe fixes from developDana Robinson2020-08-142-15/+16
* 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