Commit Graph

2486 Commits (463e41f0498c0b97a60a25d6931f1e40ba568183)

Author SHA1 Message Date
gabime 463e41f049 Refactor exporing in common.h
9 months ago
gabime ace82f7da6 Try fix windows link error with visiblity
9 months ago
gabime b93c0f8e8d Update comment
9 months ago
gabime aec733b7a9 change async queue limits to constexpr
9 months ago
gabime eb660caa6c Limit max async queue size to 250,000 entries
9 months ago
gabime af8440b248 Small clean of enqueue_if_have_room in mpmc_blocking_q.h
9 months ago
Gabi Melman 2abfa1628b
Gabime/visibilty-hidden 2.x (#3324)
9 months ago
gabime 47fe6ef92a code format
9 months ago
gabime f00a6550fa Fixed some tidy warnings
9 months ago
gabime 80f00797e3 Fixed copy ctor of err_helper to be thread safe
9 months ago
gabime 62bbd87bdb Fixed warning
9 months ago
gabime 8736ee28e0 Fixed warnings
9 months ago
gabime 82358e8ebe refactor async sink
9 months ago
gabime 9673c1ba09 Fixed warning about move
9 months ago
gabime be942e0a2d Limit error handler rate to 1/sec
9 months ago
gabime af7b061773 Added with_all to async sink improved destructor
9 months ago
gabime bc2eed7913 Added custom error handler support to async sink
9 months ago
gabime b46b6dcb00 Fixed bin_to_hex tidy warnings
9 months ago
gabime 08a9604a57 noexcept
9 months ago
gabime ffbb35368d noexcept
9 months ago
gabime 7dfb474632 Added source_loc by ref
9 months ago
gabime 2ef467be7d Pass source loc by ref
9 months ago
gabime adaf0554be Pass source loc by ref to log_msg
9 months ago
gabime 04004e57c2 Moved should_flush_ to header
9 months ago
Gabi Melman 83c9ede9e6
Asink sink (#3309)
9 months ago
Gabi Melman 166843ff3a
V2.x no reg (#3285)
10 months ago
Gabi Melman 08c727e4f8
Use std filesystem (#3284)
10 months ago
gabime e62be8b43f clang-format
10 months ago
gabime 3b6f36c43b Fix windows compile
11 months ago
gabime 3c9963a495 Removed tweak options and spdlog_config.h
11 months ago
gabime e26e3692d1 Non locking ::fwrite if possible (SPDLOG_FWRITE_UNLOCKED defined) or use the regular locking fwrite
11 months ago
gabime 0d8f1f1dd4 Fixed tidy warnings
11 months ago
gabime 7a0e2ff8a8 Fixed tidy warnings
11 months ago
gabime 82bb5114e2 Fixed some tidy warnings
11 months ago
gabime 03e20348e2 Added back wstr_to_utf8buf() and utf8_to_wstrbuf() for windows
11 months ago
hjs-ast bb4b719ccf Allow manual rotation of rotating_file_sink (#3269)
11 months ago
gabime 2057f67015 Removed SPDLOG_WCHAR_FILENAMES support
11 months ago
gabime ddf14d67df Fix comment
11 months ago
gabime 0ef49d7df6 Minor cleanup
11 months ago
gabime bb3d25b626 Added [[nodiscard]] and made should_flush_ const
11 months ago
gabime 15814dba5b clean source_loc.h
11 months ago
gabime eccaa62e9d clean source_loc.h
11 months ago
Gabi Melman 63535f140b
V2.x no std format (#3271)
11 months ago
gabime 1d2138fdbe always use std::string_view and remove is_convertible_to_sv
11 months ago
gabime 0641ddec58 always use std::string_view and remove is_convertible_to_sv
11 months ago
gabime fb3969d540 alwaus use std::string_view
11 months ago
gabime 62534f2e4e clang format
11 months ago
gabime eacd4d6b2a Remove mdc
11 months ago
gabime 50ea0cc1aa Removed appveyor ci
11 months ago
gabime 6ea6b065ba Clean prev source_loc impl leftovers
11 months ago