hdf5/c++/test
Dana Robinson 44a00ef876
Strip HD prefix from string/char C API calls (#3540)
* Strip HD prefix from string/char C API calls

* HD(f)(put|get)(s|c)
* HDstr*
* HDv*printf
* HD(s)(print|scan)f
* HDperror

But NOT:

* HDstrcase*
* HDvasprintf
* HDstrtok_r
* HDstrndup

As those are not C99 and have portability work-around
implementations. They will be handled later.

* Fix th5_system.c screwup
2023-09-15 15:13:18 -07:00
..
CMakeLists.txt Fix CMake generator expression syntax (#2909) 2023-05-05 15:57:40 -05:00
CMakeTests.cmake Removes cmake_ext_mod (files moved to cmake) (#2041) 2022-08-19 07:54:42 -07:00
CMakeVFDTests.cmake Revert for older cmake versions (#1974) 2022-08-08 13:01:06 -07:00
dsets.cpp Avoid truncating at null byte when copying to std::string (#3083) 2023-07-15 23:31:57 -05:00
h5cpputil.cpp Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
h5cpputil.h Many clang -Wextra-semi-stmt fixes (#2537) 2023-06-15 21:49:02 -07:00
H5srcdir_str.h.in Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
Makefile.am Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
tarray.cpp Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
tattr.cpp Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
tcompound.cpp Remove HD from HDmem* calls (#3211) 2023-06-29 12:33:46 -07:00
tdspl.cpp Remove HD from HDmem* calls (#3211) 2023-06-29 12:33:46 -07:00
testhdf5.cpp Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
tfile.cpp Remove HD from HDmem* calls (#3211) 2023-06-29 12:33:46 -07:00
tfilter.cpp Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
th5s.cpp Remove HD from HDmem* calls (#3211) 2023-06-29 12:33:46 -07:00
th5s.h5
titerate.cpp Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
tlinks.cpp Many clang -Wextra-semi-stmt fixes (#2537) 2023-06-15 21:49:02 -07:00
tobject.cpp Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00
trefer.cpp Remove HD from HDmem* calls (#3211) 2023-06-29 12:33:46 -07:00
ttypes.cpp Remove programmer/date from comments (#3210) 2023-06-29 12:13:29 -07:00
tvlstr.cpp Strip HD prefix from string/char C API calls (#3540) 2023-09-15 15:13:18 -07:00