Commit Graph

518 Commits (45b100c677701bef500f0d08f792afff81cbf18e)

Author SHA1 Message Date
Gabi Melman 90c5055b77 place dlls in the same directory as the executables on msvc
2 years ago
Gabi Melman ea66477ac0 Copy dlls to the executable folder for msvc
2 years ago
gabime eb7d87685b Fixed example
2 years ago
gabime 8590436aaf Fixed example
2 years ago
gabime 83d5f3dbad Revert 70f7a8252d
2 years ago
gabime 5782891494 Removed SPDLOG_FMT_RUNTIME definition
2 years ago
gabime 57868277db clang format
2 years ago
Gabi Melman 9b3a4e28c5 Copy spdlog dll to the executable folder for example, tests and bench
2 years ago
gabime 463af69d41 Clang format sort includes
2 years ago
gabime 6dffd7c6e8 update clang format again
2 years ago
gabime dcd5904bdc Updated clang-format
2 years ago
gabime 6d520df916 Removed header only options
2 years ago
gabime 433cac487e Renamed spdlog::log_level to spdlog::level and added some level tests
2 years ago
gabime 2d801bbd80 Update comment
2 years ago
gabime 392917f855 null_atomic_log_level and fix compile
2 years ago
gabime 8488b027e9 Formatting
2 years ago
Gabi Melman 536da46a2c Changed macro name to SPDLOG_EMIT_SOURCE_LOCATION
2 years ago
gabime a7a537216c Removed swap from logger and renamed source location macro to SPDLOG_USE_SOURCE_LOCATION
2 years ago
gabime 90e92438c8 clang format
2 years ago
gabime 1faeb5b6fa Minor cleanups
2 years ago
gabime db76ab6c9f Fixed README.md and example.cpp
2 years ago
gabime 9d6dd2a691 Fixed warning for example
2 years ago
gabime 19d4e60561 Replaced details::make_unique with std::make_unique
2 years ago
gabime 92daf6954b Removed backtrace feature
2 years ago
gabime a98d3ab0c7 clang format
2 years ago
albert-github 81ce5fcdb7
Remove obsolete part from cmake configuration files (#2871)
2 years ago
gabime 7e635fca68 Fixed #2724 by excluding bin_to_hex sink if using std::format
2 years ago
gabime 1f61f5e019 clang format
2 years ago
Bailey Chittle 069a2e8fc9
fix small issue when compiling with C++20 without std::format (#2688)
3 years ago
Zeus James da14258533
Fix MinGW build issue on example (#2642)
3 years ago
Mohammad Ali 3cab260814
Add a trivial callback sink (#2610)
3 years ago
gabime a7e2bf161e Update user defined type example
3 years ago
gabime 070dd181df clang format
3 years ago
Kevin Slattery d3dee23e6c Remove new macro, update example with correct way to specify fmt lib namespace when fmt_lib namespace alias cannot be used.
3 years ago
Kevin Slattery 5f5e70e96e C++14 build fixes for older gcc #2333
3 years ago
gabime 71105e0b07 Fixed #2227
4 years ago
gabime c432fdd987 Bump fmt to version 8.1.1 and run clang-format
4 years ago
Gabi Melman e45c11f98a
Update example.cpp
4 years ago
Gabi Melman c211288576
Update example.cpp
4 years ago
Gabi Melman 4fefd51e08
Fixed custom type example to work in c++11
4 years ago
gabime f81970191a Fixed example for custom_type
4 years ago
gabime b8b16e49a5 Fixed example for custom_type
4 years ago
gabime 2c21d9ecf8 Fixed example for custom_type
4 years ago
gabime 2a45eff693 Fixed example for custom_type
4 years ago
gabime 5bf8728cfa Fixed example for std_format
4 years ago
Roocks Patrick (MTN PTT / External) d93cea97ec Fix usage of ranges and to_hex in the same compile unit
4 years ago
Sean Farrell f52d526e1e Add example to replace default logger.
4 years ago
gabime dc030ec53c clang-format
4 years ago
Gabi Melman 10b640d773
Update example.cpp
4 years ago
gabime 5b7dfefc7e rename file_event_handlers_t to file_event_handlers
4 years ago