summaryrefslogtreecommitdiffstats
path: root/tools/test
Commit message (Expand)AuthorAgeFilesLines
...
* Removes c99_(v)snprintf() calls from the standalone test code (#509)Dana Robinson2021-03-242-56/+32
* Disable long double tests and remove CMake flag groups (#494)Allen Byrne2021-03-222-4/+4
* Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405)bmribler2021-03-192-0/+41
* Fix display of long double in tools (#469)Allen Byrne2021-03-173-3/+14
* Update clang config (#473)Quincey Koziol2021-03-174-4/+16
* Various clang tidy warning fixes (#448)Sean McBride2021-03-104-45/+45
* Removed bad function pointer casts (#434)Sean McBride2021-03-087-49/+49
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-052-7/+0
* Fixed clang-tidy readability-misleading-indentation warnings (#427)Sean McBride2021-03-051-1/+3
* More warning fixes (#400)Sean McBride2021-03-045-5/+5
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-044-10/+10
* H5TS_win32_thread_exit (#396)Allen Byrne2021-03-011-1/+1
* Primary change is HDFFV-11212 - new refs and JNI (#372)Allen Byrne2021-02-2513-7/+179
* Update license url part2 (#333)Larry Knox2021-02-17112-112/+112
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-294-21/+21
* 11099 Add help text line (#259)Allen Byrne2021-01-151-0/+1
* Fixes a small memory leak in the chunk_cache test (#208)Dana Robinson2020-12-201-2/+6
* Fixes a small memory leak in the h5jam test (#207)Dana Robinson2020-12-201-2/+3
* Bring async branch to develop (#166)Quincey Koziol2020-12-1417-196/+250
* Expand 'opt_query' VOL callback to return a bitfield instead of a flag (#136)Quincey Koziol2020-11-301-24/+24
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-309-26/+26
* Basic alignment with async branch (#115)Quincey Koziol2020-11-234-20/+20
* Merge pull request #60 from bmribler/developLarry Knox2020-11-123-0/+40
|\
| * Fixed typo!!Binh-Minh Ribler2020-11-121-1/+1
| * Fixed typo!Binh-Minh Ribler2020-11-121-1/+1
| * Added line for new fileBinh-Minh Ribler2020-11-121-0/+2
| * Removed the line, added by mistake.Binh-Minh Ribler2020-11-121-1/+0
| * Added a missing line.Binh-Minh Ribler2020-11-121-0/+1
| * Fixed typo again.Binh-Minh Ribler2020-11-111-1/+1
| * Fixed typoBinh-Minh Ribler2020-11-111-1/+1
| * Miscellaneous updateBinh-Minh Ribler2020-11-113-1/+7
| * Added test for the fix HDFFV-10590Binh-Minh Ribler2020-10-282-0/+32
* | CMake: MINGW implies WIN32Michel Zou2020-10-301-1/+1
|/
* Fix VFD h5repacktest (#20)Allen Byrne2020-10-061-2/+0
* Clang-format of source filesAllen Byrne2020-09-3055-15674/+15414
* Fix jni with %Lg instead of %LfAllen Byrne2020-09-292-2/+2
* Pre-format fixes for warnings as errorsAllen Byrne2020-09-291-1/+1
* Merge pull request #2650 in HDFFV/hdf5 from ~DYOUNG/werror:rebased-fprintf-ex...David Young2020-09-286-11/+11
|\
| * Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-2713-21/+241
| |\
| * | Repair more format strings.David Young2020-09-261-2/+2
| * | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-0352-583/+2523
| |\ \
| * \ \ Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-07-3029-149/+483
| |\ \ \
| * | | | Always #define HDfprintf as fprintf in this header. I believe this will fixDavid Young2020-07-071-1/+1
| * | | | Use the portable `-eq` operator instead of the bash-ism `==`. Fixes theDavid Young2020-07-071-1/+1
| * | | | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-073-7/+7
* | | | | OESS-98 merge with clang-format changesAllen Byrne2020-09-2512-35/+35
| |_|_|/ |/| | |
* | | | Add h5ls test plugin format targetAllen Byrne2020-09-251-0/+8
* | | | File changes to affect formattingAllen Byrne2020-09-041-2/+2
* | | | CMake and script changes for clang-formatAllen Byrne2020-09-0411-19/+231
| |_|/ |/| |
* | | Merge branch 'develop' into develop_minorDana Robinson2020-08-272-1/+21
|\ \ \