- 09 Dec, 2021 6 commits
-
-
gabime authored
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 08 Dec, 2021 5 commits
-
-
Gabi Melman authored
Add custom on_stop callback to thread-pool, executed by each thread before joining them.
-
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 ).
-
Gabi Melman authored
Fix warning for gcc, old style cast
-
Acretock authored
-
- 06 Dec, 2021 10 commits
-
-
gabime authored
-
gabime authored
-
gabime authored
-
gabime authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 04 Dec, 2021 16 commits
-
-
Gabi Melman authored
-
gabime authored
-
gabime authored
-
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 3 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)
-