summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Snprintf2 (#1399)Sean McBride2022-01-286-20/+20
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-2823-57/+60
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-1/+1
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-281-1/+1
* OESS-168: Remove clang warnings. (#1295)H. Joe Lee2021-12-151-1/+1
* OESS-168: Remove clang warnings. (#1294)H. Joe Lee2021-12-151-4/+4
* OESS-168: Remove clang warnings. (#1277)H. Joe Lee2021-12-101-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-0772-185/+185
* Fix windows test with floating point rounding issues (#1237)Allen Byrne2021-11-301-1/+1
* Update version to 1.13.1-1 after creation of branch for 1.13.0 release. (#1236)Larry Knox2021-11-301-7/+7
* Create 2D arrays on the heap in a different way (#1169)David Young2021-11-234-387/+520
* Avoid calling H5Ropen_object with a misaligned H5R_ref_t: copy the (#1171)David Young2021-11-231-4/+10
* Quiets a 'set but not used' warning in h5diff_array.c (#1210)Dana Robinson2021-11-181-0/+3
* Add option for h5repack timing (#1142)Allen Byrne2021-11-086-51/+168
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-086-88/+24
* Split dir create into separate macro (#1141)Allen Byrne2021-10-282-0/+2
* H5repack tests should fail if a corrupted file causes h5repack to (#1138)Larry Knox2021-10-262-6/+17
* Consolidate VFD create list macro (#1132)Allen Byrne2021-10-262-4/+0
* Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-202-47/+4
* OESS-168: Remove clang warnings. (#1074)H. Joe Lee2021-10-061-2/+2
* Fix ASAN issue in h5dump error path (#1051)Allen Byrne2021-10-032-3/+1
* OESS-168: Remove clang warnings. (#1057)H. Joe Lee2021-09-301-56/+56
* OESS-168: Remove clang warnings. (#1056)H. Joe Lee2021-09-301-20/+20
* VFD plugins (#602)jhendersonHDF2021-09-2947-586/+1101
* OESS-168: Remove clang warnings. (#1050)H. Joe Lee2021-09-291-1/+1
* OESS-168: Remove clang warnings (#1049)H. Joe Lee2021-09-291-1/+1
* OESS-168: Remove clang warnings. (#1047)H. Joe Lee2021-09-291-1/+1
* OESS-168: Remove clang warnings. (#1046)H. Joe Lee2021-09-291-9/+9
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-2/+2
* Fix several warnings (#720)jhendersonHDF2021-09-143-9/+21
* Update copyright headers with reproduction notice in 5 files (#993)Larry Knox2021-09-081-9/+9
* More clang tidy (#908)Sean McBride2021-08-238-15/+15
* Remove non-published short arg names (#917)Allen Byrne2021-08-183-303/+0
* Fix link issue with perf/h5perf in parallel library (#889)jhendersonHDF2021-08-111-4/+4
* Reorg tools perform to provide h5perf for installation (#884)Allen Byrne2021-08-1016-258/+653
* Removes partial long options from the tools (#872)Dana Robinson2021-08-0310-235/+20
* Only test h5diff_830 in serial (#858)Allen Byrne2021-07-271-29/+34
* Removes unused commented-out code from h5jamgentest.c (#851)Dana Robinson2021-07-221-77/+0
* Fixes a couple of warnings: (#849)Dana Robinson2021-07-222-162/+367
* Perform option arg variables (#834)Allen Byrne2021-07-154-16/+6
* Add support for parallel filters to h5repack (#832)jhendersonHDF2021-07-141-4/+21
* Remove checks for winsock2.h (#813)Dana Robinson2021-07-061-1/+1
* Removes remaining H5_TIME_WITH_SYS_TIME cruft (#810)Dana Robinson2021-06-303-28/+23
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-303-12/+9
* Brings the tools getopt(3) replacement into the main library (#803)Dana Robinson2021-06-2921-1239/+1024
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-295-127/+113
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-295-105/+88
* Assume frexpl/f and fabsl/f, which are C99 (#799)Dana Robinson2021-06-252-30/+10
* Fix tools test (#794)Allen Byrne2021-06-235-6/+6
* Removes checks for system(), which is C89/90 (#782)Dana Robinson2021-06-231-2/+0