Gabi Melman
dd38e096b2
Fix issue #1486
2020-03-24 02:15:14 +02:00
Denis Blank
61408a0f29
Fix a build issue when SPDLOG_PREVENT_CHILD_FD is defined
...
* Ref 033fe9f133
2020-03-23 22:16:25 +01:00
Gabi Melman
da3f3da92c
Update win_eventlog_sink.h
2020-03-22 02:30:15 +02:00
gabime
f0c35819bd
Removed unneeded nullptr check
2020-03-22 02:17:48 +02:00
gabime
ff616002cf
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
2020-03-22 01:09:16 +02:00
gabime
e1c79869b6
Replaced more SPDLOG_THROW with throw_spdlog_ex
2020-03-22 01:09:08 +02:00
Gabi Melman
bd43403f5a
Update fwd.h
2020-03-22 00:54:23 +02:00
gabime
d3997cc4d1
Fix #1481
2020-03-22 00:50:22 +02:00
gabime
5b0b8579b2
Fix #1485 by removing SPDLOG_NO_NAME option
2020-03-22 00:30:01 +02:00
gabime
c927de137c
clang-format
2020-03-22 00:16:27 +02:00
gabime
eb23d505f8
resolve issue #1483
2020-03-22 00:09:56 +02:00
Gabi Melman
3b87eb3d08
Moved throw to dedicated function throw_spdlog_ex
2020-03-21 23:25:12 +02:00
gabime
0a5ada6411
clang-format
2020-03-21 15:25:26 +02:00
gabime
963f8d3485
Fixed tests
2020-03-21 15:25:05 +02:00
Gabi Melman
60a8c5f1c9
Added padding support and set_pattern to custom_flags
2020-03-21 15:03:41 +02:00
Gabi Melman
752d5685dc
Moved pattern formatter from spdlog/details to spdlog/
2020-03-21 13:33:04 +02:00
Gabi Melman
c6c517431f
wip custom formatter flags
2020-03-20 16:09:30 +02:00
gabime
d1819f5f76
clang-format
2020-03-15 18:51:52 +02:00
gabime
19c7e63858
Added final keywords to pattern_formatter classes
2020-03-15 18:46:10 +02:00
gabime
643426e2b2
Small refactor
2020-03-15 17:20:02 +02:00
gabime
f31a834613
clang-format
2020-03-15 17:16:28 +02:00
gabime
683080be53
Fix clang-tidy warning
2020-03-15 17:14:52 +02:00
gabime
d14b8a9ad6
Merge branch 'hexdump' of https://github.com/ngugcx/spdlog into ngugcx-hexdump
2020-03-15 16:27:58 +02:00
ngugcx
02bfa0898c
Do not fill blanks to align if there is only one line.
2020-03-15 20:09:28 +08:00
ngugcx
f5313f92f1
Enhance to_hex like the unix command hexdump.
2020-03-15 12:01:31 +08:00
Gabi Melman
e41a258b93
Update tcp_sink.h
2020-03-13 01:38:10 +02:00
Gabi Melman
ffa85cda1a
Update tcp_sink.h
2020-03-13 01:36:33 +02:00
Gabi Melman
0123d41647
Update tcp_sink.h
2020-03-13 01:36:03 +02:00
Gabi Melman
2b0481deed
Always use SOCK_CLOEXEC in tcp client
2020-03-13 01:18:27 +02:00
Gabi Melman
1389f86675
Update tcp_client.h
2020-03-13 01:17:12 +02:00
Gabi Melman
cf6bb88af2
Update tcp_client-windows.h
2020-03-13 01:12:05 +02:00
Gabi Melman
3b55709e7f
tcp_sink windows impl
2020-03-13 01:01:19 +02:00
Martin Vejdarski
0ca2cb625e
Add shared library support for Windows
2020-03-10 03:14:36 +07:00
Gabi Melman
67561f97ec
Update argv.h
2020-03-06 16:27:08 +02:00
Gabi Melman
b667bae65d
Update argv.h
2020-03-06 16:26:11 +02:00
Gabi Melman
06d0299639
version 1.6.0 rc
2020-03-06 15:37:50 +02:00
gabime
efd73ac956
Merge remote-tracking branch 'origin/v1.x' into conf-env3
2020-03-06 15:10:24 +02:00
gabime
b7d7334451
Renamed level loaders
2020-03-06 15:09:46 +02:00
gabime
8284865f9a
Fix tidy warning
2020-03-04 16:21:07 +02:00
gabime
1f8b04cbd1
Fix tidy warning
2020-03-04 16:09:04 +02:00
gabime
b3402a0b9f
Fix tidy warning
2020-03-04 16:08:35 +02:00
gabime
4037959945
Fix tidy warning
2020-03-04 15:59:45 +02:00
gabime
d7313a3274
Fix tidy warning
2020-03-04 15:52:42 +02:00
gabime
8302086942
Fixed tcp_client
2020-03-04 15:40:04 +02:00
Gabi Melman
0120dcc787
Update logger-inl.h
2020-02-29 13:20:26 +02:00
Steven Cartmell
f999d879d5
fix: Break from loop on last iteration to resolve clang-tidy warning
...
The clang-tidy warning `clang-analyzer-cplusplus.Move` warns when a
moved from object is deferenced. This is triggered in spdlog because
clang-tidy fails to detect that the `logger:set_formatter` will only
move the unique_ptr on the last iteration of the loop, assuming that
`f->clone` may be called on it afterwards.
To fix, add a break statement after moving the pointer (on the last
iteration) to let clang-tidy know the logger pointer is not used after
this point.
2020-02-28 21:09:31 +00:00
gabime
e696978d11
Renamed function name
2020-02-26 18:47:51 +02:00
gabime
fbf2e942a9
Allow "err" when converting string to level
2020-02-26 18:33:49 +02:00
gabime
c10be7eaec
merge with v1.x
2020-02-26 18:13:13 +02:00
gabime
05ecad4263
Use windows_include in os-inl.h
2020-02-26 18:10:47 +02:00