- 14 Jan, 2019 4 commits
-
-
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.
-
- 11 Jan, 2019 3 commits
-
-
David E. DeMarle authored
Fix warnings See merge request !52
-
Ben Boeckel authored
-
Ben Boeckel authored
Since it is inherited, the destructor needs to be virtual to release memory properly.
-
- 29 Oct, 2018 1 commit
-
-
Ben Boeckel authored
XdmfGridController: add missing `return` statement See merge request !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 !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 !39
-
- 15 Jan, 2018 22 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.
-
Ben Boeckel authored
-
Ben Boeckel authored
The logic does not work with imported targets and CMake prefers to link with absolute paths anyways.
-
Ben Boeckel authored
-
Ben Boeckel authored
For building shared and static libraries, using two different build trees is best rather than trying to hack up a single build to do multiple things.
-
Ben Boeckel authored
There's no reason to special case this version of MSVC.
-
Ben Boeckel authored
Set it only at the top-level and remove checks for policies which are set to `NEW` and guaranteed to be so by the minimum version.
-
- 12 Oct, 2017 6 commits
-
-
David E. DeMarle authored
Revert the noboost work as it doesn't compile with visstudio 2013 See merge request xdmf/xdmf!48
-
David E. DeMarle authored
-
David E. DeMarle authored
the compiler warning seems to indicate something that might bite us, the triangle inheritance pattern with several methods named insert could be a problem but a proper fix isn't immediately obvious without some substantial reworking
-
David E. DeMarle authored
-
David E. DeMarle authored
-
David E. DeMarle authored
-