Use unique_ptr.
[dcpomatic.git] / src / lib / send_problem_report_job.cc
2021-05-03 Carl HetheringtonC++11 tidying.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-03-06 Carl HetheringtonStop threads at the start of their object's destruction...
2019-03-28 Carl HetheringtonAllow explicit specification of email protocol (plain... v2.13.138
2017-04-19 Carl HetheringtonVarious Doxygen fixes.
2017-03-23 Carl HetheringtonSend current film metadata with problem report, not...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2015-12-04 Carl HetheringtonEnsure basic system information is in problem reports.
2015-12-04 Carl HetheringtonFix nonfunctional send-problem-report.
2015-12-01 Carl HetheringtonMissing set_state().
2015-11-19 Carl HetheringtonRemove unused parameter.
2015-11-13 Carl HetheringtonAllow multiple recipients of KDM emails (#745).
2015-10-09 Carl HetheringtonReplace quickmail with a direct (and asynchronous)...
2015-10-09 Carl HetheringtonAllow _film to be 0.
2015-10-03 Carl HetheringtonMore logs in problem report email.
2015-08-20 Carl HetheringtonTweak problem report email.
2015-08-20 Carl HetheringtonMake sure program version gets into a problem report...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-06-12 Carl HetheringtonTidy progress report when sending problem report email.
2015-03-24 Carl HetheringtonHand-apply e30fd8d; resurrect JSON server code.
2014-11-06 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-11-06 Carl HetheringtonUse in-tree libquickmail; send metadata.xml too; fix...
2014-11-06 Carl HetheringtonBasic support for emailing a report of a problem (...