gabime
|
e35414a0f1
|
Removed redundant casts to string_view
|
2018-10-30 01:23:17 +02:00 |
|
gabime
|
240a58fd6e
|
Fixed issue #881
|
2018-10-24 08:47:02 +03:00 |
|
gabime
|
99e23b41eb
|
use static_cast<string_view> instead of ctor in logger impl
|
2018-10-22 00:47:51 +03:00 |
|
gabime
|
392d126372
|
Renamed string_view_type -> string_view_t
|
2018-10-21 23:50:07 +03:00 |
|
gabime
|
1bdd556d3b
|
code formatting
|
2018-10-21 23:23:40 +03:00 |
|
gabime
|
9daad800a8
|
Fix mingw compilation
|
2018-10-21 19:26:11 +03:00 |
|
gabime
|
8d2c956563
|
Optimize log(const T&) if can be statically converted to string_view
|
2018-10-21 19:04:55 +03:00 |
|
gabime
|
4e3e80109a
|
Code formatting
|
2018-10-19 17:12:35 +03:00 |
|
gabime
|
c2a9bf9974
|
Small refactoring and support wchar again
|
2018-10-19 16:48:22 +03:00 |
|
gabime
|
6355e9895d
|
Major change to log_msg - contain only string_view instead of buffer
|
2018-10-19 02:15:50 +03:00 |
|
Jerome Meyer
|
cb71fea0f6
|
Use fmt::string_view when logging a C string to avoid unnecessary copy
|
2018-10-18 11:04:20 -04:00 |
|
gabime
|
36112371c0
|
Reverted const qualifier to log_msg& args, fixed issue #849, and added counter tests
|
2018-10-05 14:23:37 +03:00 |
|
gabime
|
2fa538779f
|
Fixed static_assert
|
2018-10-04 02:20:47 +03:00 |
|
gabime
|
b7a6659451
|
code formatting
|
2018-10-04 02:10:46 +03:00 |
|
gabime
|
102c31a04c
|
Accecpt iterators by value in logger ctor insted of ref
|
2018-10-04 02:06:39 +03:00 |
|
gabime
|
10000c383a
|
Better error message if WideCharToMultiByte fails
|
2018-10-03 00:26:58 +03:00 |
|
gabime
|
8b42b7d269
|
Fix support for wchar to utf8 under windows (fix issue #851 and #764)
|
2018-10-02 18:27:49 +03:00 |
|
gabime
|
a06d32ae19
|
Fixed clang-tidy warnings
|
2018-09-27 01:14:35 +03:00 |
|
gabime
|
e8dae26176
|
Moved spdlog::make_unique to spdlog::details::make_unique and prevent T to be array
|
2018-09-26 23:48:36 +03:00 |
|
gabime
|
e3a66473b2
|
Small cleanup in set_formatter
|
2018-09-26 15:53:54 +03:00 |
|
Maciej Gajewski
|
c4de214cea
|
Pessimizing move removed
|
2018-08-29 17:21:38 +02:00 |
|
gabime
|
5d7845c138
|
Added "clone()" support to loggers
|
2018-08-25 17:55:31 +03:00 |
|
gabime
|
91d8869f36
|
Added "clone()" support to loggers
|
2018-08-25 17:35:20 +03:00 |
|
gabime
|
d3c1ad29a0
|
Optimize logging for const char* messages
|
2018-08-20 12:43:31 +03:00 |
|
gabime
|
33329c80a9
|
code formatting
|
2018-07-23 00:13:52 +03:00 |
|
gabime
|
693103af9c
|
support set_formatter in spdlog.h
|
2018-07-22 21:52:46 +03:00 |
|
gabime
|
9e4925eff0
|
clang format
|
2018-07-21 23:48:07 +03:00 |
|
gabime
|
ddb3002bc1
|
Added non const sinks() function to support addition/removal of sinks from existing logger
|
2018-07-20 12:49:30 +01:00 |
|
gabime
|
9df2bd256e
|
Changed some functions to accept strings instead of ref to strings for better semantics
|
2018-07-19 14:54:26 +03:00 |
|
gabime
|
c2a49080aa
|
Refactored sink interface and base_sink
|
2018-07-14 16:21:53 +03:00 |
|
gabime
|
16ee72da7c
|
clang format
|
2018-07-10 23:53:00 +03:00 |
|
gabime
|
81f29a9a7a
|
Fixed wchar support in messages
|
2018-07-10 17:01:49 +03:00 |
|
gabime
|
4f1ce9189f
|
Fixed issue #747
|
2018-07-07 16:40:29 +03:00 |
|
gabime
|
775e410b00
|
Fixed issue #747
|
2018-07-07 16:29:05 +03:00 |
|
gabime
|
c9331594bb
|
Renamed file to pattern_forammter.h and fixed utc support
|
2018-07-07 16:15:17 +03:00 |
|
gabime
|
0c19bdd772
|
pattern per sink and pattern caching
|
2018-06-24 01:32:39 +03:00 |
|
gabime
|
cdbf2e361b
|
Upgrade to fmt 5.x
|
2018-06-12 18:48:22 +03:00 |
|
gabime
|
a21594bec7
|
move underscores to the end of private members
|
2018-06-10 22:59:17 +03:00 |
|
gabime
|
0d7a1d1ef9
|
format
|
2018-05-26 18:48:39 +03:00 |
|
gabime
|
8901cbffe0
|
added catch macro and fixed some tests
|
2018-05-24 00:18:55 +03:00 |
|
gabime
|
cf63bcb808
|
catch exceptions during flush and cal handler
|
2018-05-22 21:59:14 +03:00 |
|
gabime
|
3c7103d90d
|
Format
|
2018-04-29 01:36:45 +03:00 |
|
gabime
|
78ea362e27
|
Don't rethrow after catch(...)
|
2018-04-28 23:30:35 +03:00 |
|
gabime
|
c962c88342
|
Fixed linux port of v1.x
|
2018-04-20 13:20:19 +03:00 |
|
gabime
|
6f4cd8d397
|
thread_pool and refactoring async
|
2018-04-14 03:34:57 +03:00 |
|
gabime
|
200815892f
|
Fix clang-tidy warnings about missing braces around if and for statements
|
2018-03-17 13:42:09 +02:00 |
|
gabime
|
4445f6f869
|
formatting
|
2018-03-16 17:35:56 +02:00 |
|
gabime
|
5afb5dc782
|
Changed clang formatting for templates
|
2018-03-16 17:13:50 +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 |
|