Gabi Melman
8dd012096a
Update README.md
2021-12-11 16:24:29 +02:00
gabime
f81970191a
Fixed example for custom_type
2021-12-11 16:24:07 +02:00
gabime
b8b16e49a5
Fixed example for custom_type
2021-12-11 16:23:46 +02:00
gabime
2c21d9ecf8
Fixed example for custom_type
2021-12-11 16:23:20 +02:00
gabime
2a45eff693
Fixed example for custom_type
2021-12-11 16:22:51 +02:00
gabime
5bf8728cfa
Fixed example for std_format
2021-12-11 16:22:33 +02:00
semenov_gv
e3e4c4bc95
minor changes added const ref params
2021-12-11 16:09:19 +02:00
Gabi Melman
0c611af552
Merge pull request #2195 from patrickroocks/v1.x-fix-ranges-and-to-hex
...
Fix usage of ranges and to_hex in the same compile unit
2021-12-01 14:02:30 -08:00
Roocks Patrick (MTN PTT / External)
f304ca3daf
code style fixes
2021-12-01 16:37:29 +01:00
Roocks Patrick (MTN PTT / External)
d93cea97ec
Fix usage of ranges and to_hex in the same compile unit
...
When trying to use spdlog/fmt/bin_to_hex.h in the same compile unit as spdlog/fmt/bundled/ranges.h you got a compile error because there was a multiple definitions for iterable classes. This fix renames the begin() and end() getters in dump_info into getBegin()/getEnd() in order to avoid this collision.
Added an example of ranges in example.cpp to show that it actually works (an to_hex example was already there)
2021-12-01 15:37:48 +01:00
Gabi Melman
cabbe65be4
Update README.md
2021-12-01 03:33:26 +02:00
Gabi Melman
8a6b5b9e62
Update README.md
2021-12-01 03:32:08 +02:00
Gabi Melman
c15262c493
Update README.md
2021-12-01 03:29:46 +02:00
Gabi Melman
9a12e4a885
Merge pull request #2194 from rioki/add-default-docu
...
Add example how to replace default logger.
2021-11-28 08:06:28 -08:00
Sean Farrell
f52d526e1e
Add example to replace default logger.
...
Close #2193
2021-11-28 13:55:14 +01:00
Gabi Melman
e1a4b28039
Added fmt license file to bundled fmt folder
2021-11-27 19:35:35 +02:00
Gabi Melman
b3560d1567
Merge pull request #2190 from sylveon/sylveon-patch-1
...
Remove extraneous semicolon
2021-11-25 08:49:33 -08:00
Gabi Melman
c6d144dab9
Merge pull request #1972 from bansan85/v1.x
...
Fix runtime when build with -fsanitize=cfi
2021-11-24 23:43:56 -08:00
Charles Milette
d5c000394d
Remove extraneous semicolon
2021-11-24 19:25:25 -05:00
LE GARREC Vincent
58e2b455fb
Fix build with "-fvisibility=hidden"
2021-11-25 00:42:27 +01:00
Gabi Melman
2ab86a46d0
Merge pull request #2181 from lisr/os_inl_aix_fix
...
fix compiling errors on AIX
2021-11-20 08:45:34 -08:00
lisr
569b851b80
aix - reference to 'thread' is ambiguous, sys/thread.h vs std::thread
2021-11-20 22:48:18 +08:00
lisr
232df72b82
use pthread_getthrds_np for AIX
2021-11-20 09:48:14 +08:00
Gabi Melman
e65efdbbe1
Merge pull request #2182 from Light3039/patch-1
2021-11-18 22:32:04 -08:00
Light
29b41741cb
Fix(tweakme): Typo
...
:(
2021-11-19 09:32:59 +03:30
Light
17f21df441
Fix(tweakme): SPDLOG_FUNCTION
...
- Uncommenting SPDLOG_FUNCTION will make MSVC fail to compile:
__PRETTY_FUNCTION__ is shown in intellisense but it's not available at compile time
https://stackoverflow.com/questions/48857887/pretty-function-in-visual-c
2021-11-19 09:30:22 +03:30
Gabi Melman
94d2a84995
Merge pull request #2179 from ibmibmibm/fix-old-style-cast
...
Avoid c-style casting
2021-11-18 20:13:03 -08:00
lisr
aac187d3a0
fix aix compile error
2021-11-19 10:55:43 +08:00
Shen-Ta Hsieh
8d46977060
Avoid c-style casting
2021-11-19 09:58:29 +08:00
Gabi Melman
ca1eaedf7b
Update test_daily_logger.cpp
2021-11-17 04:45:49 +02:00
Gabi Melman
8bd5f4f883
Update test_daily_logger.cpp
2021-11-17 01:04:27 +02:00
gabime
dc030ec53c
clang-format
2021-11-16 23:44:35 +02:00
gabime
1756c5d37f
Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
2021-11-16 23:42:20 +02:00
gabime
2b4e07dd91
Fixed wchar support for std::format
2021-11-16 23:42:06 +02:00
Gabi Melman
0df2582674
Update appveyor.yml
2021-11-16 23:21:11 +02:00
Gabi Melman
24e47efae0
fix gcc 4.8 compile warning
2021-11-16 22:48:02 +02:00
Gabi Melman
10b640d773
Update example.cpp
2021-11-16 22:37:43 +02:00
Gabi Melman
ff80d10820
Merge pull request #2170 from sylveon/std-format
...
Support C++20 std::format as an alternative to fmtlib
2021-11-16 22:11:07 +02:00
Charles Milette
126a9fb261
Merge branch 'v1.x' of https://github.com/gabime/spdlog into std-format
2021-11-16 11:30:23 -05:00
Charles Milette
4001032858
Add attribution, return to previous code for daily_filename_format_calculator with fmtlib
2021-11-16 11:22:30 -05:00
Charles Milette
ad779e4865
Attempt to solve ambiguous symbol on older MSVC
2021-11-16 10:10:02 -05:00
Charles Milette
701ef17227
Move strftime to daily_filename_format_calculator
2021-11-16 10:05:35 -05:00
Charles Milette
5d6af189f1
Use target.capacity() even with std::string
2021-11-16 09:59:48 -05:00
gabime
518bf36aa9
removed redundant intialization
2021-11-16 16:44:47 +02:00
gabime
5b7dfefc7e
rename file_event_handlers_t to file_event_handlers
2021-11-16 16:41:04 +02:00
Charles Milette
484bf07379
Fix test_fmt_helper
2021-11-15 18:34:40 -05:00
Charles Milette
0ded003703
Fix wchar_t overloads and dump_info formatter
2021-11-15 16:52:31 -05:00
Charless Milette
95aa159bdd
Fix daily_filename_format_calculator (hopefully)
2021-11-15 15:50:16 -05:00
Charless Milette
ba120e524b
Add unit test for daily_filename_format_calculator
2021-11-15 15:46:22 -05:00
Charless Milette
a6945d046f
Fix use of Char
2021-11-15 15:30:30 -05:00