summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314)jhendersonHDF2023-08-022-24/+52
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-244-10/+10
* Fix some warnings in developer builds (#3247)jhendersonHDF2023-07-182-0/+5
* ROS3: (feature) Temporary security credentials (#3030)Jan-Willem Blokland2023-07-143-32/+71
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-291-3/+3
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-299-125/+125
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-299-75/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-293-23/+23
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-3/+3
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-1/+1
* Remove HD from protected POSIX calls (#3203)Dana Robinson2023-06-291-4/+4
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-2811-203/+203
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-289-78/+77
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-284-49/+49
* Remove HDva_(arg|copy|end|start) (#3184)Dana Robinson2023-06-282-10/+10
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-194-5/+4
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-168-22/+19
* Remove "the the" from comments and docs (#2865)Dana Robinson2023-05-011-1/+1
* Add no subsets option to h5diff like h5dump #2688 (#2756)Allen Byrne2023-04-183-22/+148
* Comment cleanup (#2689)Quincey Koziol2023-04-114-37/+0
* Remove dead code hidden behind #ifdef LATER (#2686)Dana Robinson2023-04-101-16/+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-131-3/+3
* Determine if native connector is terminal (#2397)Quincey Koziol2023-01-092-8/+12
* Correct the CMake link for MPI (#2198)Allen Byrne2022-11-011-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-0124-24/+0
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Only use Subfiling VFD in tools if MPI was initialized previously (#1998)jhendersonHDF2022-08-111-3/+11
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-102-3/+3
* Fix issues in tools code after Subfiling VFD updates (#1973)jhendersonHDF2022-08-061-2/+13
* Subfiling updates for release (#1963)jhendersonHDF2022-08-042-9/+27
* Corrects some bad format strings in the tools (#1964)Dana Robinson2022-08-031-7/+10
* Onion VFD (#1953)Dana Robinson2022-08-023-2/+24
* Develop clang 13 format (#1933)Allen Byrne2022-07-2615-140/+140
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)Dana Robinson2022-07-201-21/+3
* Eliminate unnecessary error output (#1879)Allen Byrne2022-07-142-17/+20
* Fix for a tools compile issue when deprecated symbols are disabled (#1884)Dana Robinson2022-07-131-6/+14
* Develop HDFFV-11310 (#1811)Allen Byrne2022-07-112-0/+83
* Misc clang warning fixes (#1869)Dana Robinson2022-07-113-8/+36
* Adds explicit indices to drivernames array in the tools (#1867)Dana Robinson2022-07-111-1/+4
* Various warning fixes (#1812)Sean McBride2022-06-222-25/+21
* Fixes for S3 and HDFS VFDs with tools (#1740)jhendersonHDF2022-05-061-5/+7
* OESS-168: Remove clang warnings. (#1376)H. Joe Lee2022-04-151-1/+2
* Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489)Dana Robinson2022-03-111-1/+1
* Removes remaining register keywords (#1481)Dana Robinson2022-03-102-5/+5
* Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues...David Young2022-02-218-99/+95
* Fix a few issues noted by LGTM (#1421)jhendersonHDF2022-02-044-7/+7
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-0711-28/+28
* Avoid calling H5Ropen_object with a misaligned H5R_ref_t: copy the (#1171)David Young2021-11-231-4/+10