summaryrefslogtreecommitdiffstats
path: root/c++/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-0118-18/+0
* Fix static-cast format (#2141)Allen Byrne2022-10-041-3/+3
* Fix mostly java warnings, and cpp cast (#2134)Allen Byrne2022-10-031-3/+5
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-191-1/+1
* Fix c++ test failure (#2005)bmribler2022-08-121-48/+75
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-101-1/+1
* Revert for older cmake versions (#1974)Allen Byrne2022-08-081-16/+0
* Develop cmake clean (#1971)Allen Byrne2022-08-075-36/+27
* Develop clang 13 format (#1933)Allen Byrne2022-07-268-26/+26
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-1/+1
* Fixes C++ sign-conversion warnings w/ clang 14 (#1870)Dana Robinson2022-07-116-25/+27
* Various warning fixes (#1812)Sean McBride2022-06-225-19/+7
* Minor C++ changes noticed while normalizing with 1.12 (#1606)Dana Robinson2022-04-071-1/+0
* Implemented suggestion in #1381 for dtransform test (#1415)Allen Byrne2022-02-041-1/+6
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-283-9/+9
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-282-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-072-2/+2
* Split dir create into separate macro (#1141)Allen Byrne2021-10-281-0/+1
* Consolidate VFD create list macro (#1132)Allen Byrne2021-10-261-2/+0
* Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-201-32/+1
* VFD plugins (#602)jhendersonHDF2021-09-292-1/+19
* More clang tidy (#908)Sean McBride2021-08-232-10/+10
* Fixes C++ warnings when passing hsize_t values to printf in test code (#745)Dana Robinson2021-06-112-35/+48
* Fix Direct VFD Testing in CMake (#742)jhendersonHDF2021-06-111-1/+1
* C++ warning and build fixes (#707)Dana Robinson2021-06-0113-293/+387
* BUG: DataSet assignment operator is missing (#503)Lee Newberg2021-05-191-32/+57
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-2/+2
* Ubsan fixes (#498)Sean McBride2021-05-031-3/+5
* Applied clang-tidy readability-delete-null-pointer fixes (#430)Sean McBride2021-03-226-50/+28
* Update clang config (#473)Quincey Koziol2021-03-171-4/+12
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-105-5/+5
* Various clang tidy warning fixes (#448)Sean McBride2021-03-103-5/+5
* Removed checks/workarounds for pre-C++89 compatibility (#449)Sean McBride2021-03-1016-64/+0
* Removed bad function pointer casts (#434)Sean McBride2021-03-082-25/+25
* More warning fixes (#400)Sean McBride2021-03-042-39/+42
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-2/+2
* Update license url part2 (#333)Larry Knox2021-02-1721-21/+21
* Changes for sanitize=address (#312)Allen Byrne2021-02-051-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-292-2/+2
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-1/+1
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1
* CMake: Add an option to opt-out static libgccMichel Zou2020-10-311-1/+1
* Clang-format of source filesAllen Byrne2020-09-3017-2689/+2592
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-1/+1
* CMake and script changes for clang-formatAllen Byrne2020-09-041-1/+8
* TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-233-6/+5
* Trim trailing whitespaceQuincey Koziol2020-04-208-22/+22
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-0/+1
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1