summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
AgeCommit message (Collapse)Author
2016-01-10Introduce dc::Package, changing lots of namespaces in the process.Carl Hetherington
2016-01-05Put everything into dcp::dc and change DCP -> Package.Carl Hetherington
2015-10-20Fix capitalisation in previous.Carl Hetherington
2015-10-19Use std::runtime_error instead of our own StringError asCarl Hetherington
a) it does the same job and b) its type and what() survive the boundary between the libdcp .so and the main DCP-o-matic executable. Before this StringError-derived exceptions caught by DCP-o-matic were only recognised as std::exceptions (without the what()) message. I don't know why this happens, but this works around it.
2015-06-24No-op: whitespace.Carl Hetherington
2014-12-28Purge assert() from src/, at least (not asdcplib).Carl Hetherington
2014-06-13Throw NotEncryptedError on trying to make a KDM for non-encrypted assets.Carl Hetherington
2014-05-03Use exceptions to hold errors even in the keep_going case.Carl Hetherington
2014-03-19Considerable re-work of KDM class to express the difference between ↵Carl Hetherington
encrypted and unencrypted KDMs.
2014-03-18Merge master.Carl Hetherington
2014-03-18Various test tidying.Carl Hetherington
2014-01-26It builds again.Carl Hetherington
2014-01-17namespace libdcp -> dcp.Carl Hetherington
2014-01-08Remove compose.hpp dependency from header.Carl Hetherington