summaryrefslogtreecommitdiffstats
path: root/tools/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add aarch64 toolchain and change dump test to long opt (#2271)Allen Byrne2022-12-011-1/+1
* Update copyright headers (#2184)Larry Knox2022-11-0178-78/+10
* Update develop branch version to 1.13.4-1 (#2189)Larry Knox2022-10-261-7/+7
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-0315-22/+17
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-1916-89/+89
* Fixes codespell issues (#2032)Dana Robinson2022-08-171-1/+1
* Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)Larry Knox2022-08-121-7/+7
* Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for r...Larry Knox2022-08-121-7/+7
* Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for releaseLarry Knox2022-08-121-7/+7
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-104-5/+5
* Fix CMake macro code commands (#1989)Allen Byrne2022-08-101-3/+0
* Revert for older cmake versions (#1974)Allen Byrne2022-08-085-141/+0
* Develop cmake clean (#1971)Allen Byrne2022-08-0741-1075/+1048
* Onion VFD (#1953)Dana Robinson2022-08-0220-25/+1689
* Develop clang 13 format (#1933)Allen Byrne2022-07-2623-101/+101
* Subfiling VFD (#1883)jhendersonHDF2022-07-2214-73/+117
* Fix for MSVC compile failures in h5dumpgentest due to VLA use (#1916)Dana Robinson2022-07-211-9/+9
* Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897)Dana Robinson2022-07-208-1414/+18
* Remove perf tool from CMakeTests file (#1907)jhendersonHDF2022-07-181-4/+0
* Fixes a stack overflow in the h5dump test generator (#1903)Dana Robinson2022-07-181-25/+26
* Fixes warnings when the deflate filter is not built (#1904)Dana Robinson2022-07-182-5/+11
* Misc clang warning fixes (#1869)Dana Robinson2022-07-111-0/+2
* sprintf to snprintf (#1815)Sean McBride2022-06-226-56/+56