- Oct 16, 2024
-
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
- Oct 15, 2024
-
-
Joscha Schmiedt authored
- _CRT_SECURE_NO_WARNINGS suppresses warnings for "unsafe" fopen, strcpy etc. - int -> size_t
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
On Windows, the static library for the protobuf component has to be explicitly linked in the test_package. This addresse issue #103
-
Joscha Schmiedt authored
Specifying 'all' is not necessary and does not work on Windows. On Windows the target is called BUILD_ALL.
-
- Sep 26, 2024
-
-
Daniel Hornung authored
Fix deprecations + updates See merge request !57
-
Daniel Hornung authored
-
Daniel Hornung authored
-
- Sep 25, 2024
-
-
Daniel Hornung authored
-
Daniel Hornung authored
-
Daniel Hornung authored
See !92 for the relevant issue.
-
Daniel Hornung authored
-
Florian Spreckelsen authored
Resolve "Unit tests unter Windows" See merge request !56
-
- Sep 18, 2024
-
-
Joscha Schmiedt authored
- Fix GTest spelling in test/CMakeLists.txt - Restrict vcpkg triplet to release - Add set(CMAKE_POSITION_INDEPENDENT_CODE ON) - Include of <gtest/gtest.h> in tests instead of smaller headers - Add boost options to CMakeLists.txt
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
This should be done by the Docker image
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
- Sep 17, 2024
-
-
Joscha Schmiedt authored
For activating the conan venv in ~/.bashrc
-
Joscha Schmiedt authored
-
- Sep 15, 2024
-
-
Joscha Schmiedt authored
- Add test targets for both Debug and Release
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
boost::filesystem::load_string_file was removed in boost 1.84
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
- Sep 13, 2024
-
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
- add scopes to enforce destruction of FileWriter, i.e. close file - only check file size after writing the complete file
-
Joscha Schmiedt authored
Something something string literals on Windows...
-
Joscha Schmiedt authored
The singleton instances of ConfigurationManager and ConnectionManager were stored as static variables in the static GetInstance methods. This causes weird errors on Windows where the singleton instance is not initialized in time and remains empty. This could be due to undefined behavior? Moving them to the namespace level fixes the unit test errors.
-
- Sep 09, 2024
-
-
Florian Spreckelsen authored
Resolve "Windows: Linker errors with protobuf-generated code" See merge request !54
-
- Sep 06, 2024
-
-
Joscha Schmiedt authored
-