jwmcglynn / donner

Donner SVG, a modern C++20 SVG rendering library supporting the latest SVG2 and CSS3 standards
https://jwmcglynn.github.io/donner/
ISC License
13 stars 1 forks source link

Update dependency spdlog to v1.12.0 #65

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
spdlog http_archive minor v1.11.0 -> v1.12.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

gabime/spdlog (spdlog) ### [`v1.12.0`](https://togithub.com/gabime/spdlog/releases/tag/v1.12.0): Version 1.12.0 [Compare Source](https://togithub.com/gabime/spdlog/compare/v1.11.0...v1.12.0) - Support for external fmtlib versions 10.x ([#​2694](https://togithub.com/gabime/spdlog/issues/2694)). Thanks [@​H1X4Dev](https://togithub.com/H1X4Dev) and [@​mguludag](https://togithub.com/mguludag). - Better support for std::format ([#​2359](https://togithub.com/gabime/spdlog/issues/2359), [#​2544](https://togithub.com/gabime/spdlog/issues/2544), [#​2680](https://togithub.com/gabime/spdlog/issues/2680), [#​2688](https://togithub.com/gabime/spdlog/issues/2688)). Thanks [@​eli-b](https://togithub.com/eli-b) , [@​sylveon](https://togithub.com/sylveon) and [@​bachittle](https://togithub.com/bachittle). - Added new [qt color sink](https://togithub.com/gabime/spdlog/blob/7e635fca68d014934b4af8a1cf874f63989352b7/include/spdlog/sinks/qt_sinks.h#L71). Logs to `QTextEdit` widget with some nice colors. - Update `#include` to a deprecated fmt header ([#​2545](https://togithub.com/gabime/spdlog/issues/2545)) .Thanks [@​kromain](https://togithub.com/kromain). - Fixes and impovements to `dup_filter_sink` ([#​2549](https://togithub.com/gabime/spdlog/issues/2549), [#​2563](https://togithub.com/gabime/spdlog/issues/2563)). Thanks [@​zydxhs](https://togithub.com/zydxhs) and [@​zhuyadong](https://togithub.com/zhuyadong). - Fix unnecessary empty backtrace begin/end logs ([#​2568](https://togithub.com/gabime/spdlog/issues/2568)). Thanks [@​koldi](https://togithub.com/koldi). - Fixed variable name in `msvc_sink` ([#​2573](https://togithub.com/gabime/spdlog/issues/2573)). Thanks [@​naddu77](https://togithub.com/naddu77). - Add system includes (`SPDLOG_SYSTEM_INCLUDES`) cmake option ([#​2575](https://togithub.com/gabime/spdlog/issues/2575)). Thanks [@​dpayne](https://togithub.com/dpayne). - Improve dequeue of the async queue ([@​2587](https://togithub.com/2587), [#​2588](https://togithub.com/gabime/spdlog/issues/2588) ). Thanks [@​alokpr](https://togithub.com/alokpr). - Fix `tcp_client` sink for FreeBSD ([#​2590](https://togithub.com/gabime/spdlog/issues/2590)). Thanks [@​segoon](https://togithub.com/segoon). - Support linux/musl libc ([#​2589](https://togithub.com/gabime/spdlog/issues/2589)). Thanks [@​kraj](https://togithub.com/kraj). - Support `newlib C` library configurations without tm_gmtoff field ([#​2600](https://togithub.com/gabime/spdlog/issues/2600)). Thanks [@​igrr](https://togithub.com/igrr). - Fix type of event id in win_eventlog_sink ([#​2598](https://togithub.com/gabime/spdlog/issues/2598)). Thanks [@​Tagl](https://togithub.com/Tagl). - Fix -Wshadow warnings in `spdlog::sinks::dist_sink` ([#​2599](https://togithub.com/gabime/spdlog/issues/2599)). Thanks [@​robinlinden](https://togithub.com/robinlinden). - Spelling corrections ([#​2606](https://togithub.com/gabime/spdlog/issues/2606), [#​2732](https://togithub.com/gabime/spdlog/issues/2732)). Thanks [@​albert-github](https://togithub.com/albert-github) and [@​zencatalyst](https://togithub.com/zencatalyst). - Add `sync()` function to file_helper ([#​2343](https://togithub.com/gabime/spdlog/issues/2343)). Thanks [@​espkk](https://togithub.com/espkk). - Add a trivial `callback_sink` ([#​2610](https://togithub.com/gabime/spdlog/issues/2610)). Thanks [@​maghorbani](https://togithub.com/maghorbani). - Fix unexpected delimiter at start of line in to_hex formatter ([#​2627](https://togithub.com/gabime/spdlog/issues/2627)). Thanks [@​starsunyzl](https://togithub.com/starsunyzl). - Fix MinGW build issue on example ([#​2642](https://togithub.com/gabime/spdlog/issues/2642)). Thanks [@​zEuS0390](https://togithub.com/zEuS0390). - Add optional TID definition to the `systemd sink` ([#​2619](https://togithub.com/gabime/spdlog/issues/2619)). Thanks [@​chardin-cpi](https://togithub.com/chardin-cpi). - Added `apply_logger_env_levels()` ([#​2648](https://togithub.com/gabime/spdlog/issues/2648), [#​2649](https://togithub.com/gabime/spdlog/issues/2649)). Thanks [@​afshinpir](https://togithub.com/afshinpir). - Support utf8 in `msvc_sink` ([#​2651](https://togithub.com/gabime/spdlog/issues/2651)). Thanks [@​Demonese](https://togithub.com/Demonese). - Better handling of utf to wchar ([`66407f5`](https://togithub.com/gabime/spdlog/commit/66407f5b48986d72a6f263ed7a576abebef9dcd6)). - Use catch v3 for tests ([#​2656](https://togithub.com/gabime/spdlog/issues/2656), [#​2659](https://togithub.com/gabime/spdlog/issues/2659)). Thanks [@​xvitaly](https://togithub.com/xvitaly) and [@​seker](https://togithub.com/seker). - New kafka sink ([#​2655](https://togithub.com/gabime/spdlog/issues/2655)). Thanks [@​vbirds](https://togithub.com/vbirds) and [@​SpriteOvO](https://togithub.com/SpriteOvO). - Fix os namespace in systemd_sink.h ([#​2668](https://togithub.com/gabime/spdlog/issues/2668)). Thanks [@​MyNameIsLame](https://togithub.com/MyNameIsLame). - Enable `systemd_sink` tests in linux pipeline ([#​2669](https://togithub.com/gabime/spdlog/issues/2669)). Thanks [@​MyNameIsLame](https://togithub.com/MyNameIsLame). - Fix stdout_sink_base::log's `fflush()` behaviour inconsistency ([#​2646](https://togithub.com/gabime/spdlog/issues/2646)). Thanks [@​25077667](https://togithub.com/25077667). - Fix for missing pthread_threadid_np in macOS < 10.6 and PowerPC ([#​2715](https://togithub.com/gabime/spdlog/issues/2715)). Thanks [@​barracuda156](https://togithub.com/barracuda156). - Fix ringbuffer_sink moving warning ([#​2722](https://togithub.com/gabime/spdlog/issues/2722)). Thanks [@​jamesruan](https://togithub.com/jamesruan). - Update INSTALL doc ([#​2775](https://togithub.com/gabime/spdlog/issues/2775)). Thanks [@​7starsea](https://togithub.com/7starsea). - Fix warning in qt_sinks.h ([#​2781](https://togithub.com/gabime/spdlog/issues/2781)). Thanks [@​dayfixer](https://togithub.com/dayfixer). - Remove IPv4 limitation from tcp_client ([#​2790](https://togithub.com/gabime/spdlog/issues/2790)). Thanks [@​Simon-Janos](https://togithub.com/Simon-Janos). - Fix android sink when message is not loggable ([#​2801](https://togithub.com/gabime/spdlog/issues/2801)). Thanks [@​lucasrangit](https://togithub.com/lucasrangit). Special thanks to [@​tt4g](https://togithub.com/tt4g) for helping with community questions and issues.

Configuration

📅 Schedule: Branch creation - "on the 1st through 7th day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b5e8c23) 80.74% compared to head (a86ae11) 80.74%. Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #65 +/- ## ======================================= Coverage 80.74% 80.74% ======================================= Files 162 162 Lines 9853 9853 Branches 1622 1622 ======================================= Hits 7956 7956 Misses 1446 1446 Partials 451 451 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `80.74% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jeff+McGlynn#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.