gabime
|
9db0ba648a
|
Refactor SPDLOG_API define
|
2025-01-18 20:32:34 +02:00 |
|
gabime
|
463e41f049
|
Refactor exporing in common.h
|
2025-01-18 19:45:13 +02:00 |
|
gabime
|
ace82f7da6
|
Try fix windows link error with visiblity
|
2025-01-18 19:17:45 +02:00 |
|
gabime
|
b93c0f8e8d
|
Update comment
|
2025-01-18 16:37:18 +02:00 |
|
gabime
|
aec733b7a9
|
change async queue limits to constexpr
|
2025-01-18 16:29:14 +02:00 |
|
gabime
|
eb660caa6c
|
Limit max async queue size to 250,000 entries
|
2025-01-18 16:26:43 +02:00 |
|
gabime
|
af8440b248
|
Small clean of enqueue_if_have_room in mpmc_blocking_q.h
|
2025-01-18 16:04:31 +02:00 |
|
Gabi Melman
|
2abfa1628b
|
Gabime/visibilty-hidden 2.x (#3324)
Set CMAKE_CXX_VISIBILITY_PRESET and VISIBILITY_INLINES_HIDDEN when build shared lib
|
2025-01-18 13:36:01 +02:00 |
|
gabime
|
47fe6ef92a
|
code format
|
2025-01-17 20:59:46 +02:00 |
|
gabime
|
f00a6550fa
|
Fixed some tidy warnings
|
2025-01-17 19:13:36 +02:00 |
|
gabime
|
80f00797e3
|
Fixed copy ctor of err_helper to be thread safe
|
2025-01-17 18:35:34 +02:00 |
|
gabime
|
62bbd87bdb
|
Fixed warning
|
2025-01-17 17:45:27 +02:00 |
|
gabime
|
8736ee28e0
|
Fixed warnings
|
2025-01-17 17:39:03 +02:00 |
|
gabime
|
82358e8ebe
|
refactor async sink
|
2025-01-17 17:16:45 +02:00 |
|
gabime
|
9673c1ba09
|
Fixed warning about move
|
2025-01-17 17:01:57 +02:00 |
|
gabime
|
be942e0a2d
|
Limit error handler rate to 1/sec
|
2025-01-17 16:42:06 +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
|
b46b6dcb00
|
Fixed bin_to_hex tidy warnings
|
2025-01-17 12:56:38 +02:00 |
|
gabime
|
08a9604a57
|
noexcept
|
2025-01-06 10:45:17 +02:00 |
|
gabime
|
ffbb35368d
|
noexcept
|
2025-01-06 10:35:08 +02:00 |
|
gabime
|
7dfb474632
|
Added source_loc by ref
|
2025-01-06 08:19:44 +02:00 |
|
gabime
|
2ef467be7d
|
Pass source loc by ref
|
2025-01-06 08:09:01 +02:00 |
|
gabime
|
adaf0554be
|
Pass source loc by ref to log_msg
|
2025-01-06 08:06:52 +02:00 |
|
gabime
|
04004e57c2
|
Moved should_flush_ to header
|
2025-01-06 07:45: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
|
3b6f36c43b
|
Fix windows compile
|
2024-11-30 20:16:56 +02:00 |
|
gabime
|
3c9963a495
|
Removed tweak options and spdlog_config.h
|
2024-11-30 19:55:45 +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
|
0d8f1f1dd4
|
Fixed tidy warnings
|
2024-11-30 12:53:19 +02:00 |
|
gabime
|
7a0e2ff8a8
|
Fixed tidy warnings
|
2024-11-30 12:45:14 +02:00 |
|
gabime
|
82bb5114e2
|
Fixed some tidy warnings
|
2024-11-30 11:36:43 +02:00 |
|
gabime
|
03e20348e2
|
Added back wstr_to_utf8buf() and utf8_to_wstrbuf() for windows
|
2024-11-29 22:48:38 +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
|
ddf14d67df
|
Fix comment
|
2024-11-29 16:25:51 +02:00 |
|
gabime
|
0ef49d7df6
|
Minor cleanup
|
2024-11-29 16:15:13 +02:00 |
|
gabime
|
bb3d25b626
|
Added [[nodiscard]] and made should_flush_ const
|
2024-11-29 16:11:13 +02:00 |
|
gabime
|
15814dba5b
|
clean source_loc.h
|
2024-11-29 15:30:00 +02:00 |
|
gabime
|
eccaa62e9d
|
clean source_loc.h
|
2024-11-29 15:29:43 +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
|
1d2138fdbe
|
always use std::string_view and remove is_convertible_to_sv
|
2024-11-29 13:56:45 +02:00 |
|
gabime
|
0641ddec58
|
always use std::string_view and remove is_convertible_to_sv
|
2024-11-29 13:56:27 +02:00 |
|
gabime
|
fb3969d540
|
alwaus use std::string_view
|
2024-11-29 13:52:17 +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
|
50ea0cc1aa
|
Removed appveyor ci
|
2024-11-29 13:06:44 +02:00 |
|