Commit Graph

504 Commits (ebf72d7d3ecebe769d00f26891ac6ef9843bf5c5)

Author SHA1 Message Date
dkavolis 1344d44a5a check args on formatting 4 years ago
gabime e7e8b75a4c clang-format 4 years ago
gabime 7636f1f659 revert some changes made by mistake 4 years ago
gabime 1523c83650 Added fmt/compile.h bundled file 4 years ago
Nandan V 2a9edb2153
Minor typo 4 years ago
gabime b2e31721e8 Update example 5 years ago
gabime 05d5546eb1 Restore example 5 years ago
gabime cefe67726e wip fix #1680 again 5 years ago
gabime 34f3d29d93 Added stopwatch support 5 years ago
Raul Tambre 76cdeb62e3 Don't enable C language in CMake
spdlog doesn't seem to actually require the C language.
Not enabling it results in a significant initial configure time speedup.
5 years ago
Raul Tambre ae9627c64c Raise CMake requirement to 3.13
* Reduces the range of possible version we'd need to test with.
* Enables newer policies reducing possible deprecation warnings from new policies.
* Allows removing some code for compatibility with older versions.
* Coincides with LLVM's bump to requiring CMake 3.13.
5 years ago
Gabi Melman e5935f0ced
Delete meson.build 5 years ago
gabime 75c15e8028 Formatted cmake 5 years ago
gabime ff0e430e46 Formatted cmake using cmake-format 5 years ago
Bruce Mitchener 937fe7e909 cmake: Fix tabs, whitespace at EOL. 5 years ago
Gabi Melman 7906592230
Fix #1499 5 years ago
gabime 0a5ada6411 clang-format 6 years ago
Gabi Melman 60a8c5f1c9 Added padding support and set_pattern to custom_flags 6 years ago
Gabi Melman d1a1024465 Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
Gabi Melman 0d7ff9ac47 Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
Gabi Melman 752d5685dc Moved pattern formatter from spdlog/details to spdlog/ 6 years ago
gabime 3f86b250e6 Updated comment 6 years ago
gabime 5ab487dbae Updated example 6 years ago
gabime 8038bc2fc8 Update example 6 years ago
gabime f20b12cf3f Update example 6 years ago
gabime c8bd53509c Update example 6 years ago
gabime 006124d816 Update example 6 years ago
gabime b7d7334451 Renamed level loaders 6 years ago
gabime c861e2d9cf Updated example 6 years ago
gabime c10be7eaec merge with v1.x 6 years ago
Michael R. Crusoe 8d06df9775
Enable building & running the example against an installed copy of spdlog 6 years ago
gabime 0243882238 Updated example 6 years ago
gabime 877eee408e renamed loaders with cfg 6 years ago
gabime de20255c71 wip 6 years ago
gabime 1a1c37db7c wip 6 years ago
gabime a87700a28c wip 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 65ada37399 refactor and and support for init from argv 6 years ago
gabime a056b9115b clang-format 6 years ago
gabime 04d0240f8d updated example 6 years ago
gabime 8992f36fbf refactor env-inl 6 years ago
gabime 3d203aa7c4 Simplify and removed SPDLOG_PATTERN support 6 years ago
gabime 8d9d9899b7 wip 6 years ago
gabime 2b3000dddc wip 6 years ago
gabime da2c15ecb4 wip config from env 6 years ago
gabime 0f24399887 wip 6 years ago
gabime abbbda6f74 wip 6 years ago
gabime 4d41fdf0fc Wip 6 years ago
gabime be2a751513 Fixed clang-tidy warning in example 6 years ago
gabime 9b7812a0f2 auto create log dir 6 years ago
gabime 7733849478 Updated meson build 6 years ago
gabime 65d02e495e Reverted the version() function 6 years ago
gabime 7f0398ca25 Added version() function 6 years ago
gabime d7f05722d4 Fixed example 6 years ago
gabime dae4f9fef6 split spdlog.cpp to multiple .cpp files 6 years ago
gabime 172cf26d77 Update comment 6 years ago
gabime c97c025adb clang-format 6 years ago
gabime d7e58ce10e Fixed example 6 years ago
gabime 72b0f9e8f7 Updated example 6 years ago
gabime 408a162044 Removed logger::clone() from API 6 years ago
gabime 7bfb6d6b76 Fixed example 6 years ago
gabime 04a8485b17 Replaced backtace implementation 6 years ago
gabime 29e21cc7f3 Comment 6 years ago
gabime 4f98b000eb Fixed example 6 years ago
gabime b5d61b963a Fixed example 6 years ago
gabime e085ba7fcc Fix example 6 years ago
gabime b24ef39b9d Update example 6 years ago
gabime 0db4978899 Fixed example 6 years ago
gabime 7e728869cc comment 6 years ago
gabime da1d98d603 Fix example 6 years ago
gabime 6683418983 Fix example 6 years ago
gabime 0335e3fcc0 Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined 6 years ago
Gabi Melman 84809db955
Update example.cpp 6 years ago
gabime 5f27697198 clang-format 6 years ago
Gabi Melman 7b218737cc
Merge pull request #1126 from mensinda/meson
Add meson support
6 years ago
Daniel Mensinger 3c64b3da97
Added example meson.build 6 years ago
gabime bb0f3839c1 Updated CMake options and defaults 6 years ago
gabime cf64f2baca Fixed CMake address sanitizer 6 years ago
gabime 68a0193d95 CMake refactoring to functions 6 years ago
gabime 76fc166e11 CMakeLists.txt minor improvments 6 years ago
gabime fc53e3339f CMakeLists.txt minor improvments 6 years ago
gabime 30bd80bd85 CMake improvements 6 years ago
gabime 9205c9d031 Merge branch 'static-lib' of https://github.com/gabime/spdlog into static-lib 6 years ago
Gabi Melman 322665a22f
Delete example.cpp 6 years ago
Gabi Melman cfa6d12691
Delete Application.mk 6 years ago
Gabi Melman c264c3e2dd
Delete Android.mk 6 years ago
Gabi Melman d21bcd2f87
Delete utils.h 6 years ago
Gabi Melman 576fec4c36
Update CMakeLists.txt 6 years ago
Gabi Melman 48acafd10d
Update CMakeLists.txt 6 years ago
gabime 2cd53c6ff1 Updated cmake example 6 years ago
gabime 18ccd55725 Removed multisink and test in example 6 years ago
gabime 87eb569929 More updates to CMake (version support , cmake.in) 6 years ago
gabime 92387b1527 Merge branch 'static-lib' of https://github.com/gabime/spdlog into static-lib 6 years ago
David Zemon 6fe899af10 Set Threads::Threads dependency on spdlog libs - don't make user do it 6 years ago
David Zemon 107fe0a142 Ensure header_only library works by adding another example exe 6 years ago
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