summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-035-5/+5
* Remove unnecessary assignment in test generator (#3603)Dana Robinson2023-09-271-1/+0
* Fix potential uninitialized variable (#3602)Dana Robinson2023-09-271-3/+4
* Develop tools move (#3580)Allen Byrne2023-09-261037-2117/+2184
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-267-14/+14
* Use HDoff_t with lseek consistently (#3600)Dana Robinson2023-09-263-8/+8
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-1560-1078/+1078
* Remove HD prefix from math functions (#3538)Dana Robinson2023-09-142-42/+42
* hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491)Dana Robinson2023-09-0557-1409/+1405
* Fix for CVE-2018-15671. h5stat -S $POC will result in a crash with segmeneta...vchoi-hdfgroup2023-08-252-16/+2
* Avoid H5Ocopy in h5repack for variable-length string types (#3419)jhendersonHDF2023-08-241-0/+4
* Add other types and full type to enum/str/vlen dataformat for structblock[beg...Allen Byrne2023-08-242-59/+76
* Fix ph5diff tests for MPIEXEC_MAX_NUMPROCS=1 (#3407)jhendersonHDF2023-08-222-7/+11
* Make h5dump spacing consistent when printing VLEN datatype (#3351)jhendersonHDF2023-08-0412-26/+26
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-023-9/+9
* Fix h5repack for variable-length datatyped datasets (#3331)jhendersonHDF2023-08-021-1/+12
* Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314)jhendersonHDF2023-08-023-30/+62
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-247-16/+16
* removed the use of encoded single apostrophe (#3261)Scot Breitenfeld2023-07-203-3/+3
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-182-0/+5
* ROS3: (feature) Temporary security credentials (#3030)Jan-Willem Blokland2023-07-147-216/+270
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-295-23/+23
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-2935-296/+296
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2946-561/+1
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-2919-113/+113
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-2913-41/+41
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-2927-115/+115
* Rename HDato*() to ato*() (#3201)Dana Robinson2023-06-2911-53/+53
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-292-18/+18
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2850-889/+887
* Rename HDsystem() to system() (#3197)Dana Robinson2023-06-281-2/+2
* Add note about HDF5_VOL_CONNECTOR to tools usage (#3159)mattjala2023-06-2828-0/+99
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-2856-2491/+2476
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-2814-599/+599
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-284-14/+14
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-1921-87/+98
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-1633-114/+109
* Add h5copy help test and verify consistency (#2902)Allen Byrne2023-05-1710-6/+178
* Remove "the the" from comments and docs (#2865)Dana Robinson2023-05-011-1/+1
* Fix ROS3 VFD anonymous credential usage with h5dump and h5ls (#2798)jhendersonHDF2023-04-242-4/+27
* Add no subsets option to h5diff like h5dump #2688 (#2756)Allen Byrne2023-04-1815-268/+196
* Comment cleanup (#2689)Quincey Koziol2023-04-1124-254/+2
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-102-36/+0
* Fix #2598 sanitize leak (#2660)Allen Byrne2023-04-071-4/+4
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-1323-58/+48
* GH issue #1142, print must have verbose on first (#2540)Allen Byrne2023-03-131-4/+6
* Check for overflow when calculating on-disk attribute data size (#2459)Egbert Eich2023-03-023-0/+10
* Fix uninitialized variable in pio_engine.c (#2463)Dana Robinson2023-02-131-11/+11
* Fix a possible uninitialized variable in pio_perf (#2461)Dana Robinson2023-02-131-1/+1
* Determine if native connector is terminal (#2397)Quincey Koziol2023-01-092-8/+12