[wesnoth-commits] [wesnoth/wesnoth] aad330: Implement thread-safety in the logging system

Celtic Minstrel noreply at github.com
Tue Oct 13 13:17:23 UTC 2020


  Branch: refs/heads/thread_safe_logging
  Home:   https://github.com/wesnoth/wesnoth
  Commit: aad330bc34bf78cd29cee8b11587e4b071355b45
      https://github.com/wesnoth/wesnoth/commit/aad330bc34bf78cd29cee8b11587e4b071355b45
  Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
  Date:   2020-10-13 (Tue, 13 Oct 2020)

  Changed paths:
    M src/deprecation.cpp
    M src/font/pango/stream_ops.hpp
    M src/formatter.hpp
    M src/game_config_manager.cpp
    M src/game_events/pump.cpp
    M src/gui/core/log.hpp
    M src/log.cpp
    M src/log.hpp
    M src/server/campaignd/addon_utils.cpp

  Log Message:
  -----------
  Implement thread-safety in the logging system

This chooses a method that minimizes the need to alter the way log messages are written.
Only a few places that did unusual things with the logger needed to be updated.





More information about the Commits mailing list