Commit Graph

119 Commits (49f707ec932b07ef4a559e34231c9c48123dbf99)

Author SHA1 Message Date
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/.*"
6 years ago
Florian Pigorsch 4aad51a352 Fix some spelling errors.
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
7 years ago
gabime 46ef71e3ec Normalized copyright message
7 years ago
gabime 9564eb2edb Moved cpp files to inl.h
7 years ago
gabime 69fcaf14e5 wip static-lib
7 years ago
gabime 2de924a187 clang-format
7 years ago
gabime c1c2ff2d07 wip
7 years ago
gabime 4dd1a24d0b wip static lib
7 years ago
gabime c69c49047b wip static lib
7 years ago
gabime 17f9cdd401 static lib wip
7 years ago
gabime e2e3df9013 static lib wip
7 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
7 years ago
Pablo Arias f95b189fe3 Added a global option in tweakme.h that disabled global registration of
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
Gabi Melman a6ee1cf590
fix vc compliation error about make_unique
7 years ago
gabime ebce97947d use make_unique
7 years ago
gabime da2af6ea2e Fixed some clang-tidy warning
7 years ago
gabime 05d6960ebc code formatting and clang tidy warnings fixes
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 33329c80a9 code formatting
7 years ago
gabime fe73255452 Fixed issue #759
7 years ago
gabime 693103af9c support set_formatter in spdlog.h
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 c2a49080aa Refactored sink interface and base_sink
7 years ago