Commit Graph

417 Commits (6c5dc5a6c127ef0d4d2cf4a66fadd355dd48a10e)
 

Author SHA1 Message Date
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
gabi b0926326bb pattern_formatter_impl.h update 11 years ago
gabi c5afdbddcf Use fmt::pad for faster formatting of the default format pattern 11 years ago
Gabi Melman 54bc55a3d9 Merge pull request #15 from xaqq/master
Add a drop() method to remove logger from the registry
11 years ago
xaqq b5a5edacbe Add a drop() method to remove logger from the registry
This commits allows the user to drop the registry reference to a
logger, allowing deletion of logger at any time.
11 years ago
gabi 45628c8ec3 logger main interface now is in the form logger.info(fmt, args) 11 years ago
gabime eaa61ed448 type 11 years ago
gabime 73b31e4d10 astyle 11 years ago
gabime 2485dae1cc example fix 11 years ago
gabime 8d25324444 continue with cppformatter integration 11 years ago
gabime 0629c51910 Makefile - removed WShadow warning 11 years ago
gabime 77d9eaa59f fixes in pattern formatter 11 years ago
gabi 068a7cfac6 Start of work on lockfreee async queue 11 years ago
gabi 2c0acf66f9 use cppformat in sinks 11 years ago
gabi 8974d2ded9 Using cppformat for all formatting needs instead of fast_oss 11 years ago
gabi 5d399e61d6 Added cppformat files 11 years ago
gabime 4e86da1bdb typo 11 years ago
gabime 1b66b819eb Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago
gabime 68ee9a7ada replaced flush_interval with auto_flush boolean 11 years ago
Gabi Melman 7a554b4bce Update run_all.sh 11 years ago
Gabi Melman dcef1ed6e6 Update README.md 11 years ago
gabime c948f15822 updated benchmarks 11 years ago
gabime def6fc62f4 updated benchmarks 11 years ago
Gabi Melman 54b868122d Update async_sink.h 11 years ago
Gabi Melman 94d2556db6 Update last exception moving from worker thread to user thread in async mode 11 years ago
Gabi Melman 87c0770c42 Update os.h
Provide shared read access to log files under windows
11 years ago
gabime 137e354108 bench makefile 11 years ago
Gabi Melman 382562f88d Update g2log-bench-mt.cpp 11 years ago
Gabi Melman dcf1d91d39 Update README.md 11 years ago
gabime 7a62e93356 Merge branch 'master' of https://github.com/gabime/spdlog 11 years ago