- Oct 14, 2021
-
-
t.knopff authored
- Oct 13, 2021
-
-
Matthias Puchner authored
... to have a std::bad_function_call exception in case of an uninitialized function pointer
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored
- Oct 12, 2021
-
- Oct 11, 2021
-
-
t.knopff authored
-
t.knopff authored
-
Ammar Nejati authored
CMake: Correct C++ Boost dependencies for Windows With the new compiled Boost (1.77.0) on the Windows machine, there is no need to add zlib, bzip2, lzma, and zstd as extra dependencies for Boost. The compiled Boost binaries (on Windows) include `libboost_zlib` and `libboost_bzip2` (lzma and zstd are not required). The Boost include and lib folders are cleanly separated from other libraries in order to make future updates easier. The GitLab CI script for Windows is updated accordingly. Related to issue #133 See merge request !391
-
Ammar Nejati authored
The Windows build script is updated to use the newly compiled Boost 1.77.0. * A minimal path is set in the beginning to avoid any unintended conflicts with other libraries installed on the system. * Timers are added to measure the elapsed times for building and testing. * Verbosity of CPack is reduced.
-
Ammar Nejati authored
The Boost include and lib folders are cleanly separated from other libraries in order to make future updates easier. Related to issue #133
-
Ammar Nejati authored
CMake: Avoid executing tests during the build phase See merge request !390
-
Ammar Nejati authored
GoogleTest: `gtest_discover_tests` discovers tests by asking the _compiled test executable_ to enumerate its tests. `PRE_TEST` delays test discovery until just prior to test execution; this avoids calling the executables during the build phase and hence, error messages like "Error running test executable". Related to issue #133
-
t.knopff authored
-
- Oct 08, 2021
-
-
t.knopff authored
-
t.knopff authored
-
t.knopff authored
-
t.knopff authored
-
Ammar Nejati authored
With the new compiled Boost on the Windows machine, there is no need to add zlib, bzip2, lzma, and zstd as extra dependencies. The compiled Boost binaries include `libboost_zlib` and `libboost_bzip2` (lzma and zstd are not required). Related to issue #133
-
- Oct 06, 2021
- Oct 05, 2021
-
-
t.knopff authored
-
- Oct 01, 2021
-
-
t.knopff authored
-
Matthias Puchner authored
-
Matthias Puchner authored
-
Matthias Puchner authored