Commit Graph

2820 Commits

Author SHA1 Message Date
gabime cfe7cac1c4 version 1.4.2 2019-10-06 00:30:40 +03:00
gabime fb70eca0a3 CmakeLists.txt: add -pthread to pkg-config 2019-10-04 21:56:17 +03:00
gabime cf2bf488a2 CmakeLists.txt: Fixed package config generation 2019-10-04 21:49:20 +03:00
Gabi Melman 5c02fc47b9
Merge pull request #1253 from DasRoteSkelett/v1.x
CMakeLists.txt: removed spdlog subdir from library install
2019-10-01 22:45:58 +03:00
Matthias Schoepfer 4021e5eea9 CMakeLists.txt: removed spdlog subdir from library install
The library gets installed into ${CMAKE_INSTALL_LIBDIR}/spdlog, which
is for unix / linux a rather strange place, hence, put it where the linker
is more likely to find it.

Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io>
2019-10-01 17:14:01 +02:00
Gabi Melman 5cd0b6272d
Update logger-inl.h 2019-10-01 01:56:02 +03:00
Gabi Melman bf49bebe7a
Update logger.h 2019-10-01 01:50:18 +03:00
Gabi Melman 1e8299e893
Merge pull request #1252 from bsergean/v1.x
Fix windows compile error where std::max is overriden by a macro (#1251)
2019-09-30 08:34:02 +03:00
Benjamin Sergeant 5381061d97 Fix windows compile error where std::max is overriden by a macro (#1251) 2019-09-29 22:03:47 -07:00
gabime 274558c430 Fix issue #1250 2019-09-28 11:39:06 +03:00
gabime 188afe20f9 Fix issue #1249 2019-09-28 11:20:26 +03:00
gabime 1add9c9a02 Added SPDLOG_WCHAR_FILENAMES options to CMake 2019-09-28 11:19:56 +03:00
Gabi Melman e7d4b99350
Merge pull request #1246 from tcraigtyler/v1.x
Set additional CPACK variables for RPM generator
2019-09-27 21:58:27 +03:00
Craig Tyler 8627721533 Set additional CPACK variables for RPM generator
Sets the following when querying the generated RPM's info:

Group       : System Environment/Libraries
License     : MIT
URL         : https://github.com/gabime/spdlog
Summary     : Fast C++ logging library
Description :
Very fast, header-only/compiled, C++ logging library.
2019-09-27 09:40:09 -07:00
Gabi Melman 6696416107
Update README.md 2019-09-25 10:58:30 +03:00
gabime 453be2e08a clang-format 2019-09-23 12:38:19 +03:00
gabime 83497e4dc9 Update test_stdout_api.cpp 2019-09-23 12:11:12 +03:00
gabime 3806a9c320 Added wchar api tests to windows 2019-09-23 12:06:21 +03:00
Gabi Melman 4da95066a0
Merge pull request #1241 from orbea/fmt
cmake: Only install fmt headers when SPDLOG_FMT_EXTERNAL is not defined.
2019-09-23 10:25:48 +03:00
Gabi Melman ab1105524f
Merge pull request #1238 from orbea/pkgconfig
cmake: Add a new spdlog.pc pkgconfig file.
2019-09-23 10:22:36 +03:00
Gabi Melman d70b743e03
Merge pull request #1240 from Bak-Jin-Hyeong/fix1239
Fix #1239, Remove basic_string_view_t
2019-09-23 10:20:08 +03:00
orbea 920dd078f3 cmake: Only install fmt headers when SPDLOG_FMT_EXTERNAL is not defined. 2019-09-22 23:19:11 -07:00
Bak, Jin Hyeong f8e780b9dd Fix #1239, Remove basic_string_view_t 2019-09-23 14:48:09 +09:00
orbea 588910129c cmake: Add a new spdlog.pc pkgconfig file.
Fixes https://github.com/gabime/spdlog/issues/1237.
2019-09-22 19:04:29 -07:00
gabime e42867f0a8 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x 2019-09-21 18:35:33 +03:00
gabime fe20afac17 clang-format 2019-09-21 18:16:38 +03:00
Gabi Melman 10578ff08c
Update test_mpmc_q.cpp 2019-09-21 15:49:54 +03:00
Gabi Melman 1f0513cf4e
Update .travis.yml 2019-09-21 15:35:22 +03:00
Gabi Melman 647470f3ae
Update .travis.yml 2019-09-21 15:33:03 +03:00
Gabi Melman efd0dbe5c2
Update .travis.yml 2019-09-21 15:30:29 +03:00
Gabi Melman bd2fe64bf1
Update .travis.yml 2019-09-21 15:24:37 +03:00
gabime 7153db954f Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x 2019-09-21 15:14:18 +03:00
gabime 3b425affd3 Fixed missing braces around initializer warnings about std::array initializations 2019-09-21 15:13:50 +03:00
Gabi Melman d5a79ad5d7
Update .travis.yml 2019-09-21 14:46:09 +03:00
Gabi Melman 7951338d27
Update .travis.yml 2019-09-21 14:38:54 +03:00
Gabi Melman 90801267ee
Merge pull request #1234 from jbeich/dragonfly
Unbreak on more BSDs
2019-09-20 20:47:41 +03:00
Jan Beich 8d57823e51 fstat64 is missing on other DragonFly, NetBSD, OpenBSD
Modern operating systems don't need to implement transitional
extensions for large file support.
2019-09-20 13:27:58 +00:00
Gabi Melman 277ccc5e18
Update log_msg_buffer-inl.h 2019-09-20 16:17:48 +03:00
Gabi Melman cff9db5044
Update log_msg_buffer-inl.h 2019-09-20 16:11:40 +03:00
Gabi Melman 216f905670
Fix log msg buffer operator= 2019-09-20 16:11:22 +03:00
Jan Beich 53b2308011 Implement _thread_id() on more Unices 2019-09-20 13:10:27 +00:00
gabime c368500efd Reverted some external template declarations 2019-09-20 02:05:24 +03:00
gabime 2fed68a73b Reverted some external template declarations 2019-09-20 01:52:05 +03:00
gabime e7ab49c973 Added extern tempalate declarations 2019-09-20 01:28:02 +03:00
gabime 5496491aa4 Added extern template declarations 2019-09-20 00:18:36 +03:00
Gabi Melman 53ca5b2870
Update spdlog.cpp 2019-09-19 12:06:53 +03:00
Gabi Melman 6aced26c35
Update spdlog.cpp 2019-09-19 12:06:22 +03:00
Gabi Melman 2331750b58
Update log_msg_buffer.h 2019-09-19 12:02:59 +03:00
Gabi Melman b3fb4c1265
Update log_msg_buffer-inl.h 2019-09-19 12:01:11 +03:00
Gabi Melman 3ad7b9b117
Update log_msg_buffer-inl.h 2019-09-19 12:00:59 +03:00