Commit Graph

152 Commits

Author SHA1 Message Date
Bak, Jin Hyeong f8e780b9dd Fix #1239, Remove basic_string_view_t 2019-09-23 14:48:09 +09:00
gabime 494cc8bace Implemented daily sink rotation #661 2019-09-15 18:34:29 +03:00
gabime f5492aed12 Unified usage of fmt::memory_buffer across the codebase 2019-08-28 18:46:09 +03:00
Charles Milette f529afa625
Use stack allocated space when possible 2019-06-30 21:34:19 -04:00
Charles Milette 3bcd3cef2f
Fix deprecation warnings in filename_to_str 2019-06-30 19:12:16 -04:00
gabime bcfa9241b8 Updated copyright headers 2019-06-04 00:09:16 +03:00
gabime 6bcb422c80 clang format and SPLDOG_HEADER_ONLY macro 2019-05-12 00:22:39 +03:00
gabime 46ef71e3ec Normalized copyright message 2019-05-11 20:06:17 +03:00
gabime 9564eb2edb Moved cpp files to inl.h 2019-05-11 13:19:53 +03:00
Gabi Melman 14381fe8d0
Update os.h 2019-05-11 03:05:22 +03:00
gabime 5d0eb6dda5 wip static-lib 2019-05-08 17:16:56 +03:00
gabime 69fcaf14e5 wip static-lib 2019-04-27 18:44:48 +03:00
gabime c1c2ff2d07 wip 2019-04-27 02:33:33 +03:00
gabime 2aceb13f3e fix support for utf8 logging under win32 2019-04-05 23:34:55 +03:00
gabime 156b856a80 static lib wip 2019-04-05 16:57:49 +03:00
gabime e2e3df9013 static lib wip 2019-04-05 16:44:17 +03:00
Adi Lester 247c4e55e7
Update os.h 2018-11-27 14:39:41 +02:00
Adi Lester 26d7c27bee
Use _filelengthi64 instead of _fstat64 to calculate file size on x64 machines
For some reason, `_fstat64` fails with errno 22 on Windows Server 2003 x64 when compiled using the `v141_xp` toolset.
Using `_filelengthi64` instead solves this issue
2018-11-27 14:16:25 +02:00
gabime 50648553cf clang-format 2018-11-21 16:02:02 +02:00
gabime 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS 2018-11-15 16:42:42 +02:00
gabime b368d18b0f Added default logger API 2018-10-12 03:04:55 +03:00
gabime f4c5c5a367 Replaced noexcept with SPDLOG_NOEXCEPT 2018-10-10 01:01:37 +03:00
gabime d0beac70bd Removed dead code from os.h 2018-10-10 00:29:34 +03:00
gabime cbf66ac653 Removed dead code from os.h 2018-10-10 00:29:21 +03:00
gabime 98f9cb8c1f Added noexcept to most of details::os functions 2018-10-10 00:26:52 +03:00
eruiz 39492436ec WIN32: Don't deny access to file sinks from other processes 2018-08-23 12:20:26 -03:00
gabime 9e4925eff0 clang format 2018-07-21 23:48:07 +03:00
gabime 38b3ecb02e use fmt::safe_strerror 2018-06-01 17:07:39 +03:00
gabime 4ec17f1a1a Normalized spdlog include paths 2018-04-29 01:43:42 +03:00
gabime c962c88342 Fixed linux port of v1.x 2018-04-20 13:20:19 +03:00
gabime 9bffa921ae global mutex stdout stderr sinks 2018-04-16 01:07:22 +03:00
gabime 3fdc7996db code formatting 2018-04-09 15:14:13 +03:00
Gabi Melman b416685d6f
Fix gcc warning on stat (32 bits) 2018-04-09 02:06:33 +03:00
gabime c8610d9a86 support for color formatting 2018-04-06 02:24:07 +03:00
gabime 93d41b2c0e fixed gcc warning about struct stat 2018-03-22 20:35:49 +02:00
gabime 18c99682a8 fixed clang warning about uninitialized values 2018-03-17 14:08:10 +02:00
gabime 200815892f Fix clang-tidy warnings about missing braces around if and for statements 2018-03-17 13:42:09 +02:00
gabime 56e4a201ec formatting 2018-03-17 12:47:46 +02:00
gabime a2653d409f clang-format 2018-03-09 15:26:33 +02:00
gabime 84d3c90b93 Fixed g++ 4.9 warnings after the clang-tidy fixes 2018-02-28 00:11:50 +02:00
Daniel Chabrowski de642b6263 astyle applied 2018-02-25 12:41:18 +01:00
Daniel Chabrowski 17caf77784 google-build-namespaces 2018-02-25 12:12:34 +01:00
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format 2018-02-25 03:35:20 +01:00
Daniel Chabrowski e5bbe57f01 cppcoreguidelines-pro-type-member 2018-02-25 01:15:35 +01:00
Daniel Chabrowski d5a3bb5234 readability-else-after-return 2018-02-25 00:24:47 +01:00
Daniel Chabrowski 9ebb9ff318 readability-implicit-bool-cast 2018-02-25 00:16:18 +01:00
gabime abc0d43995 astyle 2018-02-23 18:33:03 +02:00
gabime 80163dc6c1 Better support for WinRT 2018-02-23 18:16:43 +02:00
Emad William Farag 55680db160 Support for custom EOL per formatter 2018-02-05 21:51:01 -05:00
gabime 5372d58adc comment 2018-01-12 14:09:07 +02:00