Commit Graph

847 Commits (4494b4b0002dca641fb0920b82a59cba949ee84b)

Author SHA1 Message Date
Cyrille Bousquet (CA) 4494b4b000 Merge remote-tracking branch 'upstream/master' 8 years ago
Bousk dbfb7db75d
Update ansicolor_sink.h 8 years ago
Bousk 76ff72eaee
Update wincolor_sink.h 8 years ago
Bousk d6d252a94f
Update syslog_sink.h 8 years ago
Bousk 13c77a6695
Update stdout_sinks.h 8 years ago
Bousk 5ae3947f9b
Update file_sinks.h 8 years ago
Bousk 24d402dd0b
Update dist_sink.h 8 years ago
Bousk 9600ffd47f
Update ansicolor_sink.h 8 years ago
Bousk 91cd92f80e
Update android_sink.h 8 years ago
Bousk 36b4457dea
Update spdlog_impl.h 8 years ago
Bousk d10106111b
Update registry.h 8 years ago
Bousk f2d2554560
Update pattern_formatter_impl.h 8 years ago
Bousk c40db6fc2e
Update os.h 8 years ago
Bousk 4a3d257b2d
Update logger_impl.h 8 years ago
Bousk 6eff616513
Update log_msg.h 8 years ago
Bousk 815fce1c14
Update async_logger_impl.h 8 years ago
Bousk d67214f8ec
Update async_log_helper.h 8 years ago
Bousk e4035b4823
Update spdlog.h 8 years ago
Bousk 81c3971bd6
Update logger.h 8 years ago
Bousk bd7c5b966a
+ add allocators
* prevent usage of default allocators
8 years ago
Bousk 564031cd66
+ add allocators
+ use proper allocators
8 years ago
Bousk 81c13ecd57
+ add allocators
+ add allocators handling to spdlog
> default to std::malloc & std::free if none are set
> prevent use of default allocators
8 years ago
gabime 217ad75ebd Fixed deault error handler not to use sink but write directly to stderr 8 years ago
Gabi Melman ce41991c51
Remove unneeded include 8 years ago
Puasonych 093edc2dc2 Update step_logger
Test release of a logger step_logger
8 years ago
Puasonych f17eb1bb56 Merge remote-tracking branch 'gabime/master' 8 years ago
Gabi Melman 5e08950ed2
Created contrib/sinks directory 8 years ago
Gabi Melman bce3b75c53
Created contrib directory 8 years ago
Erik be685337b1
Update file_sinks.h
Removed possible throw of an exception from the destructor
8 years ago
Erik 06580c8333
Update file_sinks.h 8 years ago
Puasonych 11c99892d7 Add new logger: step_logger 8 years ago
gabime 3fdc7996db code formatting 8 years ago
gabime cfb450c059 Fixed eol write in pattern_formatter_impl 8 years ago
Gabi Melman b416685d6f
Fix gcc warning on stat (32 bits) 8 years ago
gabime 64c2fe180b Fixed bug in wrapping colors around level name in default pattern 8 years ago
gabime 1dea46e1ab code formatting 8 years ago
gabime 3452892f76 minor renaming 8 years ago
gabime d040ab93ea wincolor color formatting support 8 years ago
gabime c8610d9a86 support for color formatting 8 years ago
Bousk 2d758bfb99
prevent default allocator usage
- remove static std::string using default allocators
> use const char* instead
8 years ago
gabime 93d41b2c0e fixed gcc warning about struct stat 8 years ago
gabime 18c99682a8 fixed clang warning about uninitialized values 8 years ago
gabime 200815892f Fix clang-tidy warnings about missing braces around if and for statements 8 years ago
gabime 7eb6ca6337 formatting 8 years ago
gabime 2a86cdb203 Merge branch 'master' of https://github.com/gabime/spdlog 8 years ago
gabime 56e4a201ec formatting 8 years ago
Gabi Melman fe8a519434
Update logger.h 8 years ago
gabime 4445f6f869 formatting 8 years ago
gabime ea95ea8295 Fix potential issue #660 8 years ago
gabime 5afb5dc782 Changed clang formatting for templates 8 years ago