Commit Graph

355 Commits (b021be29e56a6b539c067a247904d54d051ca492)

Author SHA1 Message Date
David Zemon 55e7844ca0 Remove the namespaced
Namespaces are good for avoiding collisions, but since the
non-namespaced targets still exist, it does no good to add the
namespaced targets on top.
6 years ago
David Zemon 8dd85285e7 Allow user to choose between static or shared library 6 years ago
gabime 872ea6bf09 Deleted redundant Make files and solutions 6 years ago
gabime d5c9bac3c7 wip static-lib 6 years ago
gabime 5220ac4a9e Added missing header 6 years ago
gabime fb9e51d943 Fixed include order and example 6 years ago
gabime bb3dc87953 Fixed include order and example 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 c1c2ff2d07 wip 6 years ago
gabime ff89f1476d Restored error_handler as std::function 6 years ago
gabime baefe0b3f6 wip 6 years ago
gabime 7e29c48379 removed spdlite 6 years ago
gabime 97f9cc4bc0 some cleanup 6 years ago
gabime 4dd1a24d0b wip static lib 6 years ago
gabime c69c49047b wip static lib 6 years ago
gabime 2aceb13f3e fix support for utf8 logging under win32 6 years ago
gabime e9f34fbd26 wip 6 years ago
gabime 17f9cdd401 static lib wip 6 years ago
gabime 156b856a80 static lib wip 6 years ago
gabime e2e3df9013 static lib wip 6 years ago
gabime ef8773a89b Moved logger_impl back into logger.h 6 years ago
gabime 2f907e3a92 clang-format 7 years ago
gabime 9971fd2864 Fixed examples 7 years ago
gabime ea3943a87a added printf syntax support for even faster compilation! 7 years ago
gabime 90c912a5e2 wip lite 7 years ago
gabime 478f16234d wip lite 7 years ago
Budo Zindovic 8d6086da48
Corrected the text alignment in the example
I've changed the alignment character in the example to illustrate left alignment of text.
7 years ago
gabime a1a463787f Updated example's comment 7 years ago
gabime c5069135d7 Improved compile time level support 7 years ago
gabime 48597a94e8 Updated example 7 years ago
gabime e933c5f481 Fixed example 7 years ago
gabime 2ba4b23b85 added padder bench 7 years ago
gabime 5763733490 Fix sdk version in msvc example 7 years ago
gabime 4e3e80109a Code formatting 7 years ago
gabime 23da9f13b0 Fixed valgrind warning in example 7 years ago
gabime f2f9f324ec Updated default API impl and tests 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
Gabi Melman 8bd4c87d2f
Merge pull request #856 from ulvgard/cmake_android_log_dependency
Add dependency to Android's log target in CMake
7 years ago
Gabi Melman c88b568685
Update example.cpp 7 years ago
Tobias Ulvgard f01da91abf Add dependency to Android's log target in CMake 7 years ago
gabime 808bc1f4ed clang format 7 years ago
gabime 41d879e292 Added support for binary logging using to_hex(..) 7 years ago
gabime f4bbe8b2b3 Fixed some extra warnings from clang 7 years ago
gabime 5d7845c138 Added "clone()" support to loggers 7 years ago
gabime 91d8869f36 Added "clone()" support to loggers 7 years ago
gabime a58d7594cb Fixed issue #798 and added -Wconversion compiler flag to build 7 years ago
Daniel Chabrowski fb37585bc1 Little cmake and tests refactor
Change from spdlog_ex to const spdlog_ex& got rid of the GCC8 warning.
7 years ago