- Sep 25, 2024
-
-
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
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
- Sep 05, 2024
-
-
Joscha Schmiedt authored
Rename caosdb-cpplib to linkahead-cpplib See merge request !55
-
Joscha Schmiedt authored
-
Florian Spreckelsen authored
-
- Sep 04, 2024
-
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
-
Joscha Schmiedt authored
Fixes issue #95
-