[wesnoth-commits] [wesnoth/wesnoth] 4d5bcc: Implement thread-safety in the logging system
Celtic Minstrel
noreply at github.com
Fri Oct 9 05:19:18 UTC 2020
Branch: refs/heads/thread_safe_logging
Home: https://github.com/wesnoth/wesnoth
Commit: 4d5bcccf9cd3762e141760067371fdd17bbee48d
https://github.com/wesnoth/wesnoth/commit/4d5bcccf9cd3762e141760067371fdd17bbee48d
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2020-10-09 (Fri, 09 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
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