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/tests
Jonathan Vannier b6eeb7364c
Added a function to add callbacks that are called when a logger is registered (#2883)
* Added a function to add callbacks that are called when a logger is registered

* Fix non captured registration 2 not being properly tested for

* Replace std::list by std::vector

* Remove const refs to shared pointers

* Fix missing header
2 years ago
..
CMakeLists.txt clang format 2 years ago
includes.h update clang format again 2 years ago
main.cpp update clang format again 2 years ago
test_async.cpp update clang format again 2 years ago
test_backtrace.cpp update clang format again 2 years ago
test_bin_to_hex.cpp clang format 2 years ago
test_cfg.cpp clang format 2 years ago
test_circular_q.cpp clang format 2 years ago
test_create_dir.cpp update clang format again 2 years ago
test_custom_callbacks.cpp clang format 2 years ago
test_daily_logger.cpp update clang format again 2 years ago
test_dup_filter.cpp update clang format again 2 years ago
test_errors.cpp update clang format again 2 years ago
test_eventlog.cpp update clang format again 2 years ago
test_file_helper.cpp clang format 2 years ago
test_file_logging.cpp update clang format again 2 years ago
test_fmt_helper.cpp clang format 2 years ago
test_macros.cpp update clang format again 2 years ago
test_misc.cpp update clang format again 2 years ago
test_mpmc_q.cpp update clang format again 2 years ago
test_pattern_formatter.cpp clang format 2 years ago
test_registry.cpp Added a function to add callbacks that are called when a logger is registered (#2883) 2 years ago
test_sink.h update clang format again 2 years ago
test_stdout_api.cpp clang format 2 years ago
test_stopwatch.cpp clang format 2 years ago
test_systemd.cpp clang format 2 years ago
test_time_point.cpp update clang format again 2 years ago
utils.cpp update clang format again 2 years ago
utils.h Merge pull request #1414 from BioDataAnalysis/bda_tests_support_empty_eol 6 years ago