Commit Graph

30 Commits (bff85725d216584e5b4263dab52aaa4d30a60e6b)

Author SHA1 Message Date
gabime bff85725d2 Fixed some more clang-tidy warnings 6 years ago
gabime de2c07ac62 always cache gmt offset 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 10116b7717 Removed SPDLOG_NO_DATETIME option 6 years ago
Florian Pigorsch 4aad51a352 Fix some spelling errors.
casese -> cases (1)
chache -> cache (1)
cirucal -> circular (1)
dependecy -> dependency (1)
detrmine -> determine (2)
eavluate -> evaluate (1)
exertnal -> external (1)
ony -> only (1)
registation -> registration (3)
registring -> registering (2)
regsistration -> registration (3)
seperate -> separate (2)
wit -> with (1)
withe -> with (1)
6 years ago
Benjamin Sergeant 5381061d97 Fix windows compile error where std::max is overriden by a macro (#1251) 6 years ago
gabime fe20afac17 clang-format 6 years ago
gabime 3b425affd3 Fixed missing braces around initializer warnings about std::array initializations 6 years ago
gabime 03e8c0f45c Fix issue #1219 6 years ago
gabime fafedd2d59 Minor cleanup 6 years ago
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 6 years ago
gabime db1babab5e Fixed some msvc code analysis warnings 6 years ago
gabime 4b0267910c Refactored padding handling in formatter using templates 6 years ago
gabime 54456aee9e Refactored padding handling in formatter using templates 6 years ago
gabime 2512ac1e3c Added const qualifier to padinfo 6 years ago
gabime 5f27697198 clang-format 6 years ago
gabime c27a4ee61f Added elapsed flag to formatter 6 years ago
gabime 94c2810b0a Reduced max padding 128=>64 6 years ago
gabime db5af8ead1 clang-format 6 years ago
gabime c09dee7717 Moved source filename shortening to pattern formatter instead of macro 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 c35f33e61a Fixed clang warning about size_t indexing 6 years ago
gabime 38f6b5ea71 Keep clang-tidy happy 6 years ago
gabime 9329f8d3cd Merge v1.x 6 years ago
gabime 884c23a9c9 Merge v1.x 6 years ago
gabime ce637440bb wip static-lib 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