Commit Graph

88 Commits (dec6a3f61ffee56377f0d32d0d7d6397c899c854)

Author SHA1 Message Date
gabime 77b07b3a10 clang format
2 years ago
gabime 463af69d41 Clang format sort includes
2 years ago
gabime 4bb3b56102 relative includes wip
2 years ago
gabime 6dffd7c6e8 update clang format again
2 years ago
gabime dcd5904bdc Updated clang-format
2 years ago
gabime 6de0ffa15f Updated clang format to google style
2 years ago
gabime e28eadcd52 Clang format
2 years ago
gabime 6d520df916 Removed header only options
2 years ago
gabime 433cac487e Renamed spdlog::log_level to spdlog::level and added some level tests
2 years ago
gabime 392917f855 null_atomic_log_level and fix compile
2 years ago
gabime e7e8b75a4c clang-format
4 years ago
JB_12 6c21789aed Fix C++20 build resulting in deprecated implicit copy assignment operator warning
4 years ago
Ron Rechenmacher 9e6f5b6b2d add single logger method and log_msg constructor and tests/test_time_point.cpp
6 years ago
Martin Vejdarski 0ca2cb625e Add shared library support for Windows
6 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
6 years ago
gabime 6b527a50dd backtrace sink and refactoring
6 years ago
gabime 74df115fc1 Removed uneeded include
6 years ago
gabime 33a42202c7 Replace string pointer with string_view in log_msg
6 years ago
gabime bcfa9241b8 Updated copyright headers
6 years ago
gabime c000a6164c Removed unused member from log_msg
6 years ago
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro
7 years ago
gabime 46ef71e3ec Normalized copyright message
7 years ago
gabime 9564eb2edb Moved cpp files to inl.h
7 years ago
gabime 69fcaf14e5 wip static-lib
7 years ago
gabime 2de924a187 clang-format
7 years ago
gabime c1c2ff2d07 wip
7 years ago
gabime c1c6e6265c Fixed header only build
7 years ago
gabime 156b856a80 static lib wip
7 years ago
gabime e2e3df9013 static lib wip
7 years ago
scribam 1798a1fa12
Update log_msg.h
7 years ago
David P. Sicilia 63a475d88c Do not attempt to default operator= when it is implicitly deleted
7 years ago
gabime a31719b546 clang-format
7 years ago
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
8 years ago
gabime 6f4cd8d397 thread_pool and refactoring async
8 years ago