summaryrefslogtreecommitdiffstats
path: root/tools/test
Commit message (Expand)AuthorAgeFilesLines
* Change compression tests reference files to use masking for compression ratio...Allen Byrne2024-03-1013-40/+270
* Minimize use of abort() (#4110)Dana Robinson2024-03-101-10/+11
* Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-101-9/+17
* Clean up off_t usage (#4095)Dana Robinson2024-03-092-3/+3
* Add subfiling for h5dump filedriver option help message (#3878)H. Joe Lee2024-03-088-24/+24
* Rename incorrectly named option (#4067)Allen Byrne2024-03-0518-103/+103
* Add options to allow tools type selection and naming (#4046)Allen Byrne2024-03-0417-161/+161
* Grep for error messages instead of comparing files (#4024)Allen Byrne2024-02-163-19/+21
* Issue #1824: Replaced most remaining sprintf with safer snprint (#4003)Sean McBride2024-02-131-1/+1
* Add h5dump tests that require subfiling VFD (#3879)H. Joe Lee2024-02-018-1/+48
* Add variable option syncing for examples (#3885)Allen Byrne2023-12-142-5/+5
* Correct CMake command and example packaging (#3888)Allen Byrne2023-12-081-2/+2
* Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859)Allen Byrne2023-11-2219-58/+508
* Add extra space in comments for consistency (#3852)H. Joe Lee2023-11-141-2/+2
* Add helpful text to h5clear (#3754)bmribler2023-10-232-4/+18
* Clean up onion VFD files in tools `make clean` (#3739)Dana Robinson2023-10-212-3/+2
* Test scripts now execute in-source with creation of tmp dir (#3723)Allen Byrne2023-10-2035-42/+49
* Sync changes that are only in 1.14 branch (#3704)jhendersonHDF2023-10-181-1/+1
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-034-4/+4
* Remove unnecessary assignment in test generator (#3603)Dana Robinson2023-09-271-1/+0
* Develop tools move (#3580)Allen Byrne2023-09-261037-2117/+61918
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-2/+2
* Use HDoff_t with lseek consistently (#3600)Dana Robinson2023-09-262-5/+5
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-1519-183/+183
* Remove HD prefix from math functions (#3538)Dana Robinson2023-09-141-18/+18
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-0512-159/+155
* Fix ph5diff tests for MPIEXEC_MAX_NUMPROCS=1 (#3407)jhendersonHDF2023-08-221-3/+5
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-202-2/+2
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-297-28/+28
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2920-227/+1
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-297-53/+53
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-2/+2
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-298-32/+32
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-291-14/+14
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2814-293/+293
* Rename HDsystem() to system() (#3197)Dana Robinson2023-06-281-2/+2
* Add note about HDF5_VOL_CONNECTOR to tools usage (#3159)mattjala2023-06-2811-0/+33
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-2822-587/+584
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-284-516/+516
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-1911-47/+59
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-1611-63/+63
* Add h5copy help test and verify consistency (#2902)Allen Byrne2023-05-177-3/+175
* Add no subsets option to h5diff like h5dump #2688 (#2756)Allen Byrne2023-04-1810-0/+20
* Comment cleanup (#2689)Quincey Koziol2023-04-118-66/+2
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-101-20/+0
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-1310-31/+21
* Check for overflow when calculating on-disk attribute data size (#2459)Egbert Eich2023-03-022-0/+10
* Play nice with existing plugin paths (#2394)Quincey Koziol2023-01-064-4/+4
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-212-8/+9