SHA256
1
0
forked from pool/spdlog
Go to file
Luigi Baldoni 76207cc3b2 Accepting request 881222 from home:alois:branches:devel:libraries:c_c++
- 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.

OBS-URL: https://build.opensuse.org/request/show/881222
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/spdlog?expand=0&rev=42
2021-03-24 22:24:03 +00:00
.gitattributes Accepting request 357096 from home:msmeissn 2016-02-01 10:40:43 +00:00
.gitignore Accepting request 357096 from home:msmeissn 2016-02-01 10:40:43 +00:00
spdlog-1.8.3.tar.gz Accepting request 881222 from home:alois:branches:devel:libraries:c_c++ 2021-03-24 22:24:03 +00:00
spdlog.changes Accepting request 881222 from home:alois:branches:devel:libraries:c_c++ 2021-03-24 22:24:03 +00:00
spdlog.spec Accepting request 881222 from home:alois:branches:devel:libraries:c_c++ 2021-03-24 22:24:03 +00:00