mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 10:23:50 +01:00
123977f106
* unit tests running with windows shared dll
* CMake automatically uses DLL runtime - remove cmake entries modifying
compiler flags
* missing DBUG vs DEBUG issue in Linux
* generated header added
* correction in CMake: Set HEADER_FILES correctly
* added static library option
* switched to powershell and included WORKING_DIRECTORY
* powershell use in windows and WORKING_DIRECTORY instead of cd
* Fixed appveyor.yml to use Release configuration and run unit tests
* trying to make appveyor work again ...
* make sure ERRORLEVEL is 0 when unit tests run successfully
* Still trying to fix appveyor ...
* Defaulting to shared library in linux, too
* Removed runtime loading test when g3log is not a shared library in linux
* Run unit tests verbosly using ctest.exe
* Disabled AggressiveThreadCallsDuringShutdown test
* Revert "Run unit tests verbosly using ctest.exe" (accidental commit)
This reverts commit
|
||
---|---|---|
.. | ||
test_concept_sink.cpp | ||
test_cpp_future_concepts.cpp | ||
test_crashhandler_windows.cpp | ||
test_filechange.cpp | ||
test_io.cpp | ||
test_linux_dynamic_loaded_sharedlib.cpp | ||
test_message.cpp | ||
test_sink.cpp | ||
Test.cmake | ||
tester_sharedlib.cpp | ||
tester_sharedlib.h | ||
testing_helpers.cpp | ||
testing_helpers.h |