Felix Heitmann
7964f9ea9a
fixing signed/unsigned in test attributes
2025-02-11 10:17:01 +01:00
Felix Heitmann
838d6402bc
Attribute tests: remove fmtlib from tests
...
Use the spdlog::fmt_lib wrapper instead.
2025-02-11 10:17:00 +01:00
Felix Heitmann
37d46472c5
Attributes include unit-tests
2025-02-11 10:17:00 +01:00
Felix Heitmann
e8924a3d47
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.
2025-02-11 10:17:00 +01:00
M4rFri
ffec5f3c07
Added some unit tests
2025-02-11 10:17:00 +01:00
gabime
35060923d9
improved err_helper message while catching exceptions
2025-01-18 13:42:55 +02:00
Gabi Melman
128a9fcc49
Update test_async.cpp
2025-01-17 23:18:33 +02:00
Gabi Melman
43812ddaf1
Update test_async.cpp
2025-01-17 23:17:35 +02:00
gabime
370dad3225
Use chrono literals in async tests
2025-01-17 22:25:28 +02:00
gabime
418a39f6ce
Fixed test
2025-01-17 22:09:35 +02:00
Gabi Melman
6a794b1dff
Update test_async.cpp
2025-01-17 22:02:43 +02:00
gabime
47fe6ef92a
code format
2025-01-17 20:59:46 +02:00
gabime
391eb198bf
Added copy and move tests
2025-01-17 19:06:24 +02:00
gabime
3f4cfa72d1
Added test check that cloned custom error handler was indeed cloned
2025-01-17 18:46:52 +02:00
gabime
af7b061773
Added with_all to async sink improved destructor
2025-01-17 16:17:11 +02:00
gabime
bc2eed7913
Added custom error handler support to async sink
2025-01-17 13:30:37 +02:00
gabime
ffbb35368d
noexcept
2025-01-06 10:35:08 +02:00
Gabi Melman
83c9ede9e6
Asink sink ( #3309 )
...
Replace async logger with async sink
2025-01-05 02:17:31 +02:00
Gabi Melman
166843ff3a
V2.x no reg ( #3285 )
...
Removed registry
2024-12-06 19:21:42 +02:00
Gabi Melman
08c727e4f8
Use std filesystem ( #3284 )
...
* Use std::filesystem for path names and impl
2024-12-05 19:14:25 +02:00
gabime
e62be8b43f
clang-format
2024-12-01 23:59:09 +02:00
gabime
3c9963a495
Removed tweak options and spdlog_config.h
2024-11-30 19:55:45 +02:00
gabime
a0f371efed
Fix test compile
2024-11-30 15:55:23 +02:00
gabime
032d93acf7
Fix test compile
2024-11-30 15:52:22 +02:00
gabime
e26e3692d1
Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite
2024-11-30 15:46:06 +02:00
gabime
50f3c88694
Added back tests for utf8 to utf16
2024-11-29 22:49:59 +02:00
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
2024-11-29 22:08:17 +02:00
gabime
2057f67015
Removed SPDLOG_WCHAR_FILENAMES support
2024-11-29 17:17:30 +02:00
gabime
fefda8dd15
try to fix test
2024-11-29 16:45:03 +02:00
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
2024-11-29 15:25:29 +02:00
gabime
9fea0e5fa8
Fix windows compile (clang-format ordering(
2024-11-29 14:30:14 +02:00
gabime
62534f2e4e
clang format
2024-11-29 13:40:40 +02:00
gabime
eacd4d6b2a
Remove mdc
2024-11-29 13:32:15 +02:00
gabime
6ea6b065ba
Clean prev source_loc impl leftovers
2024-11-29 13:04:08 +02:00
gabime
c7fc302710
Fixed soruce_loc test
2024-11-29 13:00:13 +02:00
gabime
64a013fd16
Fixed soruce_loc test
2024-11-29 12:59:31 +02:00
gabime
9c1b76fe72
Added no source location tests and fixed source location tests
2024-11-29 12:54:53 +02:00
gabime
3fc14822ef
Fix source_loc test
2024-11-29 12:20:21 +02:00
gabime
d808eb8eca
fix comment
2024-11-26 13:48:25 +02:00
Gabi Melman
c122eaf749
Gabime/tsan ( #3237 )
...
* Fixed race condition in tests
* Support for thread sanitizer
2024-11-26 11:20:40 +02:00
gabime
0e95bba098
Fixed race condition in tests
2024-11-26 11:14:03 +02:00
gabime
8d9283d790
Upadted test_create_dir
2024-11-25 09:22:18 +02:00
gabime
06be4409e6
clang-format
2024-05-03 18:30:46 +03:00
gabime
8815f81e5d
Added mdc from pull #2907
2024-03-29 15:53:55 +03:00
gabime
8e10782a58
Ported pull #3023 with some changes and tests
2024-03-16 17:12:46 +02:00
Dimitri Papadopoulos Orfanos
c577b54b06
Fix typos found by codespell ( #3011 )
2024-03-16 16:38:55 +02:00
gabime
c539f36551
clang format
2024-01-13 18:20:08 +02:00
gabime
77b07b3a10
clang format
2024-01-13 09:37:32 +02:00
gabime
2a4aa8f2d1
Fixed stopwatch test
2023-12-25 00:18:25 +02:00
Gabi Melman
70f397f75d
Cmake use FOLDER third-party for third party libs
2023-12-24 16:26:28 +02:00