chore(deps): update dependency gabime/spdlog to v1.16.0#13
Open
renovate[bot] wants to merge 2 commits intomainfrom
Open
chore(deps): update dependency gabime/spdlog to v1.16.0#13renovate[bot] wants to merge 2 commits intomainfrom
renovate[bot] wants to merge 2 commits intomainfrom
Conversation
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.8.5->1.16.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gabime/spdlog (gabime/spdlog)
v1.16.0: version 1.16.0Compare Source
Full Changelog: gabime/spdlog@v1.15.3...v1.16.0
Special thanks to @tt4g for assisting with community questions and issues.
v1.15.3: Version 1.15.3Compare Source
dup_filter_sinkwhen reporting skipped messages by @SleepingSoul in #3390max-sizeandmax-filesinrotating_file_sinkafter creation by @gabime in #3397spdlog::register_or_replace(new_logger)to safely replace existing loggers in the registry by @gabime in #3398Full Changelog: gabime/spdlog@v1.15.2...v1.15.3
Special thanks to @tt4g for assisting with community questions and issues.
v1.15.2: Version 1.15.2Compare Source
%Dformat flag, in #3361%z(UTC offset) on Apple and POSIX.1-2024-conforming platforms by @toh-ableton in #3366Full Changelog: gabime/spdlog@v1.15.1...v1.15.2
Special thanks to @tt4g for assisting with community questions and issues.
v1.15.1: Version 1.15.1Compare Source
fmtversion to 11.1.3 by @gabime in #3332fwrite_unlocked()if available by @gabime in #3276 and #3318rotating_file_sinkby @hjs-ast in #3269null_sinkfinalby @gabime in #3267fmt::andstd::to avoid ambiguous calls by @LiAuTraver in #3259/utf-8only when the compiler is MSVC by @miyanyan in #3260bin_to_hex()when usingstd::formatby @koniarik in #3315load_env_levelsby @ken-matsui in #3327rotate_now()by @matteodelseppia in #3281to_string_viewfunction forfmt11.1 by @chenrui333 in #3301to_string_viewoverload infmt >= 11.1by @jdrouhard in #3314string_view_literalsto resolve issues #3287 and #3233 by @yalov in #3291set_color_mode(..)inansicolor_sinkby @gabime in #3323daily_file_sinkby @F1F88 in #3249Full Changelog: gabime/spdlog@v1.15.0...v1.15.1
Special thanks to @tt4g for helping with community questions and issues
v1.15.0: Version 1.15.0Compare Source
What's Changed
FMT_ENFORCE_COMPILE_STRINGby @AJIOB in #3137/Zc:__cplusplusand/MPto MSVC only by @zjyhjqs in #3139/pull/3244
Full changelog: gabime/spdlog@v1.14.1...v1.15.0
Special thanks to @tt4g for helping with community questions and issues
v1.14.1: Version 1.14.1Compare Source
v1.14.0: Version 1.14.0Compare Source
MDC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers.
Usage example:
std::string_viewoverloads for logger accessor by @BenLeadbetter in #3023Full Changelog: gabime/spdlog@v1.13.0...v1.14.0
Special thanks to @tt4g for helping with community questions and issues.
v1.13.0: Version 1.13.0Compare Source
Release Notes
Enhancements
CMAKE_BUILD_TYPEonly for single-config generators (#2839). Thanks to @moritz-h.spdlog_header_onlyin build directory export (#2846). Thanks to @robertmaynard.SPDLOG_TO_VERSIONto compare spdlog version (#2853). Thanks to @kegechen.async_overflow_policy::discard_new(#2876). Thanks to @walkerlala.syslog_sink.h'ssyslog_prio_from_levelprotected (#2918). Thanks to @shannonbooth.pthread_threadid_npfor iOS (#2897). Thanks to @lowdesertpunk..git-blame-ignore-revsto ignore clang-format related commits (#2899). Thanks to @lowdesertpunk.SPDLOG_CONSTEXPR_FUNCtoFMT_CONSTEXPR(#2901). Thanks to @kkraus14.Bug Fixes
fd_is not nullptr infile_helperto prevent possible crash if disk is full (#2972).systemd_sink.h(#2919). Thanks to @M010.example.cppto fix the vector issue inbin_example(#2963). Thanks to @zhuzhzh.circular_q::size()(#2820).Maintenance
circular_q.policy_maxfromcmake_minimum_required(..).clang-formatto google style and updated various formatting scripts.Special thanks to @tt4g for helping with community questions and issues.
v1.12.0: Version 1.12.0Compare Source
QTextEditwidget with some nice colors.#includeto a deprecated fmt header (#2545) .Thanks @kromain.dup_filter_sink(#2549, #2563). Thanks @zydxhs and @zhuyadong.msvc_sink(#2573). Thanks @naddu77.SPDLOG_SYSTEM_INCLUDES) cmake option (#2575). Thanks @dpayne.tcp_clientsink for FreeBSD (#2590). Thanks @segoon.newlib Clibrary configurations without tm_gmtoff field (#2600). Thanks @igrr.spdlog::sinks::dist_sink(#2599). Thanks @robinlinden.sync()function to file_helper (#2343). Thanks @espkk.callback_sink(#2610). Thanks @maghorbani.systemd sink(#2619). Thanks @chardin-cpi.apply_logger_env_levels()(#2648, #2649). Thanks @afshinpir.msvc_sink(#2651). Thanks @Demonese.66407f5).systemd_sinktests in linux pipeline (#2669). Thanks @MyNameIsLame.fflush()behaviour inconsistency (#2646). Thanks @25077667.Special thanks to @tt4g for helping with community questions and issues.
v1.11.0: Version 1.11.0Compare Source
SOVERSION#2376pkg-configgeneration #2383. Thanks @alexshpilkinnull_mutex#2385. Thanks @panzhongxianstd::move#2396. Thanks @polesapartreset_overrun_counter()function to the async logging #2399 Thanks @bergen4std::chrono::durationtype inflush_every(..)#2439. Thanks @LucasCholletstopwatch.h#2434. Thanks @fabianbuettnerSPDLOG_NO_SOURCE_LOC#2476. Thanks @nigels-comSPDLOG_BUILD_PICbuild option to CMake #2475. Thanks @nigels-comwindows.h#2495. Thanks @panicghstd::distance#2509 Thanks @kin4statIsDebuggerPresent()inmsvc_sinkbefore doing actual work #2408. To use old behavior pass false to themsvc_sink constructor. Thanks @DominikGrabiec and @sylveonSpecial thanks to @tt4g for helping with community questions and issues.
v1.10.0: Version 1.10.0Compare Source
You can get callbacks from spdlog before/after log file has been opened or closed.
This is useful for cleanup procedures or for adding something to the start/end of the log files. Example:
SPDLOG_USE_STD_FORMATand use C++20). #2170 Thanks @sylveon .cmake_minimum_requiredand policy. #2098. Thanks @reddwarf69 .tweakme.hcompile error under msvcs whenSPDLOG_FUNCTIONis defined #2182. Thanks @Light3039 .to_hexin the same compile unit #2195. Thanks @patrickroocks .std::spaninto_hex#2228. Thanks @timblechmann .pattern_formatterreally needs it #2246. Thanks @doug1234 .pattern_formatter: fix reorder-ctor warning #2278. Thanks @adriweb .SPDLOG_FMT_EXTERNAL_HO#2300. Thanks @adamcalhoon .fopen_s(..)error handling whenPREVENT_CHILD_FDis defined #2305. Thanks @nUl1.Special thanks to @tt4g for his support in answering community questions and issues.
v1.9.2: Version 1.9.2Compare Source
SPDLOG_LEVEL_NAME_xxxto always translate to thespdlognamespace. Thanks @ashley-b for reporting (#2022).thread_pool.h. Thanks @hbwang15 (#2026).std::distanceusage for possible performance gain. Thanks @neheb (#2030).bin_to_hex.hin any order withspdlog.h. Thanks @dmerkushov (#2035).v1.9.1: Version 1.9.1Compare Source
Support for {fmt}'s compile time validation of format strings (#2008). Thanks @dkavolis !
In C++20:
In C++14/17 - format string can be validated at compile time using FMT_STRING:
Fixed compilation error in Clang 13 with C++20 (#2011, #2013) Thanks @sjanel !
v1.9.0: Version 1.9.0Compare Source
What's new
Fixes and Improvements
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.