You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include/spdlog
Bailey Chittle 3d27666650 attribute testing (#3)
* initial testing of attributes

* updating test cases for new api

* more testing, fixing bugs found

* fixed unused error

* errors might be caused due to passing pointers by reference, these simple pointer passes should be by value

* my only other idea for getting this to work. will experiment

* fixing tests before merge (#4)

* my only other idea for getting this to work. will experiment

* I think I fixed the thread issue, lets see...

* unused lambda capture acting funny

* see if its the context that is causing issues

* unused warning... again

* reverting to basic, see where the issue is in github actions (testing most of it locally)

* this works again?

* some diff cleanup before squash merging

* cleaner search for stop iterator
2 years ago
..
cfg clang-format 4 years ago
details another pedantic error in ci 2 years ago
fmt code breaks when fmt is external, so am using fmts implementation only 2 years ago
sinks Fix stdout_sink_base::log's behavior inconsistency (#2646) 3 years ago
async.h Bump fmt to version 8.1.1 and run clang-format 4 years ago
async_logger-inl.h Switch additional information to source location of bad log message 4 years ago
async_logger.h clang-format 4 years ago
common-inl.h Replace iterator difference with std::distance 3 years ago
common.h separate std string view from std format 2 years ago
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 6 years ago
fwd.h Allow forward-declaration of level_enum 4 years ago
logger-inl.h Unnecessary backtrace begin/end logs (#2568) 3 years ago
logger.h broke the utf8 code by accident 2 years ago
pattern_formatter-inl.h attribute testing (#3) 2 years ago
pattern_formatter.h fixed reordering error 2 years ago
spdlog-inl.h Added `apply_logger_env_levels` (#2649) 3 years ago
spdlog.h global contextual logger support 2 years ago
stopwatch.h Fix #2434 3 years ago
tweakme.h Support compile-time format string checking with std::format (#2544) 3 years ago
version.h Version 1.11.0 3 years ago