hdf5/c++/test
Sean McBride 623907f397
Modern C++ dtor declarations (#1830)
* C++ dtor modernization

- Replaced a bunch of empty dtors with `= default`
- Removed deprecated `throw()`. In C++11, dtors are `noexcept` by default.

*
2024-02-09 11:29:55 -06:00
..
CMakeLists.txt Fix CMake generator expression syntax (#2909) 2023-05-05 15:57:40 -05:00
CMakeTests.cmake Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
CMakeVFDTests.cmake Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
dsets.cpp Avoid truncating at null byte when copying to std::string (#3083) 2023-07-15 23:31:57 -05:00
h5cpputil.cpp Modern C++ dtor declarations (#1830) 2024-02-09 11:29:55 -06:00
h5cpputil.h Modern C++ dtor declarations (#1830) 2024-02-09 11:29:55 -06: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 [svn-r3639] 2001-03-14 21:55:33 -05:00
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