- 19 Feb, 2021 22 commits
-
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
-
-
-
-
-
-
The unittests make extensive use of GMock fake classes whose member functions are defined via the handy MOCK_METHODn macros. These MOCK_METHODn only work well for purely virtual functions. Unfortunately, some classes that the fakes try to mock define functions that create vectors/maps of other classes that are mocked as well, for instance ProfilesInterface::GetAgentProfiles. This leads to the problem that an std::map or std::vector would get an abstract class in his type/template definition, which is not possible. This problem was eventually alleviated by redefining the effected member functions by using vectors/maps of pointers to the effected classes instead of class-objects themselves.
-
Libraries now linked by full path. Added message to display prefixes of conflicting dependencies.
-
Added inital cache files for ubuntu 20.04 (native and WSL2).
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
Additions to logging capabilites in an attempt to debug problems where calling QLibrary::load somehow causes the program to reload LogOutputPolicy which has the effect that access to the logfile is lost and logging stops prematurely.
-
Fabian Weissenbacher authored
Rework of HelperMacros.cmake to 1) fix problems with missing library paths in the RPATH of executables and 2) render the script output more informative
-
Fabian Weissenbacher authored
Change to default behaviour w.r.t paths handed over to OpenPass: When relative folder paths are passed for arguments "--lib", "--results" and "--config", the current working directory is now used as the reference/root directory of said relative paths instead of the folder where OpenPassSlave is situated in. The corresponding unittest is adapted to reflect that change.
-
Fabian Weissenbacher authored
VehicleModels: Importer now asserts that maxDeceleration is a positive value. Also added "maxAcceleration" property to the corresponding xml-files so import can succeed.
-
Fabian Weissenbacher authored
-
- 11 Feb, 2021 14 commits
-
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
Compiling on Linux: Added 'troubleshooting' section and explained fix to problem where dynamically linked libraries where not found at runtime, causing the program to fail
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Martin Schachner authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
Fabian Weissenbacher authored
-
- 29 Jan, 2021 4 commits
-
-
Uwe Woessner authored
fixed print to log file, write went out of scope in MSVC, thus a capture by value was required (took me a while to figure out) Signed-off-by:
hpcwoess <woessner@hlrs.de>
-
Uwe Woessner authored
Signed-off-by:
hpcwoess <woessner@hlrs.de>
-
Uwe Woessner authored
Signed-off-by:
hpcwoess <woessner@hlrs.de>
-
Uwe Woessner authored
-