Commit Graph

451 Commits (99ca7f1cbe98e0a8f153951a3c24e03f034c7198)

Author SHA1 Message Date
gabime b393c9d6e6 Fixed console traits
8 years ago
gabime 67ddd59701 Move msg and remove spinning
8 years ago
gabime 78ea362e27 Don't rethrow after catch(...)
8 years ago
gabime f2023e80a8 Merge branch 'v1.x' of https://github.com/gabime/spdlog into v1.x
8 years ago
gabime 384ae1dc1b Removed unneeded intializers from async_msg
8 years ago
Gabi Melman c63f8a6ea0
Delete spdlog_impl.h
8 years ago
gabime c962c88342 Fixed linux port of v1.x
8 years ago
gabime d6cb447667 fixed compile error
8 years ago
gabime 11e068d7a3 Added missing #include
8 years ago
gabime 924ef84241 Refactred spdlog.h and console sinks. Added global lock for all console sinks (traits)
8 years ago
gabime 9bffa921ae global mutex stdout stderr sinks
8 years ago
gabime b4cde3fc21 Added missing files
8 years ago
gabime 6f4cd8d397 thread_pool and refactoring async
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 3452892f76 minor renaming
8 years ago
gabime c8610d9a86 support for color formatting
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 56e4a201ec formatting
8 years ago
gabime 4445f6f869 formatting
8 years ago
gabime 5afb5dc782 Changed clang formatting for templates
8 years ago
gabime a2653d409f clang-format
8 years ago
gabime 84d3c90b93 Fixed g++ 4.9 warnings after the clang-tidy fixes
8 years ago
Daniel Chabrowski de642b6263 astyle applied
8 years ago
Daniel Chabrowski 5355bd3a8f readability-named-parameter
8 years ago
Daniel Chabrowski 17caf77784 google-build-namespaces
8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format
8 years ago
Daniel Chabrowski af50d5ef1f readability-inconsistent-declaration-parameter-name
8 years ago
Daniel Chabrowski 9ce66f2c9a modernize-pass-by-value
8 years ago
Daniel Chabrowski ad624432d8 google-explicit-constructor
8 years ago
Daniel Chabrowski 1e1ca23101 modernize-use-equals-default
8 years ago
Daniel Chabrowski e5bbe57f01 cppcoreguidelines-pro-type-member
8 years ago
Daniel Chabrowski 68f91822ed performance-unnecessary-value-param
8 years ago
Daniel Chabrowski 7aed498540 modernize-use-default-member-init
8 years ago
Daniel Chabrowski d5a3bb5234 readability-else-after-return
8 years ago
Daniel Chabrowski 9ebb9ff318 readability-implicit-bool-cast
8 years ago
Daniel Chabrowski 7f4c1bb77c modernize-use-using
8 years ago
gabime abc0d43995 astyle
8 years ago
gabime 80163dc6c1 Better support for WinRT
8 years ago
gabime 7709fc70eb small fix to pattern_formatter ctor
8 years ago
Gabi Melman bce33698be
Merge pull request #628 from emadwill/eol
8 years ago
gabime 7fe3912f12 astyle
8 years ago
gabime 6df52df5b4 Use emplace_back in pattern_formatter
8 years ago
gabime bdca50e6a7 Fixed issue #637
8 years ago
Emad William Farag 55680db160 Support for custom EOL per formatter
8 years ago
gabime 5372d58adc comment
8 years ago