Commit Graph

25 Commits (619311922aceb98a8f6f6bac21ec807e406449cf)

Author SHA1 Message Date
Jackson 619311922a Ref-qualified memfns and added some move semantics 4 years ago
Hai Feng Kao ca2cd6f3e7 fix Xcode compiler warning "no new line at the end of file" 4 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 fcc809f4f1 Refactored logger 6 years ago
gabime 2fed68a73b Reverted some external template declarations 6 years ago
gabime e7ab49c973 Added extern tempalate declarations 6 years ago
gabime dae4f9fef6 split spdlog.cpp to multiple .cpp files 6 years ago
gabime feefb7e7e2 format 6 years ago
gabime ced44a15ea format 6 years ago
gabime 5c2855e1c1 wip backtracer 6 years ago
gabime 433785dc64 fix warnings and build 6 years ago
gabime 98ec35cee1 Update backtracer.h 6 years ago
gabime f795297e15 try different apprach to backtracer object 6 years ago
gabime a1a6b7e64f Update backtracer.h 6 years ago
gabime 3ea7fb18d6 Fix potential race condidion when in logger copy ctor
Don't copy other.trace - just create a new one with same size instead
6 years ago
gabime 6ff52332a8 Remove unused member from backtracer 6 years ago
gabime 5e75b104d6 Fix backtracer 6 years ago
gabime e6b0aaf94a typo 6 years ago
gabime c97c025adb clang-format 6 years ago
gabime c55336e78d Better support for logger copy with backtrace 6 years ago
gabime b155347560 Added forgotten lock in backtracer 6 years ago
gabime 11e9752536 Fixed logger's copy ctor 6 years ago
gabime e1be7f3d6f Refactoring to better support backtrace 6 years ago
gabime 04a8485b17 Replaced backtace implementation 6 years ago