summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix several warnings (#747)jhendersonHDF2021-06-161-7/+32
* Fix Direct VFD Testing in CMake (#742)jhendersonHDF2021-06-112-2/+2
* Remove private H5_GCC_DIAG_OFF/ON from standalone program (#734)Allen Byrne2021-06-071-8/+0
* Rework Fortran configure to allow multiple CMake reruns (#721)Allen Byrne2021-06-074-16/+16
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-0710-10/+6
* Combo set of async and other changes (#161)Quincey Koziol2021-06-0210-7/+10
* Removes some DEC Alpha cruft from H5detect and H5private.h (#708)Dana Robinson2021-06-021-4/+0
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-291-13/+13
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-288-24/+1
* Fixes for a couple of trivial warnings (#676)Dana Robinson2021-05-242-4/+4
* CMake uses matches for clang (#645)Allen Byrne2021-05-171-1/+1
* Bmr dev hdffv 11223 (#640)bmribler2021-05-124-4/+15
* Purges UFAIL from the library (#637)Dana Robinson2021-05-111-1/+1
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-079-42/+41
* h5diff subset indexing (#628)Allen Byrne2021-05-072-100/+90
* Cleanup tools debug build warnings (#627)Allen Byrne2021-05-058-75/+75
* Ubsan fixes (#498)Sean McBride2021-05-031-10/+8
* Update top-level COPYING file and remove COPYING files from subdirectories (#...Larry Knox2021-04-212-26/+0
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-7/+0
* Tools long double updates (#522)Allen Byrne2021-04-1515-68/+1426
* 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
* File locks now work on Windows (#480)Dana Robinson2021-03-221-21/+46
* Fixed HDFFV-10480 (CVE-2018-11206) and HDFFV-11159 (CVE-2018-14033) (#405)bmribler2021-03-194-0/+41
* Fix display of long double in tools (#469)Allen Byrne2021-03-178-6/+80
* Update clang config (#473)Quincey Koziol2021-03-179-10/+40
* develop JNI export references and java updates (#467)Allen Byrne2021-03-121-2/+2
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-1011-17/+17
* Various clang tidy warning fixes (#448)Sean McBride2021-03-104-45/+45
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-0911-34/+36
* Removed bad function pointer casts (#434)Sean McBride2021-03-087-49/+49
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-054-11/+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-0422-63/+63