Revisions of spdlog

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1170249 from Bernd Ritter's avatar Bernd Ritter (comrad) (revision 34)
- Update spdlog to 1.14.0
- Release notes 1.14.0:
  * Updated bundled fmt to version 10.2.1.
  * Mapped Diagnostic Context (MDC) support by @massimiliano96 in #2907.
    DC is a simple map of key->string values stored in thread local storage whose content will be printed by the loggers.
  * Add milliseconds support to stopwatch by @brodao2 in #3034
  * Add std::string_view overloads for logger accessor by @BenLeadbetter in #3023
  * Make async_logger::flush() synchronous - wait for the flush operation to complete before returning by @walkerlala in #3049
  * Use _stat() on Windows to be more UTF8 friendly by @liubing in #2978
  * Add details about how compile time macros work by @egaban in #2981
  * Fix typos found by codespell by @DimitriPapadopoulos in #3011
  * Expose the flusher thread object to user in order to allow setting of thread name and thread affinity when needed by @cohdan in #3009
  * Fix the problem of compilation failure under MINGW by @NU-LL in #3022
  * Add missing include in circular_q.h by @magnus-nomono in #3026
  * Fix #3038 by @Tomas-Zhu in #3044
  * Don't remove previous defaullt logger from registry in set_default_logger. Fix #3016
  * Remove the legacy AnalyzeTemporaryDtors option from .clang-tidy. by @shaharv in #3048
  * Updated INSTALL.md has to better reflect compiler info. #3052
  * Fixed README.md example by @darallium in #3066
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1126931 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
- download 2823.patch from upstream again to fix metadata
  mismatch

