Commit Graph

24 Commits (07abdc64537211e41a4b9062222b963e92448f01)

Author SHA1 Message Date
Bailey Chittle 07abdc6453 more cleanup of unneeded code, needed to revert cmake standard to get this to work 3 years ago
Bailey Chittle 9ab32d7d27 some bug fixes to attribute fork to get compilation working 3 years ago
gabime e7e8b75a4c clang-format 4 years ago
Bruce Mitchener 559984b2fe Fix typos. 5 years ago
Martin Vejdarski 0ca2cb625e Add shared library support for Windows 6 years ago
gabime bff85725d2 Fixed some more clang-tidy warnings 6 years ago
gabime be336e7514 Added noexcept to log_msg move constructor 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 fe20afac17 clang-format 6 years ago
Gabi Melman 2331750b58
Update log_msg_buffer.h 6 years ago
gabime 5721debdf1 split to log_msg_buffer.h ito header and mpl 6 years ago
gabime 433785dc64 fix warnings and build 6 years ago
gabime f795297e15 try different apprach to backtracer object 6 years ago
Matthias Moulin 9c5869ce5a
Fixed {fmt} include if using the non-bundled version 6 years ago
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 6 years ago
gabime c2efd6ee58 Increased msg_buffer size to 250 6 years ago
gabime c97c025adb clang-format 6 years ago
gabime c55336e78d Better support for logger copy with backtrace 6 years ago
gabime 65407539bb Fixed log_msg_buffer 6 years ago
gabime 2848e51755 Clean log_msg_buffer 6 years ago
gabime 7e728869cc comment 6 years ago
gabime 5aefa1af3d Fixed clang-tidy warnings 6 years ago
gabime f1718fb5b3 clang-format 6 years ago
gabime 6b527a50dd backtrace sink and refactoring 6 years ago