Commit Graph

77 Commits (fc2bed44f6be83abeb2f4f378aaa5526032aa0cc)

Author SHA1 Message Date
gabime fc2bed44f6 Removed unused macros 5 years ago
Ron Rechenmacher 9e6f5b6b2d add single logger method and log_msg constructor and tests/test_time_point.cpp 5 years ago
Martin Vejdarski 0ca2cb625e Add shared library support for Windows 6 years ago
Cristian Morales Vega 7cdd65075c "#include" <spdlog/.*> instead of "spdlog/.*"
The meaning of using quotes to #include is implementation defined, so it
may or not may be what we want. At least POSIX
(https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html)
says: "headers whose names are enclosed in double-quotes ( "" ) shall be
searched for first in the directory of the file with the #include line",
so not what we want since "spdlog" ends up twice in the path.
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 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
gabime 9564eb2edb Moved cpp files to inl.h 6 years ago
gabime 69fcaf14e5 wip static-lib 6 years ago
gabime 2de924a187 clang-format 6 years ago
gabime c1c2ff2d07 wip 6 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
`SPDLOG_NO_THREAD_ID` should only affect thread retrieval.
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 7 years ago
gabime 6f4cd8d397 thread_pool and refactoring async 8 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