Commit Graph

554 Commits (fbba947af44c7943fa220b7d4af716d8148a3f13)

Author SHA1 Message Date
Felix Heitmann b63b652d6c
Attributes: Removing impact on logger
The logger interface should not be bloated by additional functionality. Reducing it to a nested call to `.attrs().put()` achieves the same nesting as `.put_attribute()` but requires a smaller interface change on the logger class.
2 months ago
M4rFri d17331ec26
Added some unit tests 2 months ago
gabime 22122f3901 Merge PR #3366 from 1.x (Fix zformatter on Apple and POSIX.1-2024 conforming platform) 5 months ago
gabime 35060923d9 improved err_helper message while catching exceptions 7 months ago
Gabi Melman 128a9fcc49
Update test_async.cpp 7 months ago
Gabi Melman 43812ddaf1
Update test_async.cpp 7 months ago
gabime 370dad3225 Use chrono literals in async tests 7 months ago
gabime 418a39f6ce Fixed test 7 months ago
Gabi Melman 6a794b1dff
Update test_async.cpp 7 months ago
gabime 47fe6ef92a code format 7 months ago
gabime 391eb198bf Added copy and move tests 7 months ago
gabime 3f4cfa72d1 Added test check that cloned custom error handler was indeed cloned 7 months ago
gabime af7b061773 Added with_all to async sink improved destructor 7 months ago
gabime bc2eed7913 Added custom error handler support to async sink 7 months ago
gabime ffbb35368d noexcept 8 months ago
Gabi Melman 83c9ede9e6
Asink sink (#3309)
Replace async logger with async sink
8 months ago
Gabi Melman 166843ff3a
V2.x no reg (#3285)
Removed registry
9 months ago
Gabi Melman 08c727e4f8
Use std filesystem (#3284)
* Use std::filesystem for path names and impl
9 months ago
gabime e62be8b43f clang-format 9 months ago
gabime 3c9963a495 Removed tweak options and spdlog_config.h 9 months ago
gabime a0f371efed Fix test compile 9 months ago
gabime 032d93acf7 Fix test compile 9 months ago
gabime e26e3692d1 Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite 9 months ago
gabime 50f3c88694 Added back tests for utf8 to utf16 9 months ago
hjs-ast bb4b719ccf Allow manual rotation of rotating_file_sink (#3269)
* Allow manual rotation of rotating_file_sink

* Rename rotation method

* Attempted fix for tests on Windows

* Apply review mark-ups
9 months ago
gabime 2057f67015 Removed SPDLOG_WCHAR_FILENAMES support 9 months ago
gabime fefda8dd15 try to fix test 9 months ago
Gabi Melman 63535f140b
V2.x no std format (#3271)
* Removed SPDLOG_USE_STD_FORMAT

* Removed SPDLOG_USE_STD_FORMAT

* clang-format

* Fix windows.yml ci

* Fix ci
9 months ago
gabime 9fea0e5fa8 Fix windows compile (clang-format ordering( 9 months ago
gabime 62534f2e4e clang format 9 months ago
gabime eacd4d6b2a Remove mdc 9 months ago
gabime 6ea6b065ba Clean prev source_loc impl leftovers 9 months ago
gabime c7fc302710 Fixed soruce_loc test 9 months ago
gabime 64a013fd16 Fixed soruce_loc test 9 months ago
gabime 9c1b76fe72 Added no source location tests and fixed source location tests 9 months ago
gabime 3fc14822ef Fix source_loc test 9 months ago
gabime d808eb8eca fix comment 9 months ago
Gabi Melman c122eaf749 Gabime/tsan (#3237)
* Fixed race condition in tests

* Support for thread sanitizer
9 months ago
gabime 0e95bba098 Fixed race condition in tests 9 months ago
gabime 8d9283d790 Upadted test_create_dir 9 months ago
gabime 06be4409e6 clang-format 1 year ago
gabime 8815f81e5d Added mdc from pull #2907 1 year ago
gabime 8e10782a58 Ported pull #3023 with some changes and tests 1 year ago
Dimitri Papadopoulos Orfanos c577b54b06 Fix typos found by codespell (#3011) 1 year ago
gabime c539f36551 clang format 2 years ago
gabime 77b07b3a10 clang format 2 years ago
gabime 2a4aa8f2d1 Fixed stopwatch test 2 years ago
Gabi Melman 70f397f75d Cmake use FOLDER third-party for third party libs 2 years ago
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