- 12 May, 2022 1 commit
-
-
Lars Bilke authored
-
- 28 Oct, 2021 1 commit
-
-
Dmitry Yu. Naumov authored
In HDF5 development the header file guards were changed, namely the leading underscore was removed. This lead to a redefinition of the hid_t type, which is int64_t. The change happened in commit https://github.com/HDFGroup/hdf5/commit/c17b4b93d680340af2b3f2c026f2c03c3baeb33ahttps://github.com/HDFGroup/hdf5/commit/c17b4b93d680340af2b3f2c026f2c03c3baeb33a and is published in HDF5 version hdf5-1_13_0-rc6.
-
- 07 Oct, 2021 1 commit
-
-
Lars Bilke authored
Fixes policy CMP0115 warnings.
-
- 16 Dec, 2020 1 commit
-
-
Tobias Meisel authored
-
- 25 Nov, 2020 2 commits
-
-
This is needed to have a seperate name than the xdmf lib which may be distributed together with the vtk lib Because the API of the xdmf lib contains c++ structures (vector) we run into a C++ ABI Problem where it is difficult to link a OGS translation unit with GLIBCXX_DEBUG to a library without GLIBCXX_DEBUG (e.g. the xdmf lib shipped with vtk in default arch linux distribution is built without GLIBCXX_DEBUG) A good overview of this problem from gcc perspective is here: https://gcc.gnu.org/onlinedocs/gcc-4.9.4/libstdc++/manual/manual/debug_mode_design.html correction xdmf lib 3rd party
-
Lars Bilke authored
-
- 18 Jul, 2020 1 commit
-
-
Florian Maurin authored
-
- 14 Jan, 2019 8 commits
-
-
David E. DeMarle authored
warnings: avoid string + int and use stringstream instead See merge request xdmf/xdmf!51
-
David E. DeMarle authored
Fix shadowing warnings See merge request xdmf/xdmf!54
-
David E. DeMarle authored
XdmfGridTemplate: use boolean && rather than bitwise & See merge request xdmf/xdmf!53
-
Ben Boeckel authored
The code was useless before since it declared a variable that immediately left the scope.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
These instances are best fixed by renaming or removing the (unused) shadowing declaration.
-
Ben Boeckel authored
-
- 11 Jan, 2019 3 commits
-
-
David E. DeMarle authored
Fix warnings See merge request xdmf/xdmf!52
-
Ben Boeckel authored
-
Ben Boeckel authored
Since it is inherited, the destructor needs to be virtual to release memory properly.
-
- 19 Dec, 2018 1 commit
-
-
Ben Boeckel authored
-
- 29 Oct, 2018 1 commit
-
-
Ben Boeckel authored
XdmfGridController: add missing `return` statement See merge request xdmf/xdmf!50
-
- 26 Oct, 2018 1 commit
-
-
Ben Boeckel authored
-
- 11 Apr, 2018 2 commits
-
-
David E. DeMarle authored
replace atoi for seek because that can get overflow easily See merge request xdmf/xdmf!49
-
David E. DeMarle authored
With this we at least get full unsigned int range and a warning if we overflow.
-
- 28 Feb, 2018 1 commit
-
-
David E. DeMarle authored
Cmake cleanup See merge request xdmf/xdmf!39
-
- 15 Jan, 2018 16 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Set them at the top-level instead.
-
Ben Boeckel authored
These were all overwriting each other otherwise.
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
This should be controlled by the build system.
-