- 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
-
- 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 3 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
-