summaryrefslogtreecommitdiff
path: root/src/lib/dcpomatic_log.h
AgeCommit message (Collapse)Author
2025-12-06Clarify and improve decoder/player/butler logging a bit.Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
2025-07-10Replace String::compose with fmt.Carl Hetherington
sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc
2025-07-10Add some includes of fmt/format.h.Carl Hetherington
2024-06-23Add log entry for the HTTP server.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2021-01-30Rename debug type THREED to THREED_D.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-05Add more logging and some missing prefs checkboxes for existing logging.v2.15.87Carl Hetherington
2020-05-20Add a bit more debug logging to the player.Carl Hetherington
2020-05-20Rename TYPE_DEBUG_PLAYER to TYPE_DEBUG_VIDEO_VIEW.Carl Hetherington
2020-04-06Add disk writer tool.Carl Hetherington
2020-03-01Remove unused LOG_DEBUG_DECODE and re-use it to add some 3D shuffler logging.v2.15.46Carl Hetherington
2019-02-17More player debugging for butler video-full states.v2.13.121Carl Hetherington
2019-02-13Fix build.v2.13.117Carl Hetherington
2018-11-23Add missing files.Carl Hetherington