Commit Graph

56 Commits (f2305fe5bfb7dbadec37ef350f15cbceba2c4645)

Author SHA1 Message Date
gabime f2305fe5bf Support for source file/line logging 7 years ago
gabime 1b04c222cf Fixed issue #888 7 years ago
gabime 392d126372 Renamed string_view_type -> string_view_t 7 years ago
gabime 894438d5fb Better support for string_view 7 years ago
Gabi Melman 2ad191aeba
Update log_msg.h 7 years ago
gabime 70bef682b0 Fixed clang-tidy warning about implicit conversion to string_view 7 years ago
gabime 6355e9895d Major change to log_msg - contain only string_view instead of buffer 7 years ago
gabime abf4af2645 Merge branch 'sized_buf' of https://github.com/peergynt/spdlog into peergynt-sized_buf 7 years ago
Jerome Meyer cb71fea0f6 Use fmt::string_view when logging a C string to avoid unnecessary copy 7 years ago
gabime 3e2d593dde always initialize level and thread_id in log_msg 7 years ago
gabime 1b8bf35acc Micro optimize: don't init log_msg.msg_id on construction. It will be set anyway later 7 years ago
gabime 36112371c0 Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests 7 years ago
Gabi Melman c5011181bb
Update log_msg.h 7 years ago
gabime 607779cccf micro optimization in log_msg constructor 7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching 7 years ago
gabime cdbf2e361b Upgrade to fmt 5.x 7 years ago
gabime 4ec17f1a1a Normalized spdlog include paths 7 years ago
gabime 6f4cd8d397 thread_pool and refactoring async 7 years ago
gabime c8610d9a86 support for color formatting 8 years ago
gabime 56e4a201ec formatting 8 years ago
gabime a2653d409f clang-format 8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format 8 years ago
Daniel Chabrowski e5bbe57f01 cppcoreguidelines-pro-type-member 8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
Paths pointing to the root of the library where replaced for ones relatives to each file.

For example, inside /include/spdlog/details/file_helper.h:

This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists.

replaced with:
8 years ago
Tennn f8d509d010 Fixed issues 449
Please check it
8 years ago
gabime 6cc7e7382e astyle 8 years ago
gabime 98addad888 Disable colors if terminal no attached and simplfy ansicolor_sink 8 years ago
Alexander Zilberkant f29ff77ae7 implement message counter feature
adds %i logger pattern for printing log message sequence ID
8 years ago
gabime 0ae66b5b28 support for external fmtlib 9 years ago
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 9 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