- 27 Mar, 2017 3 commits
-
-
gabime authored
-
gabime authored
-
Gabi Melman authored
Disambiguate fmt logging methods that are using variadic templates.
-
- 26 Mar, 2017 1 commit
-
-
Anuradha Dissanayake authored
As variadic template arguments can be zero length, we need to specify that at least one fmt argument is provided, to distinguish these methods from the existing trivial method that takes no fmt arguments. Without this, static analysers such as ReSharper flag the logging calls as errors.
-
- 22 Mar, 2017 2 commits
-
-
Gabi Melman authored
Update README.md
-
Devansh D authored
-
- 20 Mar, 2017 2 commits
-
-
Gabi Melman authored
fmt: update bundled fmt to 3.0.1 (7fa8f8f)
-
Damien Zammit authored
Signed-off-by: Damien Zammit <damien@zamaudio.com>
-
- 02 Mar, 2017 2 commits
-
-
Gabi Melman authored
Use double-braces in std::array initialization.
-
Takayama Fumihiko authored
-
- 28 Feb, 2017 1 commit
-
-
Gabi Melman authored
Don't hardcode '.txt.' log file name suffix (resolve #333)
-
- 27 Feb, 2017 1 commit
-
-
Ľubomír Carik authored
Signed-off-by: Ľubomír Carik <Lubomir.Carik@gmail.com>
-
- 21 Feb, 2017 1 commit
-
-
Gabi Melman authored
-
- 17 Feb, 2017 1 commit
-
-
gabime authored
-
- 16 Feb, 2017 4 commits
-
-
Gabi Melman authored
Replace static global std::string arrays by Meyer singletons.
-
Jean-Michaël Celerier authored
Required for C++11 support
-
Gabi Melman authored
-
Gabi Melman authored
-
- 15 Feb, 2017 2 commits
-
-
Jean-Michaël Celerier authored
-
Jean-Michaël Celerier authored
-
- 03 Feb, 2017 6 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
-
- 11 Jan, 2017 2 commits
-
-
Gabi Melman authored
Add prefix for BUILD_TESTING cmake option
-
Bartosz Taczała authored
This is helpful when using spdlog as a dependency (git submodule) when a master project is not interested in spdlog tests. Using "BUILD_TESTING" name may create a confusion. Extra: BUILD_EXAMPLE variable already have a prefix.
-
- 06 Jan, 2017 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
removed empty lines
-
- 31 Dec, 2016 2 commits
-
-
Gabi Melman authored
-
gabime authored
-
- 30 Dec, 2016 2 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
- 10 Dec, 2016 3 commits
- 09 Dec, 2016 2 commits
-
-
gabime authored
option to prevent child processes from inheriting log file desciptors (#define SPDLOG_PREVENT_CHILD_FD)
-
Gabi Melman authored
Use the feature checking macros to detect thread_local support in clang.
-
- 06 Dec, 2016 1 commit
-
-
Gabi Melman authored
-