Commit Graph

  • 5d4956d34b
    Set default value to registry::err_handler_ Jakub Neruda 2021-02-17 14:02:20 +0100
  • 42c5eb59c9
    Update wincolor_sink-inl.h Gabi Melman 2021-02-14 01:49:29 +0200
  • 09cc6e7754 Simplify wincolor_sink::set_foreground_color_ Gabi Melman 2021-02-14 01:02:15 +0200
  • 4a5bc41e89 Validate range in wincolor_sink::print_range_ Gabi Melman 2021-02-14 00:20:44 +0200
  • 0ade18828d Remove switch statement from wincolor_sink::set_color_mode_impl Gabi Melman 2021-02-13 23:53:36 +0200
  • 91046e6ca4 Simplify wincolor sink color mode management Gabi Melman 2021-02-13 20:59:10 +0200
  • 17e1ba8ae2 simplifiy and mutex protect set_color_mode in wincolor sink Gabi Melman 2021-02-13 20:16:15 +0200
  • c47c854f15 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x Gabi Melman 2021-02-13 20:06:51 +0200
  • e931866b35 Removed public color constants from wincolor sink and intensify red and yellow Gabi Melman 2021-02-13 20:06:40 +0200
  • 7828a065bf
    Update stdout_sinks-inl.h Gabi Melman 2021-02-13 17:45:00 +0200
  • 3e689e700e Handle return values of win32 color functions in wincolor sink Gabi Melman 2021-02-13 17:26:55 +0200
  • a9964afcf7 Don't throw wincolor redirection failed, to be consistent with the non-redirect behaviour Gabi Melman 2021-02-13 16:58:04 +0200
  • 95c19876c6 Skip log in wincolor sink if out_handle_ is null Gabi Melman 2021-02-13 16:55:40 +0200
  • 5efccfa5e2 Fix #1828 Gabi Melman 2021-02-13 16:11:07 +0200
  • 89e737a258 Handle invalid handle in wincolor sink Gabi Melman 2021-02-13 15:00:35 +0200
  • 8fbc853b0d
    Merge pull request #1829 from prateek9623/fix-prevent-msvc-warning-in-cuda Gabi Melman 2021-02-12 10:57:33 +0200
  • 2e008b319c Fix: prevents MSVC warning flags to propagate in CUDA Prateek Chokse 2021-02-12 14:13:51 +0530
  • ff6e3c95f2
    Merge pull request #1819 from NukeULater/v1.x Gabi Melman 2021-02-06 11:32:14 +0200
  • 7e9385405f better numeric_limits<>::max/min fix when using SPDLOG_WCHAR_TO_UTF8_SUPPORT Unknown 2021-02-05 22:58:32 +0200
  • 592ea36a86
    Fix #1811 Gabi Melman 2021-01-21 21:12:42 +0200
  • e059ebf99d
    Merge pull request #1807 from ChristianPanov/patch-1 Gabi Melman 2021-01-21 03:02:26 +0200
  • 609480ed78
    Merge pull request #1798 from gv-me/constexpr-log-levels Gabi Melman 2021-01-21 03:00:49 +0200
  • 4271185936
    Merge pull request #1805 from sillykelvin/patch-1 Gabi Melman 2021-01-21 02:56:53 +0200
  • aacae62591
    Initializer list style consistency Christian Panov 2021-01-20 20:11:34 +0200
  • 47cbf3828d
    fix compiling error and typo Kelvin Hu 2021-01-19 22:03:47 +0800
  • 46d418164d
    Merge pull request #1787 from sylveon/windows-separator-filenames Gabi Melman 2021-01-12 00:29:08 +0200
  • ede8d84884 fix constexpr declaration for c++11 Gaurav Vaidya 2021-01-11 11:25:27 +0100
  • 53d223b45f add constexpr to SPDLOG_LEVEL_NAMES declaration Gaurav Vaidya 2021-01-11 11:15:29 +0100
  • ac35dd5a6f
    Prevent integer overflows in wstr_to_utf8buf and utf8_to_wstrbuf Charles Milette 2021-01-10 18:26:24 -0500
  • 9e19012cb0
    Remove filename_memory_buf_t from headers Charles Milette 2021-01-10 18:19:28 -0500
  • 1234cda3b3
    Don't build the example with wide filenames Charles Milette 2021-01-10 18:19:00 -0500
  • 710a0e3a45
    Merge pull request #1795 from graydon/truncate-but-still-append Gabi Melman 2021-01-09 12:20:26 +0200
  • b7f24b2456
    Open files with "ab" mode even if truncating. Graydon Hoare 2021-01-09 00:35:32 -0800
  • fc594b551a
    Prevent win_eventlog_sink from silently discarding errors when wide support is enabled Charles Milette 2021-01-06 22:17:09 -0500
  • f39ccccc0c
    Fix linker error Charles Milette 2021-01-06 21:52:59 -0500
  • f0a4ddd78b
    Fix character issues in test_errors.cpp Charles Milette 2021-01-06 20:00:59 -0500
  • c691769e46
    Fix other build errors and unit tests Charles Milette 2021-01-06 19:39:47 -0500
  • 19dc30567e
    Fix build errors Charles Milette 2021-01-06 18:55:57 -0500
  • a453bccff0
    Better support for / separators on Windows, improve wchar filename coverage Charles Milette 2021-01-06 03:55:46 -0500
  • aa2053a575
    Merge pull request #1774 from Ryan-rsm-McKenzie/v1.x Gabi Melman 2020-12-27 14:19:08 +0200
  • 3d8f71c4d2 skip module mode when finding fmt ryan-rsm-mckenzie 2020-12-27 01:37:12 -0800
  • 6aaaabbc4d
    Merge pull request #1773 from Ryan-rsm-McKenzie/v1.x Gabi Melman 2020-12-27 11:17:30 +0200
  • 42c36f48ed ensure SPDLOG_FMT_EXTERNAL is honored throughout whole codebase ryan-rsm-mckenzie 2020-12-27 00:47:57 -0800
  • a5f4139102
    Merge pull request #1771 from Ryan-rsm-McKenzie/v1.x Gabi Melman 2020-12-26 15:23:37 +0200
  • 030d85a9b3 ensure stdout color sinks do not leak windows headers with SPDLOG_COMPILED_LIB ryan-rsm-mckenzie 2020-12-26 03:45:12 -0800
  • adcfb7fb55
    Merge pull request #1768 from dominicpoeschko/colorterminal_detection Gabi Melman 2020-12-20 03:01:42 +0200
  • cec365888a Added check for COLORTERM environment variable to detect if terminal supports color. Added alacritty to supported color terminals. dominic 2020-12-19 23:22:31 +0100
  • 55bfa8dd11
    Merge pull request #1766 from shimaowo/v1.x Gabi Melman 2020-12-19 07:40:39 +0200
  • e99759fe45 Fix #1765 - Add SPDLOG_DISABLE_DEFAULT_LOGGER as a cmake option shimaowo 2020-12-18 14:31:34 -0800
  • 17c6e6ee3f
    Merge pull request #1760 from iko1/v1.x Gabi Melman 2020-12-16 11:41:44 +0200
  • 7fff900a1a Fix error message in exception Amir Alperin 2020-12-16 06:57:24 +0200
  • c67974e4c8 replace deprected wchar string conversion Amir Alperin 2020-12-16 01:14:55 +0200
  • a36696e02e
    Merge pull request #1763 from BVonk/v1.x Gabi Melman 2020-12-16 01:11:51 +0200
  • 9b80ca6c41
    Add files via upload BVonk 2020-12-15 17:21:09 +0100
  • 22f514aabf restore ident format Amir Alperin 2020-12-13 23:11:25 +0200
  • 211478e13e convert message back to wchar Amir Alperin 2020-12-13 10:45:55 +0200
  • 5e33a7e58b fix compilation errors Amir Alperin 2020-12-13 10:11:00 +0200
  • b2e31721e8 Update example gabime 2020-12-11 16:58:49 +0200
  • de0dbfa359 version 1.8.2 gabime 2020-12-11 16:40:52 +0200
  • f93459579f version 1.9.0 gabime 2020-12-11 16:37:37 +0200
  • 2b81c40b90 Bump fmt to version 7.1.3 gabime 2020-12-11 16:32:39 +0200
  • 233e97c5e4
    Merge pull request #1749 from bluescarni/pr/async_test_fix Gabi Melman 2020-11-26 11:03:46 +0200
  • fc1ce48dc7 Increase sleep time on a test case to avoid spurious failures. Francesco Biscani 2020-11-26 09:45:39 +0100
  • fd5562eebe
    Merge pull request #1744 from ArnaudBienner/ArnaudBienner-readme-patch Gabi Melman 2020-11-23 02:01:34 +0200
  • 0695d9cb5f
    📝 README example: Add {:a} format flag to bin_to_hex example ArnaudBienner 2020-11-22 20:54:28 +0100
  • 456b24134d
    Merge pull request #1742 from jwittbrodt/v1.x Gabi Melman 2020-11-20 18:13:49 +0200
  • f8ba24afee add missing <algorithm> include Jonas Wittbrodt 2020-11-19 14:09:33 +0100
  • eebb921c9f
    Merge pull request #1735 from o2gy84/v1.x Gabi Melman 2020-11-13 12:59:52 +0200
  • e17ee87f38 Ability to get size of messages queue of async thread pool Могилин Виктор 2020-11-13 13:12:32 +0300
  • 18e3f07f7d
    Fix #1710 Gabi Melman 2020-11-05 18:27:31 +0200
  • 9ce39a470f
    Merge pull request #1726 from dkavolis/v1.x Gabi Melman 2020-11-02 04:02:38 +0200
  • 23572369fc Perfect forwarding for arguments dkavolis 2020-11-02 00:37:03 +0000
  • 01b350de96
    Merge pull request #1712 from ChristofKaufmann/deb-package Gabi Melman 2020-10-20 22:23:45 +0300
  • 365e470a32 Add CPack debian package settings Christof Kaufmann 2020-10-20 19:57:56 +0200
  • a42b40656c
    Merge pull request #1711 from ChristofKaufmann/fix-typo Gabi Melman 2020-10-20 10:00:43 +0300
  • 40160f2a57 Fix typo in comment Christof Kaufmann 2020-10-20 02:49:09 +0200
  • 90b33b1552
    Merge pull request #1709 from kitattyor/v1.x Gabi Melman 2020-10-17 17:56:59 +0300
  • 5567ed01e5 Download googlebenchmark if not found; requires cmake 3.11 kitattyor 2020-10-17 20:59:04 +0800
  • cbe9448650 version 1.8.1 gabime 2020-09-30 17:30:06 +0300
  • 5b345534dc Minor change in ifdef for clarity gabime 2020-09-30 17:29:44 +0300
  • c8dc318fb3
    Update logger-inl.h Gabi Melman 2020-09-29 02:23:03 +0300
  • 23cb1a1080
    Update logger-inl.h Gabi Melman 2020-09-29 02:20:43 +0300
  • 21cf8d7d3c
    Merge pull request #1685 from eddelbuettel/feature/r_use_of_reprintf Gabi Melman 2020-09-29 02:18:35 +0300
  • 3cf4d34094 let R header defines switch to REprintf over fprintf(stdderr) Dirk Eddelbuettel 2020-09-28 16:55:01 -0500
  • 16d78ae5db
    Update stdout_sinks-inl.h Gabi Melman 2020-09-28 17:08:13 +0300
  • 62b4b7af83 Fix #1667 gabime 2020-09-28 13:39:31 +0300
  • 9799ecac6a
    Remove redundant size check before calling WriteFile Gabi Melman 2020-09-27 21:27:58 +0300
  • dccb766095 Fix warning about enum usage Gabi Melman 2020-09-27 19:08:24 +0300
  • c97983a91c Fix linux build gabime 2020-09-27 18:42:27 +0300
  • 680fb07fd5 Updatd WriteFile usage gabime 2020-09-27 18:34:01 +0300
  • cfd0ea197c Simplify WriteFile() usage under windows gabime 2020-09-27 18:32:08 +0300
  • 48d4ed9bc0 Fix #1675 gabime 2020-09-27 18:27:41 +0300
  • 3bed78356e Added cfg tests gabime 2020-09-27 02:10:52 +0300
  • 8923922f30 Cleaned level loading from env var gabime 2020-09-27 02:08:24 +0300
  • 7542e42e4f removed extra parentheses gabime 2020-09-27 01:05:55 +0300
  • 7a9b23e4f4
    Update registry-inl.h Gabi Melman 2020-09-26 16:09:43 +0300
  • 47253ba2a1 Updated comment gabime 2020-09-26 15:56:57 +0300
  • 69b54dd9e4 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x gabime 2020-09-26 15:49:21 +0300
  • 36138617fc small readablilty update in registry gabime 2020-09-26 15:36:57 +0300
  • 231ca50700 clang-format gabime 2020-09-26 15:34:05 +0300