- 16 May, 2017 1 commit
-
-
gabime authored
-
- 06 May, 2017 2 commits
-
-
-
gabime authored
-
- 02 May, 2017 4 commits
-
-
Gabi Melman authored
-
Gabi Melman authored
-
Gabi Melman authored
android sink - add retry mechanism
-
Alexander Zilberkant authored
- in some cases subsequent calls to __android_log_write() may result with -EAGAIN error code. in such cases spdlog will sleep and try again for number of times defined by SPDLOG_ANDROID_LOG_NUM_OF_RETRIES - defeult SPDLOG_ANDROID_LOG_NUM_OF_RETRIES set to 2 - can be overridden at build time
-
- 29 Apr, 2017 1 commit
-
-
Gabi Melman authored
-
- 28 Apr, 2017 3 commits
-
-
Gabi Melman authored
Add an optional final qualifier to types
-
Jean-Michaël Celerier authored
-
Jean-Michaël Celerier authored
When building with GCC's -Wfinal-types, a lot of types of spdlog are marked as being more optimizable if they were marked final. This patch adds a possibility for the user of the library to `#define SPDLOG_FINAL final` and enjoy potentially better performance : GCC is then able to replace virtual calls by true function calls if it can ensure that there are no derived types). By default SPDLOG_FINAL is defined to nothing to not break existing code that may be inheriting of some of these types for some reason.
-
- 25 Apr, 2017 2 commits
-
-
Gabi Melman authored
Android_logger conditionally apply its own formatting
-
Amir Cohen authored
Android_logger apply its own formatting to every print by adding timestamps, severity, thread and process ids, thus the option flag in the ctor
-
- 07 Apr, 2017 7 commits
-
-
Gabi Melman authored
Fix typo immediatly immediately
-
Gabi Melman authored
fix typos in base_sink.h
-
Gabi Melman authored
fix typo potentialy to potentially
-
Gabi Melman authored
Fix typo in comment Unkown to Unknown
-
odeits authored
-
odeits authored
-
odeits authored
-
- 06 Apr, 2017 1 commit
-
-
odeits authored
-
- 02 Apr, 2017 1 commit
-
-
Gabi Melman authored
-
- 29 Mar, 2017 9 commits
-
-
Gabi Melman authored
Fix typo Unkown to Unknown
-
Gabi Melman authored
Update example in README.md
-
odeits authored
-
Elias Kosunen authored
-
Gabi Melman authored
[#404] Reading past valid address with multisink logger
-
Oleksii Mandrychenko authored
-
Oleksii Mandrychenko authored
-
Oleksii Mandrychenko authored
- Initialising atomic value See examples at http://stackoverflow.com/q/36320008/706456 This issue was discovered with dr memory tool on Windows platform, Visual Studio 2015 C++ 11
-
Oleksii Mandrychenko authored
- Initialising atomic value See examples at http://stackoverflow.com/q/36320008/706456 This issue was discovered with dr memory tool on Windows platform, Visual Studio 2015 C++ 11
-
- 28 Mar, 2017 1 commit
-
-
Gabi Melman authored
-
- 27 Mar, 2017 5 commits
-
-
gabime authored
-
gabime authored
-
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
-