gabime
d14b8a9ad6
Merge branch 'hexdump' of https://github.com/ngugcx/spdlog into ngugcx-hexdump
2020-03-15 16:27:58 +02:00
ngugcx
0f87ba6c93
fix a test case error.
2020-03-15 20:21:58 +08: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
8e19a267bd
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
2020-03-13 01:01:28 +02:00
Gabi Melman
3b55709e7f
tcp_sink windows impl
2020-03-13 01:01:19 +02:00
gabime
f78bca4ad8
Removed junk files
2020-03-12 16:09:34 +02:00
Gabi Melman
713feca582
Update CMakeLists.txt
2020-03-12 14:46:49 +02:00
Gabi Melman
26c20ed91d
Update CMakeLists.txt
2020-03-12 14:46:01 +02:00
Gabi Melman
e399249f31
Update CMakeLists.txt
2020-03-12 14:45:01 +02:00
Gabi Melman
b4a1b4b59a
Updated verion.rc and CMakeLists.txt for dll build
2020-03-12 14:35:30 +02:00
Gabi Melman
b309a88bea
Update utils.cmake
2020-03-12 14:29:39 +02:00
Gabi Melman
e88bee49a6
Added version info to dll build
2020-03-12 14:29:23 +02:00
Gabi Melman
ec12770693
Merge pull request #1467 from vejmartin/v1.x
...
Add shared library support for Windows
2020-03-11 13:31:39 +02:00
Martin Vejdarski
5b3a18319e
fix SPDLOG_BUILD_SHARED cmake option
2020-03-11 03:05:44 +07:00
Martin Vejdarski
3b73278348
fix shared lib issues with bundled fmt
2020-03-11 00:39:42 +07: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
gabime
54be9bd8b9
Use brackets to include spdlog in srcs
2020-03-06 15:51:07 +02:00
Gabi Melman
06d0299639
version 1.6.0 rc
2020-03-06 15:37:50 +02:00
Gabi Melman
84851e230f
Update README.md
2020-03-06 15:33:24 +02:00
Gabi Melman
52aed9e0de
Update README.md
2020-03-06 15:32:51 +02:00
Gabi Melman
ead9a550fd
Update README.md
2020-03-06 15:32:23 +02:00
Gabi Melman
cf80b492a3
Update README.md
2020-03-06 15:31:38 +02:00
gabime
69f3d2678e
Updated readme.
2020-03-06 15:30:14 +02:00
gabime
8038bc2fc8
Update example
2020-03-06 15:21:21 +02:00
gabime
f20b12cf3f
Update example
2020-03-06 15:16:48 +02:00
gabime
c8bd53509c
Update example
2020-03-06 15:15:59 +02:00
gabime
006124d816
Update example
2020-03-06 15:15:10 +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
6095db951b
Update README.md
2020-03-04 14:12:56 +02:00
gabime
817d2764b6
Fix bench tidy warning
2020-03-03 23:53:28 +02:00
Gabi Melman
62189602cb
Update README.md
2020-03-03 09:51:56 +02:00
Gabi Melman
0120dcc787
Update logger-inl.h
2020-02-29 13:20:26 +02:00
Gabi Melman
6bfc0ec3a7
Merge pull request #1457 from Ruffel/fix-clang-tidy-warning
...
Resolve erroneous clang-tidy warning about using a moved from pointer
2020-02-29 13:16:49 +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