summaryrefslogtreecommitdiffstats
path: root/c++/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Fix cpp comment (#2011)bmribler2022-08-161-2/+1
* Fix c++ test failure (#2005)bmribler2022-08-122-0/+49
* 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-101-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-267-35/+35
* Subfiling VFD (#1883)jhendersonHDF2022-07-221-2/+2
* Fixes C++ sign-conversion warnings w/ clang 14 (#1870)Dana Robinson2022-07-119-34/+81
* Minor C++ changes noticed while normalizing with 1.12 (#1606)Dana Robinson2022-04-077-5/+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
* Added another missing override keyword on a dtor (#1384)Sean McBride2022-01-291-1/+1
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-0711-12/+12
* 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
* Update version to 1.13.0-7 after snapshot release 1.13.0-6. (#1048)Larry Knox2021-09-291-1/+1
* Update Platforms Tested in RELEASE.txt. (#1045)hdf5-1_13_0-rc6Larry Knox2021-09-281-1/+1
* More clang tidy (#908)Sean McBride2021-08-232-8/+2
* Get class name null str (#899)Sean McBride2021-08-201-2/+3
* Fix issue #924 in develop branch: the ${HDF5_CXXLINKER} does not work in h5c...Larry Knox2021-08-191-3/+3
* Removes develop header cruft (#828)Dana Robinson2021-07-091-3/+0
* Assume the library has C99 types in C++ type code (#806)Dana Robinson2021-06-282-217/+25
* Removes C++ dependency on H5private.h (#774)Dana Robinson2021-06-2312-52/+48
* Replaces the H5_OVERRIDE macro with override (#773)Dana Robinson2021-06-2327-110/+103
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-0/+3
* C++ warning and build fixes (#707)Dana Robinson2021-06-0110-49/+25
* Remove version from pkgcfg file names (#671)Allen Byrne2021-05-211-2/+2
* BUG: DataSet assignment operator is missing (#503)Lee Newberg2021-05-192-40/+25
* Revert addition of & to 2 parameters in DSetCreatPropList::setVirtual to (#652)Larry Knox2021-05-182-3/+3
* Parallel builds need the mpi compiler for pkgconfig scripts. (#599)Allen Byrne2021-04-271-1/+5
* Added more C++11 override keywords (#485)Sean McBride2021-04-2123-71/+71
* Applied clang-tidy readability-delete-null-pointer fixes (#430)Sean McBride2021-03-2210-20/+10
* Update clang config (#473)Quincey Koziol2021-03-1730-113/+340
* Various clang tidy warning fixes (#448)Sean McBride2021-03-108-14/+13
* Added C++11 override keyword where appropriate (#433)Sean McBride2021-03-106-32/+39
* Removed checks/workarounds for pre-C++89 compatibility (#449)Sean McBride2021-03-1010-49/+0
* More warning fixes (#400)Sean McBride2021-03-044-12/+12
* Changes found during merge to 1.12 (#414)Allen Byrne2021-03-044-12/+12
* Patches from vtk (#358)Sean McBride2021-02-256-7/+20
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-2330-90/+90
* Update license url part2 (#333)Larry Knox2021-02-1770-70/+70
* Reclassify CMake messages - HDFFV-11144 (#253)Allen Byrne2021-01-131-1/+1
* dev -Update pkgconfig settings with version - #218 (#220)Allen Byrne2020-12-221-2/+2
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-1/+1