- Removed e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch as [boo#1199306] is now integrated.
- Add e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch
  lower than (new) 3
  * CMake improvement regarding cmake_minimum_required and policy.
  * Avoid c-style casting in stdout sinks.
  * Support for FMT_STRING compile time checking.
- Added additional building options
  * Ability to add sinks to a logger after its creation
  * Replaced set_async_mode(..) with factory template.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1097821 from Bernd Ritter's avatar Bernd Ritter (comrad) (revision 28)
- Update to version 1.12.0
  * Support for external fmtlib versions 10.x (#2694). Thanks @H1X4Dev and @mguludag.
  * Better support for std::format (#2359, #2544, #2680, #2688). Thanks @eli-b , @sylveon and @bachittle.
  * Added new qt color sink. Logs to QTextEdit widget with some nice colors.
  * Update #include to a deprecated fmt header (#2545) .Thanks @kromain.
  * Fixes and impovements to dup_filter_sink (#2549, #2563). Thanks @zydxhs and @zhuyadong.
  * Fix unnecessary empty backtrace begin/end logs (#2568). Thanks @koldi.
  * Fixed variable name in msvc_sink (#2573). Thanks @naddu77.
  * Add system includes (SPDLOG_SYSTEM_INCLUDES) cmake option (#2575). Thanks @dpayne.
  * Improve dequeue of the async queue (@2587, #2588 ). Thanks @alokpr.
  * Fix tcp_client sink for FreeBSD (#2590). Thanks @segoon.
  * Support linux/musl libc (#2589). Thanks @kraj.
  * Support newlib C library configurations without tm_gmtoff field (#2600). Thanks @igrr.
  * Fix type of event id in win_eventlog_sink (#2598). Thanks @Tagl.
  * Fix -Wshadow warnings in spdlog::sinks::dist_sink (#2599). Thanks @robinlinden.
  * Spelling corrections (#2606, #2732). Thanks @albert-github and @zencatalyst.
  * Add sync() function to file_helper (#2343). Thanks @espkk.
  * Add a trivial callback_sink (#2610). Thanks @maghorbani.
  * Fix unexpected delimiter at start of line in to_hex formatter (#2627). Thanks @starsunyzl.
  * Fix MinGW build issue on example (#2642). Thanks @zEuS0390.
  * Add optional TID definition to the systemd sink (#2619). Thanks @chardin-cpi.
  * Added apply_logger_env_levels() (#2648, #2649). Thanks @afshinpir.
  * Support utf8 in msvc_sink (#2651). Thanks @Demonese.
  * Better handling of utf to wchar (66407f5).
  * Use catch v3 for tests (#2656, (#2659). Thanks @xvitaly and @seker.
  * New kafka sink (#2655). Thanks @vbirds and @SpriteOvO.
  * Fix os namespace in systemd_sink.h (#2668). Thanks @MyNameIsLame.
  * Enable systemd_sink tests in linux pipeline (#2669). Thanks @MyNameIsLame.
  * Fix stdout_sink_base::log's fflush() behaviour inconsistency (#2646). Thanks @25077667.
  * Fix for missing pthread_threadid_np in macOS < 10.6 and PowerPC (#2715). Thanks @barracuda156.
  * Fix ringbuffer_sink moving warning (#2722). Thanks @jamesruan.
  * Update INSTALL doc (#2775). Thanks @7starsea.
  * Fix warning in qt_sinks.h (#2781). Thanks @dayfixer.
  * Remove IPv4 limitation from tcp_client (#2790). Thanks @Simon-Janos.
  * Fix android sink when message is not loggable (#2801). Thanks @lucasrangit.
- Removed three patches after update update to 1.12.0 includes these
  * patch 0ca574ae168820da0268b3ec7607ca7b33024d05.patch removed
  * patch v1.11.0_removed_brackets_for_fmt_10.diff removed
  * patch tt4g-fix-2735.diff removed
  
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1088053 from Bernd Ritter's avatar Bernd Ritter (comrad) (revision 27)
- Applied three patches from upstream after update to dependency fmt 1.10 broke test in daily_file_sink #2735
  * patch 0ca574ae168820da0268b3ec7607ca7b33024d05.patch add support for a changed symbol in fmt 1.10.0
  * patch v1.11.0_removed_brackets_for_fmt_10.diff removes duplicate brackets from unit tests
  * patch tt4g-fix-2735.diff solves the failing tests due to a now redundant workaround
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1032966 from Bernd Ritter's avatar Bernd Ritter (comrad) (revision 26)
- Update to version 1.11.0
  * Update to fmt lib version 9.1.0 #2346, #2485, #2512, #2517 . Thanks @sylveon, @YunchengLiu, @tt4g, @tycho and @vitaut
  * Fix template instantiation warning #2336 . Thanks @aengusjiang
  * Event handlers improvements #2342, #2375 . Thanks @espkk and @kslattery
  * Allow modifying the used Android buffer ID #2358. Thanks @tiolan
  * Fix clone in async test #2364. Thanks @stkw0
  * Custom formatter optimization #2365. Thanks @conr2d
  * Fix C++14 builds for gcc 4.x (#2333) #2372 . Thanks @kslattery
  * Add minor version to CMake's SOVERSION #2376
  * Allow compilation with FMT_ENFORCE_COMPILE_STRING #2381. Thanks @john4744
  * Fix pkg-config generation #2383. Thanks @alexshpilkin
  * Remove unused code from null_mutex #2385. Thanks @panzhongxian
  * Fix redundant std::move #2396. Thanks @polesapart
  * Remove the empty file if in first period in hourly logger #2386. Thanks @panzhongxian
  * Add reset_overrun_counter() function to the async logging #2399 Thanks @bergen4
  * Set C++20 in CMake when SPDLOG_USE_STD_FORMAT option is turned on #2402. Thanks @cookcocck
  * Fix mingw test #2415. Thanks @neheb
  * Support for any std::chrono::duration type in flush_every(..) #2439. Thanks @LucasChollet
  * Fix implicit casting of level_enum #2443. Thanks @ibmibmibm
  * Comment fix #2445. Thanks @Hish15
  * Fix gcc 4.x build #2449. Thanks @Simon-Janos
  * Add openSUSE installation instructions #2468. Thanks @LorenDB
  * Fixed missing include file in stopwatch.h #2434. Thanks @fabianbuettner
  * Support for omitting source info by defining SPDLOG_NO_SOURCE_LOC #2476. Thanks @nigels-com
  * Added SPDLOG_BUILD_PIC build option to CMake #2475. Thanks @nigels-com
  * Fix include windows.h #2495. Thanks @panicgh
  * Workaround gcc 12 warnings #2498, #2499 . Thanks @offa
  * Migrate to Github Actions CI #2500. Thanks @offa
  * Replace iterator difference with std::distance #2509 Thanks @kin4stat
  * Export targets file to build directory at configure time #2514, #2515. Thanks @puneetmatharu
  * MongoDB sink improvements #2519. Thanks @sandorzm
  * Fix shadow warning in dist_sink #2431. Thanks @MohammadKanan for reporting.
  * Fixed msvc warning C4800 in win_eventlog_sink
  * Check IsDebuggerPresent() in msvc_sink before doing actual work #2408. To use old behavior pass false to the msvc_sink constructor. Thanks @DominikGrabiec and @sylveon
- Removed e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch as [boo#1199306] is now integrated. 
  * Updated baselibs.conf accordingly.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1030968 from Bernd Ritter's avatar Bernd Ritter (comrad) (revision 25)
- Adjust baselibs.conf for #1199306 patch.
- Update descriptions.
- Add e36b69a0ecbdfb51cc28087b11256fb88c360ba4.patch 
  [boo#1199306]; changes SONAME to be more distinct
- Limit build choices on catch2-dependency to catch2 2.13.4 and
  lower than (new) 3 
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 974295 from Bernd Ritter's avatar Bernd Ritter (comrad) (revision 24)
Updated to version 1.10.0.
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 910461 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 21)
- Add spdlog-1.9.1-use_system_catch2.patch (fixes boo#1189103)
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 881381 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 17)
- Update to version 1.8.5
  * Fix compiling with C++17: remove constexpr on
    level_string_views.
- Update to version 1.8.4
  * Remove version requirement from find_package when searching
    external fmt.
- Update to version 1.8.3
  * New hourly file sink . Creates new file every hour. Can be
    limited to retain only the last N files.
  * New daily sink filename custom formatting. Users now can
    pass custom strftime pattern to the log filename. For
     example: daily_logger_format_mt.
  * Add SPDLOG_DISABLE_DEFAULT_LOGGER as a CMake option.
  * Improve color terminal detection.
  * Ensure SPDLOG_FMT_EXTERNAL is honored in the bench program.
  * Skip CMake module mode when finding fmt.
  * Open files with "ab" mode even if truncating to better
    support logrotate.
  * Fix compiling error and typo in hourly file sink.
  * Add constexpr to SPDLOG_LEVEL_NAMES declaration.
  * Initializer list style consistency.
  * Fix call to non-constexpr function.
  * Better numeric_limits<>::max/min fix when
    SPDLOG_WCHAR_TO_UTF8_SUPPORT is defined.
  * Simplified wincolor sink code and intensify the red and
    yellow colors.
  * Set default value to registry::err_handler_ to resolve
    Klocwork warning.
  * Formatter bench: Fix compilation by avoiding function name
    decay mechanics.
  * Fix warning whe the compilation flag -Wswitch-default is
    present.
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by