Commit Graph

108 Commits (97a79a451102bde75e1cf8ea1c60ea3ee06dfaf0)

Author SHA1 Message Date
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
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
gabime c9331594bb Renamed file to pattern_forammter.h and fixed utc support 7 years ago
gabime 9dc44c39e7 Fixed bugs in stdout_sinks and in msvc 7 years ago
gabime 0c19bdd772 pattern per sink and pattern caching 7 years ago
gabime cfbc8e52ba use underscore at end of private members names 7 years ago
Gabi Melman 001e22ebee
Update registry.h 7 years ago
gabime 4ec17f1a1a Normalized spdlog include paths 7 years ago
gabime c962c88342 Fixed linux port of v1.x 7 years ago
gabime 924ef84241 Refactred spdlog.h and console sinks. Added global lock for all console sinks (traits) 7 years ago
gabime 6f4cd8d397 thread_pool and refactoring async 7 years ago
gabime 18c99682a8 fixed clang warning about uninitialized values 8 years ago
gabime 200815892f Fix clang-tidy warnings about missing braces around if and for statements 8 years ago