Commit Graph

77 Commits (fc2bed44f6be83abeb2f4f378aaa5526032aa0cc)

Author SHA1 Message Date
gabime f5bde237dd Updated fmt lib to version 0d5ef5c2a66026409b0cfbafa1d2f46cdc5aa4d0 9 years ago
gabime 7ddfb2b877 fixed macros and other stuff for the no-streams branch 9 years ago
gabime 7885aa478c no streams 9 years ago
gabime 0d26359856 astyle 10 years ago
gabime 495ecaeaee astyle 10 years ago
Kevin M. Godby 077c3095eb Added missing standard header includes. 10 years ago
Kevin M. Godby 196689f720 Fixed header include problems. 10 years ago
gabime 8c38b4ee9e MIT license 10 years ago
gabime 8da33db62f Removed redundant "using log_thread_id=size_t" 11 years ago
gabime 4dd31bf031 fixed pedantic gcc errors 11 years ago
gabime 005a36f4fd Removed redundant field initializations from log_msg struct 11 years ago
gabime 0684b4f378 use size_t to better represent thread id across platforms 11 years ago
gabime a09107927b Fix Visual Studio poor std::this_thread::get_id() performance by using GetCurrentThreadId() (and pthread_self() under linux) 11 years ago
gabime acb06ea977 Fixed thread id bug in async mode by passing thread id in log_msg struct 11 years ago
gabime 40a55b8e34 astyle 11 years ago
gabime d163b8c45a astyle 11 years ago
gabime b1867cfba3 log levels now lowercase 11 years ago
gabime 52d02af950 using mpmc bounded q for async and many async optimizations 11 years ago
gabime 754cac85ac defer localtime to formatter to improve async performace 11 years ago
gabi 243dc61e58 async using lockfree queue and bug fixes regarding usage of cppformat 11 years ago
gabime b0a687c148 astyle 11 years ago
gabime f41d989bf0 fix in move log_msg 11 years ago
gabi 8974d2ded9 Using cppformat for all formatting needs instead of fast_oss 11 years ago
gabi 4cb6aa90b2 New async_logger class and API 11 years ago
gabi 7ded05f365 log_msg faster move 11 years ago
gabime 74aae4f368 readme 11 years ago
gabi c7b8c762fb spdlog 11 years ago