summaryrefslogtreecommitdiff
path: root/src/lib/log.cc
AgeCommit message (Collapse)Author
2018-11-26Don't access Config from the static creation of dcpomatic_log.Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2018-11-21Take Film pointer out of Content.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-06-21Revert "Use make_shared<>."Carl Hetherington
Support for this seems to vary wildly across DoM's build targets. Stuff that builds on 16.04 won't build on 14.04, for example. Seems to not be worth the hassle now. This reverts commit 5a5324ed3a381a86dfe0a6e3932c1d58fdcd596f.
2016-06-21Use make_shared<>.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-05-18Remove somewhat irritating logging to stdout.Carl Hetherington
2015-10-15Log to stdout in DCPOMATIC_DEBUG.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.Carl Hetherington
2015-08-26Split log.{cc,h}.Carl Hetherington
2015-06-30Calm down default logging a bit.Carl Hetherington
2015-06-25Add DEBUG_DECODE and some basic debugging of the decoding process.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-01-07Make a note in the log when XYZ values are clamped by libdcp on XYZ -> RGB ↵Carl Hetherington
conversion.
2015-01-06Add log TYPE_DEBUG from 1.x.Carl Hetherington
2014-12-05More header file rearrangement.Carl Hetherington
2014-11-06.\n in emails appears to screw things up, so add a space.Carl Hetherington
2014-11-06Fix log head/tail functions.Carl Hetherington
2014-11-06Basic support for emailing a report of a problem (#43).Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random ↵Carl Hetherington
crashes on OS X.
2014-06-04Fix crash due to lack of signal disconnection.Carl Hetherington
2014-05-24Rely on Config for log settings, not the command line.Carl Hetherington
2014-05-21Try to fix clashes caused by ERROR, WARNING etc. as variables.Carl Hetherington
2014-05-21Tidy up logging a bit. Make it configurable from the GUI.Carl Hetherington
2014-02-10Improve emergency log file message slightly.Carl Hetherington
2014-02-09Various OOM fixes; fancy terminate() handler.Carl Hetherington
2013-11-26A whole load of UTF-8/-16 confusion fixes for Windows.Carl Hetherington
2013-10-19Another Win32 fix.Carl Hetherington
2013-10-19More string -> boost::filesystem::path.Carl Hetherington
2013-02-28Various markup and tweaks.Carl Hetherington
2013-01-17Some fixes and logs.Carl Hetherington
2012-12-06More logging tweaks; allow log level to be specified on the command line; ↵Carl Hetherington
bump libdcp version.
2012-10-01Some more debug logging.Carl Hetherington
2012-09-18Sort of working log window.Carl Hetherington
2012-07-15Move things round a bit.Carl Hetherington