Commit Graph

503 Commits (21524c16fadaab4c5c8b852325685651e3048c57)

Author SHA1 Message Date
gabi 33b976a4c9 fix
11 years ago
gabi 3916674bc5 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 b0a687c148 astyle
11 years ago
gabime 5186aca671 disabled formatcpp Wshadow warnings..
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 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 45628c8ec3 logger main interface now is in the form logger.info(fmt, args)
11 years ago
gabime 73b31e4d10 astyle
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 8974d2ded9 Using cppformat for all formatting needs instead of fast_oss
11 years ago
gabi 5d399e61d6 Added cppformat files
11 years ago
gabime 68ee9a7ada replaced flush_interval with auto_flush boolean
11 years ago
Gabi Melman 87c0770c42 Update os.h
11 years ago
gabime 7f0434528b astyle
11 years ago
gabime 6cda714e4a fixed gcc pedantic warnings
11 years ago
gabi 4cb6aa90b2 New async_logger class and API
11 years ago
gabi e88a46691a blocking queue to notify one and not all
11 years ago
gabime 6f550c3271 glog bench
11 years ago
gabime ece27ac952 astyle
11 years ago
gabi 7ded05f365 log_msg faster move
11 years ago
gabi fd3f13cd90 revert sink accepting only char* and size_t
11 years ago
gabi 66039c7c0e Simplified sink interface - to just accept char* and size_t
11 years ago
gabime a9abfbb005 Fixed rotate bug
11 years ago
gabi 1008f5693d Fix not defined syslog_logger under windows
11 years ago
Arnaud Kapp 67eef26c26 Add a syslog() based sink for Linux.
11 years ago
xaqq e4adba854c Add NOTICE, ALERT and EMERG log level.
11 years ago
gabime eeeca0f46b static_cast<int> to remove warning
11 years ago
gabi 2ac49b90e6 Bug fix in registry
11 years ago
gabime 1814c31ff3 fixed gcc warning about unordered intialization
11 years ago
gabi b599609dbf Merge branch 'master' of https://github.com/gabime/spdlog
11 years ago
gabi c054aa7893 Bugfix - logger now has default formatter object at construction
11 years ago
Andre Haupt 3d291f48fa use std::abs from cstdlib which fixes a warning that occurs when compiling with clang 3.5 on 64-bit linux
11 years ago
gabime 017088d01c Merge branch 'master' of https://github.com/gabime/spdlog
11 years ago
gabi 58688d7d1c Removed close() from sink to have RAII semantics
11 years ago
gabime 8b51b3b277 astyle
11 years ago
gabi 0c6518961d Fix level 4 warnings under VS
11 years ago
gabi ec4ed98855 comment fix
11 years ago
gabime 74aae4f368 readme
11 years ago
gabime e8403e17df astyle
11 years ago
gabi 567e85e6d4 bench
11 years ago
gabime 2d075bcfda bench
11 years ago
gabi 31971bf63b updated example and added more creation functions
11 years ago
gabi c7b8c762fb spdlog
11 years ago