Commit Graph

134 Commits (50648553cfb5c01775d32ca5bd19fe3e2fbd7a0c)

Author SHA1 Message Date
gabime 50648553cf clang-format
7 years ago
gabime 8a0fc92f20 Replaced SPDLOG_DISABLE_TID_CACHING with SPDLOG_NO_TLS
7 years ago
gabime b368d18b0f Added default logger API
7 years ago
gabime f4c5c5a367 Replaced noexcept with SPDLOG_NOEXCEPT
7 years ago
gabime d0beac70bd Removed dead code from os.h
7 years ago
gabime cbf66ac653 Removed dead code from os.h
7 years ago
gabime 98f9cb8c1f Added noexcept to most of details::os functions
7 years ago
eruiz 39492436ec WIN32: Don't deny access to file sinks from other processes
7 years ago
gabime 9e4925eff0 clang format
7 years ago
gabime 38b3ecb02e use fmt::safe_strerror
7 years ago
gabime 4ec17f1a1a Normalized spdlog include paths
8 years ago
gabime c962c88342 Fixed linux port of v1.x
8 years ago
gabime 9bffa921ae global mutex stdout stderr sinks
8 years ago
gabime 3fdc7996db code formatting
8 years ago
Gabi Melman b416685d6f
Fix gcc warning on stat (32 bits)
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 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 17caf77784 google-build-namespaces
8 years ago
Daniel Chabrowski 0c94ce0039 deleted copy op and a little format
8 years ago
Daniel Chabrowski e5bbe57f01 cppcoreguidelines-pro-type-member
8 years ago
Daniel Chabrowski d5a3bb5234 readability-else-after-return
8 years ago
Daniel Chabrowski 9ebb9ff318 readability-implicit-bool-cast
8 years ago
gabime abc0d43995 astyle
8 years ago
gabime 80163dc6c1 Better support for WinRT
8 years ago
Emad William Farag 55680db160 Support for custom EOL per formatter
8 years ago
gabime 5372d58adc comment
8 years ago
Joao Moreno a938045135 use Sleep in Windows instead of sleep_for
8 years ago
gabime 3c4a2bf531 Handle file extensions in rotating and daily loggers
8 years ago
gabime 799ba2a57b added SPDLOG_DISABLE_TID_CACHING macro to prevent invalid thread ids after fork
8 years ago
daylanKifky 27e7412640 modified path on quoted #includes
8 years ago
gabime 93be7713e0 astyle
8 years ago
gabime f70b2ef3b8 Fixed cygwin support
8 years ago
sheldonlyr 66a2c4993b More meaningful thread id for OSX
8 years ago
Tennn f8d509d010 Fixed issues 449
9 years ago
gabime 6cc7e7382e astyle
9 years ago
gabime 40fc5becff fixed compilation
9 years ago
gabime 98addad888 Disable colors if terminal no attached and simplfy ansicolor_sink
9 years ago
Elias Kosunen c6c5a46560 Fix OSX builds of details/os.h
9 years ago
gabime def86e6e20 Fixed forgotten inline keyword
9 years ago
gabime 1d6842f0f9 bugfix in color detection and astyle
9 years ago
gabime eb92cc35df Merge branch 'master' of https://github.com/gabime/spdlog.git
9 years ago
gabime bd25f59a42 Don't use color escape codes if terminal doesn't support them in ansicolor_sink
9 years ago
Barrett 84a4f56eae Allow compiler to select an strerror_r stringify
9 years ago
odeits ea359254d6 Fix typo Unkown to Unknown
9 years ago