Commit Graph

909 Commits (106e5f634348e02973b672ffb5aac5d4e158e6b3)
 

Author SHA1 Message Date
Christopher Torres 106e5f6343 Merge 0847c7bc4a into 409f24d104 9 years ago
Gabi Melman 409f24d104 Merge pull request #206 from gabime/revert-204-cmake-improvements
Revert "CMake script improvements"
9 years ago
Gabi Melman 6d5bce46f8 Revert "CMake script improvements" 9 years ago
Gabi Melman 14dd584c0b Merge pull request #204 from godbyk/cmake-improvements
CMake script improvements
9 years ago
Kevin M. Godby a86eff5636 Turns out IS_DIRECTORY needs an absolute path. 9 years ago
Kevin M. Godby a95f413c61 Make vendor targets optional. 9 years ago
Kevin M. Godby 350ff13d77 Added g3log and glog benchmarks. 9 years ago
Kevin M. Godby 254a6744e4 Fixed boost.log benchmark build. 9 years ago
Kevin M. Godby 2132fe0ec5 Initial work on benchmarks of other logging systems. 9 years ago
Kevin M. Godby 846fdf9f5c Added ctest so we now have a 'make test' target for running tests. 9 years ago
Kevin M. Godby 1b444345ab Cleaned up cmake file for examples.
It's no longer a standalone cmake file because cmake was crashing when
reading it as part of the subproject.
9 years ago
Kevin M. Godby 2907001e22 Fixed Catch tests. 9 years ago
Kevin M. Godby e10a2fca65 Added missing base_sink.h include. 9 years ago
Kevin M. Godby 2666b6cbf1 Added header dependency tests. 9 years ago
Gabi Melman 5550eb9753 Merge pull request #202 from godbyk/autoflush
Automatically flush log if message level is above certain severity.
9 years ago
Kevin M. Godby d9ff5df830 Moved flush call to logger::_log_msg() function. 9 years ago
Gabi Melman 292bdc5eb4 Merge pull request #203 from eao197/master
daily_file_sink with custom file name calculator
9 years ago
eao197 ef9842c36d daily_file_sink with custom file name calculator 9 years ago
Kevin M. Godby 6b966478c1 Automatically flush log if message level is above certain severity. 9 years ago
Christopher Torres 0847c7bc4a
Merge branch 'master' of https://github.com/RavenX8/spdlog 9 years ago
Christopher Torres 8e3572aa18
wincolor_sink is not a wrapper class anymore. Removed my addition to the spdlog create_console_logger function 9 years ago
Christopher Torres b8872b7b8e
Fix compile errors for Visual Studio 9 years ago
Christopher Torres 93f0093b2a
Changed wincolor to be thread safe. 9 years ago
Christopher Torres 5f52c114e5
create_console_logger now uses the correct color sink depending on your platform 9 years ago
Christopher Torres e76cf117c2
Handle changing the colors of STD_ERROR_HANDLE as well 9 years ago
Christopher Torres 37edf7f4f8
Fixed some compile errors with wincolor_sink 9 years ago
Christopher Torres b5d2307157
Created wincolor_sink 9 years ago
Christopher Torres 5d5e0726d9
Undo changes for windows colors 9 years ago
Christopher Torres ca41707d9d
wincolor_sink is not a wrapper class anymore. Removed my addition to the spdlog create_console_logger function 9 years ago
Gabi Melman 0143d9a92d Update async_log_helper.h
update comments
10 years ago
gabime 0d26359856 astyle 10 years ago
Christopher Torres 88ebae0c44
Fix compile errors for Visual Studio 10 years ago
gabime 0f88996974 gitignore update 10 years ago
Gabi Melman 861d836de8 Merge pull request #195 from njwhite/master
Generate & Install pkg-config File
10 years ago
Gabi Melman 1d74f1d7c9 Merge pull request #196 from gorunovanton/stdout_sink_improvement
Performance improvement of stdout sink
10 years ago
Anton Goryunov e0f08d6b29 - fixed includes in tests 10 years ago
Christopher Torres eafc1cc98b
Changed wincolor to be thread safe. 10 years ago
Anton Goryunov ba68a2d05d - std::cout replaced with fwrite to stdout in console sink 10 years ago
Nick White b7e3a103c3 Generate & Install pkg-config File 10 years ago
Christopher Torres 3fac9ba212
create_console_logger now uses the correct color sink depending on your platform 10 years ago
Christopher Torres 62d177be28
Handle changing the colors of STD_ERROR_HANDLE as well 10 years ago
Christopher Torres 97cbb87589
Fixed some compile errors with wincolor_sink 10 years ago
Christopher Torres 85af236085
Created wincolor_sink 10 years ago
Christopher Torres ceab2656a1
Undo changes for windows colors 10 years ago
Christopher Torres 6d0d26b319 Update ansicolor_sink.h
Moved level colors that didn't change on either OS out of the #ifdefs
10 years ago
Christopher Torres f1e3f676e3
ansiocolor_sink now works correctly on windows 10 years ago
gabime 083d6c0d2f rename atomic level type name 10 years ago
gabime 974379c9be Added support for SPDLOG_NO_ATOMIC_LEVELS in tweakme.h 10 years ago
gabime d0120b48c5 tests 10 years ago
gabime 19dae96985 wchar filenames support - minor improvements 10 years ago