Commit Graph

133 Commits (9049f9aeb9db1e8a3cbce49c696dae1b9bb4e182)

Author SHA1 Message Date
gabime e7e8b75a4c clang-format 4 years ago
Sprite 7fa751d36e Use std::function for the global error handler 4 years ago
Jakub Neruda 5d4956d34b
Set default value to registry::err_handler_ 5 years ago
gabime 8923922f30 Cleaned level loading from env var 5 years ago
gabime c7613f3e91 Fixed #1680 5 years ago
gabime cefe67726e wip fix #1680 again 5 years ago
gabime 1ac2dcc537 wip fix #1680 again 5 years ago
Martin Vejdarski 0ca2cb625e Add shared library support for Windows 6 years ago
gabime 877eee408e renamed loaders with cfg 6 years ago
gabime 1f8e9ad0fc renamed cfg namespace to loaders 6 years ago
gabime 773b8c5a54 refectored file names 6 years ago
gabime fc3d18ed64 format 6 years ago
gabime 68ed281461 Refactored to cfg::log_levels class 6 years ago
gabime 3d203aa7c4 Simplify and removed SPDLOG_PATTERN support 6 years ago
gabime 49f707ec93 wip 6 years ago
gabime 35e9482574 wip 6 years ago
gabime dac61d4e9c merge 6 years ago
gabime 8d9d9899b7 wip 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
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 a7f7984c4a backtrace support api 6 years ago
gabime dd33c16aae Replace backtrace trigger with dump_backtrace() 6 years ago
gabime a6d8b52686 Added enable_backtrace to spdlog_api 6 years ago
gabime bcfa9241b8 Updated copyright headers 6 years ago
gabime eea9d6136f Moved default sync factory to seperate file to avoid cyclic includes 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
gabime 69fcaf14e5 wip static-lib 6 years ago
gabime 2de924a187 clang-format 6 years ago
gabime c1c2ff2d07 wip 6 years ago
gabime 4dd1a24d0b wip static lib 6 years ago
gabime c69c49047b wip static lib 6 years ago
gabime 17f9cdd401 static lib wip 6 years ago
gabime e2e3df9013 static lib wip 6 years ago
gabime c5069135d7 Improved compile time level support 7 years ago
gabime d99179f822 Small refactoring to registry class 7 years ago
gabime 65cff673b8 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x 7 years ago
gabime dc166cad92 Added default pattern support for pattern_formatter to avoid parsing pattern when using default pattern 7 years ago
Pablo Arias a446f187c1 Fixed deadlock by recursive mutex 7 years ago
Pablo Arias 10895796b2 Added mutexes to protect logger initialization and toggling automatic registration 7 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 b1277caeeb Typo 7 years ago
gabime f2f9f324ec Updated default API impl and tests 7 years ago
gabime 8131d3e127 Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h 7 years ago
gabime 312fe4775d Added SPDLOG_DISABLE_DEFAULT_LOGGER option to tweakme.h 7 years ago
gabime b368d18b0f Added default logger API 7 years ago
gabime e8dae26176 Moved spdlog::make_unique to spdlog::details::make_unique and prevent T to be array 7 years ago
Gabi Melman 00acb8ba41
Update registry.h 7 years ago