Commit Graph

2846 Commits (bfc76278a9ab5ff1e5530d32ed24f263e55aa187)
 

Author SHA1 Message Date
Gabi Melman 1e7cc4cec5 Update README.md 11 years ago
Gabi Melman 9997e2e412 Update README.md 11 years ago
Gabi Melman 5f47247841 Update README.md 11 years ago
Gabi Melman 5b81c59902 Update README.md 11 years ago
Gabi Melman 5e03120c9e Update README.md 11 years ago
Gabi Melman 8d0ad01d79 Update README.md 11 years ago
Gabi Melman 72a1f29c2e Update README.md 11 years ago
Gabi Melman f358782c0c Update README.md 11 years ago
Gabi Melman a09eb090e0 Update README.md 11 years ago
Gabi Melman ec3524ceb6 Update README.md 11 years ago
Gabi Melman 5e2638e790 Update README.md 11 years ago
Gabi Melman 386a6e39e7 Update README.md 11 years ago
Gabi Melman 741bf8cde1 Update README.md 11 years ago
Gabi Melman f6adbeaf82 Update README.md 11 years ago
gabi 4dc75adf9b async_logger comments 11 years ago
gabi 0dd4e552ed async_logger comments 11 years ago
gabi d37bded994 More improvements to the async logger 11 years ago
gabime 9feb5fbaf0 disable Wshadow in gcc 11 years ago
gabime 6255180e99 small fixes in async_helper 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
gabime c215ee6104 bench fix 11 years ago
gabime 8dcec193e8 removed unised blocking_queue.h 11 years ago
gabime 9a7c62724a removed uneeded file 11 years ago
gabime 15f914f350 fix bench queue size 11 years ago
gabime c63e9fae9d async bench 11 years ago
gabime 2c854cc8b7 fixed gcc shadow warnings 11 years ago
gabime df8982675c Merge branch 'cppformat' of https://github.com/gabime/spdlog into cppformat 11 years ago
gabi 98e4eb98f9 small optimization in default formatting (unsigned ints) 11 years ago
gabi 9e882c4dd2 fix 11 years ago
gabi 33b976a4c9 fix 11 years ago
gabi 6fceaa8dab Merge branch 'cppformat' of https://github.com/gabime/spdlog into cppformat
Conflicts:
	include/spdlog/details/async_log_helper.h
11 years ago
gabi 3916674bc5 async_helper sleep_or_yield or full/empty queue 11 years ago
gabi 80d09d8309 async_helper sleep_or_yield or full/empty queue 11 years ago
gabi 01344b6c8b mpcs_q removed default copy ctor and assignment 11 years ago
gabi b943265b94 Better handling of empty queue 11 years ago
gabi 243dc61e58 async using lockfree queue and bug fixes regarding usage of cppformat 11 years ago
gabime d89628bb17 fixed makefile 11 years ago
gabime 0e3120ba51 removed include iostream 11 years ago
gabime b0a687c148 astyle 11 years ago
gabime 4462a3c4e3 disabled formatcpp Wshadow warnings.. 11 years ago
gabime 5186aca671 disabled formatcpp Wshadow warnings.. 11 years ago
gabime ed17c9a4a9 fixed async_sink to use move instead of unique_ptr 11 years ago
gabime 0db417f9af merged drop() from master 11 years ago
gabime 7a9781a94c throw spdlog_err on format errors 11 years ago
gabime f41d989bf0 fix in move log_msg 11 years ago
gabime 2278e9230f some fixes for gcc 11 years ago
gabi 26cf0b38dd support for API of the form logger.info() << .. 11 years ago
gabi 58970bf1ea Rethrow cppformat exceptions as spdlog_ex with description of the bad format string 11 years ago
gabi a9dc2a9705 typo 11 years ago