| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-02-01 | 2.0 kB | |
| Version 1.15.1 source code.tar.gz | 2025-02-01 | 275.5 kB | |
| Version 1.15.1 source code.zip | 2025-02-01 | 359.9 kB | |
| Totals: 3 Items | 637.4 kB | 0 | |
- Update bundled
fmtversion to 11.1.3 by @gabime in https://github.com/gabime/spdlog/pull/3332 - Use
fwrite_unlocked()if available by @gabime in https://github.com/gabime/spdlog/pull/3276 and https://github.com/gabime/spdlog/pull/3318 - On-demand truncation for basic file sinks by @matteodelseppia in https://github.com/gabime/spdlog/pull/3280
- Allow manual rotation of
rotating_file_sinkby @hjs-ast in https://github.com/gabime/spdlog/pull/3269 - Make
null_sinkfinalby @gabime in https://github.com/gabime/spdlog/pull/3267 - Fix: Add explicit
fmt::andstd::to avoid ambiguous calls by @LiAuTraver in https://github.com/gabime/spdlog/pull/3259 - Fix: Pass
/utf-8only when the compiler is MSVC by @miyanyan in https://github.com/gabime/spdlog/pull/3260 - Fix: Support
bin_to_hex()when usingstd::formatby @koniarik in https://github.com/gabime/spdlog/pull/3315 - Support custom environment variables for
load_env_levelsby @ken-matsui in https://github.com/gabime/spdlog/pull/3327 - Fix: Added a lock to
rotate_now()by @matteodelseppia in https://github.com/gabime/spdlog/pull/3281 - Fix: Update
to_string_viewfunction forfmt11.1 by @chenrui333 in https://github.com/gabime/spdlog/pull/3301 - Fix: Remove unused
to_string_viewoverload infmt >= 11.1by @jdrouhard in https://github.com/gabime/spdlog/pull/3314 - Fix: Use
string_view_literalsto resolve issues [#3287] and [#3233] by @yalov in https://github.com/gabime/spdlog/pull/3291 - Fix: Added a lock to
set_color_mode(..)inansicolor_sinkby @gabime in https://github.com/gabime/spdlog/pull/3323 - Fix: Corrected comment in
daily_file_sinkby @F1F88 in https://github.com/gabime/spdlog/pull/3249 - Fix: Compatibility with fmtlib 11.1.1 by @yachoor in https://github.com/gabime/spdlog/pull/3331
Full Changelog: https://github.com/gabime/spdlog/compare/v1.15.0...v1.15.1
Special thanks to @tt4g for helping with community questions and issues