- 04 Dec, 2021 13 commits
-
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-
semenov_gv authored
-
Gabi Melman authored
-
https://github.com/gabime/spdloggabime authored
-
- 01 Dec, 2021 6 commits
-
-
Gabi Melman authored
Fix usage of ranges and to_hex in the same compile unit
-
Roocks Patrick (MTN PTT / External) authored
-
Roocks Patrick (MTN PTT / External) authored
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)
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 28 Nov, 2021 2 commits
-
-
Gabi Melman authored
Add example how to replace default logger.
-
Sean Farrell authored
Close #2193
-
- 27 Nov, 2021 1 commit
-
-
Gabi Melman authored
-
- 25 Nov, 2021 3 commits
-
-
Gabi Melman authored
Remove extraneous semicolon
-
Gabi Melman authored
Fix runtime when build with -fsanitize=cfi
-
Charles Milette authored
-
- 24 Nov, 2021 1 commit
-
-
LE GARREC Vincent authored
-
- 20 Nov, 2021 3 commits
-
-
Gabi Melman authored
fix compiling errors on AIX
-
lisr authored
-
lisr authored
-
- 19 Nov, 2021 6 commits
-
-
Gabi Melman authored
-
Light authored
:(
-
Light authored
- 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
-
Gabi Melman authored
Avoid c-style casting
-
lisr authored
-
Shen-Ta Hsieh authored
-
- 17 Nov, 2021 1 commit
-
-
Gabi Melman authored
-
- 16 Nov, 2021 4 commits
-
-
Gabi Melman authored
-
gabime authored
-
https://github.com/gabime/spdloggabime authored
-
gabime authored
-