- Jul 13, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The integer_sequence is available since c++14.
-
Dmitri Naumov authored
-
- Jul 12, 2018
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
The move ctor is not implemented in gcc < 5.
-
Dmitri Naumov authored
The reinterpret cast seems to more appropriate in context of writing of binary values to a stream.
-
Dmitri Naumov authored
-
- Jun 20, 2018
-
-
Lars Bilke authored
1. Changed urls to https which fixed the following error: xsd/OpenGeoSysGLI.xsd, at line 1, column 66: Document is not a XML schema. Error XSDError in ..., at line 3, column 194: Loaded schema file is invalid. If this error ever pops up again try to cut the internet connection! No joke! 2. Local schema files are now copied to bin-directory during CMake configuration and package generatiion (install step).
-
- Jun 19, 2018
-
-
Lars Bilke authored
-
Lars Bilke authored
-
- May 26, 2018
-
-
Dmitri Naumov authored
-
- May 23, 2018
-
-
- Feb 14, 2018
-
-
Lars Bilke authored
-
- Jan 17, 2018
-
-
Tom Fischer authored
-
- Jan 12, 2018
-
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
Lars Bilke authored
-
- Jan 09, 2018
-
-
Lars Bilke authored
-
- Jan 02, 2018
-
-
Dmitri Naumov authored
Clang format run on near-the-header lines. Happy New Year
-
- Dec 13, 2017
-
-
Dmitri Naumov authored
Unfortunately the Visual Studio 2015 does not support the platform independent style for the function attributes. Although it is a c++11 standard.
-
- Oct 17, 2017
-
-
Karsten Rink authored
-
- Jul 05, 2017
-
-
Dmitri Naumov authored
For others use more specialized includes like fstream.
-
- Jun 23, 2017
-
-
Dmitri Naumov authored
-
- May 30, 2017
-
-
Dmitri Naumov authored
-
- May 24, 2017
-
-
Christoph Lehmann authored
-
Christoph Lehmann authored
-
- May 23, 2017
-
-
Christoph Lehmann authored
-
- May 15, 2017
-
-
Lars Bilke authored
-
Lars Bilke authored
Everything works automatically except for global symbols where some manual work is required. See the BuildInfo example.
-
- May 08, 2017
-
-
- May 04, 2017
-
-
Lars Bilke authored
Fixes compile error on Mac.
-
- May 02, 2017
-
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This potentially saves a second copy compared to using const reference. See Effective Modern C++, Item 41.
-