- 12 Dec, 2021 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
- 11 Dec, 2021 31 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Philippe Serreault authored
-
Philippe Serreault authored
This is similar to a change that was made a while ago ( https://github.com/gabime/spdlog/pull/208 ).
-
Acretock authored
-
Gabi Melman authored
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
semenov_gv 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 1 commit
-
-
Gabi Melman authored
Add example how to replace default logger.
-