summaryrefslogtreecommitdiff
path: root/src/lib/environment_info.cc
AgeCommit message (Collapse)Author
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-04-21Extract all uses of DCP-o-matic name to allow branding.Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-05-07Hide some more FFmpeg warnings.v2.15.143Carl Hetherington
2021-04-07Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-14Try to mention ARM64 builds in the logs correctly.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-10-12Change MagickImageProxy to FFmpegImageProxy and make it use FFmpegCarl Hetherington
to decode images. Hence remove {Image,Graphics}Magick.
2018-04-26More build fixes.Carl Hetherington
2018-04-26Try to fix build.Carl Hetherington
2017-12-18More build tweaks for arch.Carl Hetherington
2017-12-18Try to fix build failure with ImageMagick 7 on arch.Carl Hetherington
2017-12-09Add some information about Windows versions.Carl Hetherington
2016-08-13Windows build fixes.Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
the suspected thread-unsafe crash bugs on OS X.
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of ↵Carl Hetherington
stringstream.
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-12-05Fix build on Windows.Carl Hetherington
2015-12-04Ensure basic system information is in problem reports.Carl Hetherington
2015-12-04Build fixes.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-02-03Move log environment dump stuff out into its own file.Carl Hetherington