Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spdlog 1.15.0 #198009

Merged
merged 14 commits into from
Nov 18, 2024
Merged

spdlog 1.15.0 #198009

merged 14 commits into from
Nov 18, 2024

Conversation

Moisan
Copy link
Member

@Moisan Moisan commented Nov 17, 2024

Created with brew bump-formula-pr.

release notes
## What's Changed
* Update bundled fmt to 11.0.2 by @gabime in https://github.com/gabime/spdlog/pull/3236
* Add wide character formatting and output support to console in wincolor_sink. by @DominikGrabiec in https://github.com/gabime/spdlog/pull/3092
* Allow customization of syslog_sink by @Silex in https://github.com/gabime/spdlog/pull/3124
* make example compatible with fmt 11 by @ziyao233 in https://github.com/gabime/spdlog/pull/3130
* Fix building with `FMT_ENFORCE_COMPILE_STRING` by @AJIOB in https://github.com/gabime/spdlog/pull/3137
* fix: set `/Zc:__cplusplus` and `/MP` to MSVC only by @zjyhjqs in https://github.com/gabime/spdlog/pull/3139
* V1.x : fixed "suggest override" errors for gcc 8.5 and gcc 9.1  by @esmirno in https://github.com/gabime/spdlog/pull/3158
* Add info about max_files in the docstrings of hourly/daily file sinks by @themightyoarfish in https://github.com/gabime/spdlog/pull/3170
* use std::lock_guard instead of std::unique_lock by @wsehjk in https://github.com/gabime/spdlog/pull/3179
* fix/issue-3101: fix the issue where mdc ignores SPDLOG_NO_TLS by @Allen-20180115 in https://github.com/gabime/spdlog/pull/3184
* Update mdc.h error message  by @gabime in https://github.com/gabime/spdlog/pull/3185
* [docs] Update conan install command in README by @uilianries in https://github.com/gabime/spdlog/pull/3172
* Update CMakeLists.txt, Fix spelling errors by @zgzhengSEU in https://github.com/gabime/spdlog/pull/3193
* Fix warning - extra ';' for -Wextra-semi by @hydai in https://github.com/gabime/spdlog/pull/3198
* Improve Cross-Platform Build Instructions in Documentation by @Mq-b in https://github.com/gabime/spdlog/pull/3229
* Exchange promise for condition_variable when flushing (fixes #3221) by @Oipo in https://github.com/gabime/spdlog/pull/3228
* Ensure flush callback gets called in move-assign operator by @Oipo in https://github.com/gabime/spdlog/pull/3232
* Make  flush async again in async logger to prevent crashes and hangs by @gabime in https://github.com/gabime/spdlog/pull/3235
* Update README.md by @gabime in https://github.com/gabime/spdlog/pull/3240
* utf8_to_wstrbuf now handles invalid utf8 sequences by @captainurist in https://github.com/gabime/spdlog/pull/3244 and https://github.com/gabime/spdlog/pull/3245
* Added tsan option to CMake and CI by @gabime in https://github.com/gabime/spdlog/pull/3237 and https://github.com/gabime/spdlog/pull/3247
/pull/3244

Full changelog: gabime/spdlog@v1.14.1...v1.15.0

Special thanks to @tt4g for helping with community questions and issues

@Moisan Moisan added the long build Set a long timeout for formula testing label Nov 17, 2024
@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Nov 17, 2024
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Nov 17, 2024
@SMillerDev
Copy link
Member

For cryfs

  Missing libraries:
    libspdlog.so.1.14

@daeho-ro daeho-ro added the ready to merge PR can be merged once CI is green label Nov 18, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 18, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 18, 2024
Merged via the queue into master with commit fbdafc9 Nov 18, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-spdlog-1.15.0 branch November 18, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. long build Set a long timeout for formula testing ready to merge PR can be merged once CI is green
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants