summaryrefslogtreecommitdiffstats
path: root/c++
Commit message (Expand)AuthorAgeFilesLines
* Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859)Allen Byrne2023-11-222-0/+6
* Don't build util tests when HDF5_EXTERNALLY_CONFIGURED=ON (#3781)Robert Adam2023-10-301-1/+1
* Correct comments about H5Z_FILTER_NONE (#3572)jhendersonHDF2023-09-221-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-155-34/+34
* Avoid truncating at null byte when copying to std::string (#3083)Mark Kittisopikul2023-07-162-1/+79
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-2910-36/+36
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-2941-832/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-286-80/+80
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-1/+1
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-193-23/+37
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-163-17/+16
* Fix CMake generator expression syntax (#2909)Allen Byrne2023-05-052-3/+3
* Comment cleanup (#2689)Quincey Koziol2023-04-114-71/+0
* Minor fixes for CMake code and install docs (#2623)Allen Byrne2023-04-031-2/+2
* Make sure that ONLY_SHARED_LIBS option is correctly set (#2544)Allen Byrne2023-03-131-4/+4
* CMake generated pkg-config file is incorrect #2259 (#2476)Allen Byrne2023-02-171-2/+6
* H5F_LIBVER_LATEST changes for move to 1.15 (#2288)Allen Byrne2022-12-211-1/+1
* Correct requires setting for pkgconfig files (#2280)Allen Byrne2022-12-071-2/+2
* Update copyright headers (#2184)Larry Knox2022-11-01108-109/+0
* Update develop branch version to 1.13.4-1 (#2189)Larry Knox2022-10-261-1/+1
* converted from ISO-8859-1 to UTF-8 (#2185)Scot Breitenfeld2022-10-252-43/+43
* Implement option for using CMake GNUInstallDirs (#2175)Allen Byrne2022-10-251-2/+2
* 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-034-4/+4
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-192-3/+3
* Fix cpp comment (#2011)bmribler2022-08-161-2/+1
* Fix c++ test failure (#2005)bmribler2022-08-123-48/+124
* Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)Larry Knox2022-08-121-1/+1
* Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for r...Larry Knox2022-08-121-1/+1
* Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for releaseLarry Knox2022-08-121-1/+1
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-102-2/+2
* Revert for older cmake versions (#1974)Allen Byrne2022-08-081-16/+0
* Develop cmake clean (#1971)Allen Byrne2022-08-076-54/+72
* Develop clang 13 format (#1933)Allen Byrne2022-07-2616-62/+62
* Subfiling VFD (#1883)jhendersonHDF2022-07-223-5/+5
* Fixes C++ sign-conversion warnings w/ clang 14 (#1870)Dana Robinson2022-07-1115-59/+108
* Various warning fixes (#1812)Sean McBride2022-06-225-19/+7
* Minor things noticed while merging to 1.10 (#1739)Dana Robinson2022-05-061-4/+4
* Minor C++ changes noticed while normalizing with 1.12 (#1606)Dana Robinson2022-04-078-6/+5
* spelling fixes (#1561)Scot Breitenfeld2022-03-311-1/+1
* Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...Larry Knox2022-03-011-1/+1
* Fixed AbstractDs::getVarLenType documentation (#1441)myd73492022-02-161-1/+1
* Implemented suggestion in #1381 for dtransform test (#1415)Allen Byrne2022-02-041-1/+6
* Added another missing override keyword on a dtor (#1384)Sean McBride2022-01-291-1/+1
* 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-0713-14/+14
* Update version to 1.13.1-1 after creation of branch for 1.13.0 release. (#1236)Larry Knox2021-11-301-1/+1
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-081-24/+22