summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
Commit message (Expand)AuthorAgeFilesLines
* Minimize use of abort() (#4110)Dana Robinson2024-03-101-4/+2
* Expand check for variable-length or reference types when clearing datatype co...jhendersonHDF2024-03-091-48/+147
* Fixed asserts due to H5Pset_est_link_info() values (#4081)Dana Robinson2024-03-081-0/+100
* Remove cached datatype conversion path table entries on file close (#3942)jhendersonHDF2024-01-231-0/+190
* HDF5 API test updates (#3835)jhendersonHDF2023-11-131-163/+319
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-14/+14
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-41/+41
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-59/+58
* Fixes the last of the -Wextra-semi-stmt warnings (#3326)Sean McBride2023-08-021-5/+5
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-9/+9
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-2/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-13/+13
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-45/+45
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-10/+10
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-47/+47
* Fix 'datatype' misspellings ('dataype') (#2984)Dana Robinson2023-05-191-5/+5
* Synchronize HDF5 tests with VOL tests (#2628)jhendersonHDF2023-04-031-38/+54
* Add szip/libaec to GitHub CI and fix warnings (#2438)Dana Robinson2023-02-091-2/+2
* Hdffv 11052 (#2315)vchoi-hdfgroup2022-12-161-3/+11
* Hdffv 11052 (#2303)vchoi-hdfgroup2022-12-151-0/+39
* Removes the memory allocation sanity checks feature (#2218)Dana Robinson2022-11-031-46/+11
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix mostly java warnings, and cpp cast (#2134)Allen Byrne2022-10-031-1/+1
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-17/+17
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-58/+93
* Snprintf2 (#1399)Sean McBride2022-01-281-3/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* VFD plugins (#602)jhendersonHDF2021-09-291-26/+68
* More various warnings (#958)Sean McBride2021-08-251-1/+1
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-11/+11
* Fixes crashes when size_hint > UINT32_MAX is passed to H5Gcreate1 (#611)Dana Robinson2021-04-301-2/+23
* Misc warning fixes (#495)Dana Robinson2021-03-241-1/+1
* Update clang config (#473)Quincey Koziol2021-03-171-45/+180
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-2/+2
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-3/+0
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-19/+19
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-21/+21
* Add H5atclose and H5is_library_terminating routines. (#139)Quincey Koziol2020-12-011-0/+114
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-13/+13
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-2/+2
* Clang-format of source filesAllen Byrne2020-09-301-1110/+1059
* Refactor to reduce verbosity.Quincey Koziol2020-03-261-55/+33
* Correct macro checkQuincey Koziol2020-03-251-1/+1
* Correct failure when allocation tracking are disabled.Quincey Koziol2020-03-241-0/+12
* Revise API for H5get_alloc_stats() to take a struct instead of separate values.Quincey Koziol2020-03-201-38/+30
* Add routines to query the library's free list sizes and allocation stats.Quincey Koziol2020-03-101-0/+139
* merge and fixkmu2020-01-211-43/+97
|\
| * Squashed commit of the token_refactoring branch:Dana Robinson2020-01-161-43/+97