Martin Vejdarski
0ca2cb625e
Add shared library support for Windows
2020-03-10 03:14:36 +07:00
gabime
bff85725d2
Fixed some more clang-tidy warnings
2019-11-08 16:20:41 +02:00
gabime
be336e7514
Added noexcept to log_msg move constructor
2019-11-08 15:21:18 +02:00
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.
2019-11-06 19:15:29 +00:00
gabime
fe20afac17
clang-format
2019-09-21 18:16:38 +03:00
Gabi Melman
2331750b58
Update log_msg_buffer.h
2019-09-19 12:02:59 +03:00
gabime
5721debdf1
split to log_msg_buffer.h ito header and mpl
2019-09-19 11:52:03 +03:00
gabime
433785dc64
fix warnings and build
2019-09-05 01:12:27 +03:00
gabime
f795297e15
try different apprach to backtracer object
2019-09-05 00:39:11 +03:00
Matthias Moulin
9c5869ce5a
Fixed {fmt} include if using the non-bundled version
2019-08-31 21:30:36 +02:00
gabime
f5492aed12
Unified usage of fmt::memory_buffer across the codebase
2019-08-28 18:46:09 +03:00
gabime
c2efd6ee58
Increased msg_buffer size to 250
2019-08-28 17:47:22 +03:00
gabime
c97c025adb
clang-format
2019-08-27 20:22:07 +03:00
gabime
c55336e78d
Better support for logger copy with backtrace
2019-08-27 20:20:15 +03:00
gabime
65407539bb
Fixed log_msg_buffer
2019-08-23 01:10:48 +03:00
gabime
2848e51755
Clean log_msg_buffer
2019-08-23 00:16:13 +03:00
gabime
7e728869cc
comment
2019-08-22 19:48:11 +03:00
gabime
5aefa1af3d
Fixed clang-tidy warnings
2019-08-22 19:40:45 +03:00
gabime
f1718fb5b3
clang-format
2019-08-22 19:38:00 +03:00
gabime
6b527a50dd
backtrace sink and refactoring
2019-08-22 19:36:47 +03:00