Commit Graph

39 Commits (5ca5fdff9f453b1499a453ecd660161e8f4520c1)

Author SHA1 Message Date
gabime c432fdd987 Bump fmt to version 8.1.1 and run clang-format 4 years ago
Philippe Serreault fda2b361da Added missing global thread-pool initialization helper. 4 years ago
gabime dc030ec53c clang-format 4 years ago
LE GARREC Vincent ec8763adf2
Fix signed/unsigned mismatch in VS 4 years ago
gabime 231ca50700 clang-format 5 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
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
gabime 6d8cc30f12 fix conflict 6 years ago
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined 6 years ago
Gabi Melman 76aa1059cd
Update async.h 6 years ago
gabime db1babab5e Fixed some msvc code analysis warnings 6 years ago
gabime 1d86803e38 Fix #1116 6 years ago
gabime b12c19162b Added thread callback option to thread_pool 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime 46ef71e3ec Normalized copyright message 6 years ago
Pablo Arias fbc58ebef8 * using API call instead of macro for toggling automatic registration
* added unit test for disabling automatic registration
7 years ago
Pablo Arias f95b189fe3 Added a global option in tweakme.h that disabled global registration of
loggers. fixes #712
7 years ago
gabime c465250c21 Fixed clang-tidy warning (added move) 7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes 7 years ago
gabime 4456f96ae3 Fixed clang warnings 7 years ago
gabime fd54719351 clang-format 7 years ago
gabime 420b17ae65 Fix issue #769 7 years ago
gabime 2894e8de5e clang format 7 years ago
gabime cb9c984aa7 registery and periodic flusher fixes. 7 years ago
gabime 9e4925eff0 clang format 7 years ago
gabime a96b4d7529 Added periodic flusher support, and fixed some registry issues 7 years ago
gabime 0c07df7005 Fixed async factory 7 years ago
gabime 599981e2e6 Fixed mingw build 7 years ago
gabime 9cbdd5ffd4 Added async_nonblocking factory 7 years ago
gabime 7ed8e1b59d renamed async block policy 7 years ago
gabime cd4dcbab36 Renamed simple_file_sink -> basic_file_sink 7 years ago
gabime ef5c4f027c added tp getter to async api 7 years ago
Gabi Melman a23eb3769a
Update async.h 7 years ago
gabime 3c7103d90d Format 7 years ago
gabime caa26a2a47 Normalized spdlog include paths 7 years ago
gabime 99ca7f1cbe Comments 7 years ago
gabime c962c88342 Fixed linux port of v1.x 7 years ago
gabime ba7c4c0530 stdout and color logger factories 7 years ago
gabime b4cde3fc21 Added missing files 7 years ago