summaryrefslogtreecommitdiff
path: root/src/lib/check_content_change_job.cc
AgeCommit message (Collapse)Author
2022-06-10Rename CheckContentChangeJob -> CheckContentJob.Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-11-29Fix mis-merge.Carl Hetherington
2021-11-28Rearrange checking (and re-examining) content.Carl Hetherington
Most importantly, checking of content for changes before making a DCP is now done in the TranscodeJob (rather than being in a separate job). This makes things a little neater and also makes the batch converter less confusing when you add a job whose content has changed.
2021-11-28Extract part of the content change job to Content.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-06-04Only add ExamineContentJobs after a failed CheckContentChangeJobCarl Hetherington
if we are in the GUI. In the CLI client we will give up if the CheckContentChangeJob fails, and immediately destroy the job manager which doesn't end well if we have jobs running at the time.
2020-03-06Stop threads at the start of their object's destruction in all Job cases.Carl Hetherington
2019-10-14Add a comment.v2.15.23Carl Hetherington
2019-07-23Tidy up handling of content-modified checks when using the dcpomatic_cli.Carl Hetherington
2018-12-04Make some verb tenses more consistent.Carl Hetherington
2018-08-21Check content before making DCP.Carl Hetherington
2018-08-21Give a message when changed files are re-examined.Carl Hetherington
2018-08-21Check content for changes on loading a project.Carl Hetherington