g3log/test_unit
Kjell Hedström 33ed100f91 Colorer build and loglevel improvements (#161)
* static build with MS libs; remove vc11 support from cmake
* support AMD processor on winXp
* mingw build
* support older versions
* removed cmake warnings

* fix cmake >= 3.1 warnings (CMP0054)
* add target_include_directories - in projects that depend on g3log, do not need to specify include_directories
* Improved CPackage installation
* cleanup of build and test scripts
* c++14 gives for cleaner syntax
* build cleanup libg3logger.so will be a link to the actual libg3logger.so.<major><minor><build>. Only shared libraries from now on



* disableAll for log levels
* new setLogLevel impl
* cleaned up levels, now it should be easy for the user to understand how to add custom levels
2017-03-30 22:52:09 -06:00
..
test_concept_sink.cpp Improved the cpackage build. Also removed test compilation warnings (#156) 2017-03-26 01:11:18 -06:00
test_cpp_future_concepts.cpp Gimesketvirtadien's time requested changes (#104) 2016-08-11 00:27:52 -06:00
test_crashhandler_windows.cpp Improved copy constructors and assignment operator which is needed now when LOGLEVELS can be made on the fly 2015-08-12 06:43:24 -06:00
test_filechange.cpp removed false positives as detected by Checkmarx code analysis tool. Not impressed so far though with the tool 2016-03-18 10:50:59 -06:00
test_io.cpp Colorer build and loglevel improvements (#161) 2017-03-30 22:52:09 -06:00
test_linux_dynamic_loaded_sharedlib.cpp Breaking change but a good change: Cleared up the API for Creating log worker and Adding sinks 2015-08-19 10:08:41 -06:00
test_message.cpp Colorer build and loglevel improvements (#161) 2017-03-30 22:52:09 -06:00
test_sink.cpp Colorer build and loglevel improvements (#161) 2017-03-30 22:52:09 -06:00
Test.cmake Colorer build and loglevel improvements (#161) 2017-03-30 22:52:09 -06:00
tester_sharedlib.cpp Easier to install. continues 2015-07-19 23:10:56 -06:00
tester_sharedlib.h Renamed directories for a cleaner project structure 2014-10-03 01:20:33 -06:00
testing_helpers.cpp removed false positives as detected by Checkmarx code analysis tool. Not impressed so far though with the tool 2016-03-18 10:50:59 -06:00
testing_helpers.h DBUG vs DEBUG fixed in unit test, too 2016-10-19 13:36:19 +02:00