summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.cc
AgeCommit message (Collapse)Author
2021-07-10Use dcp::compose rather than our own.composeCarl Hetherington
2021-05-03C++11 tidying.Carl Hetherington
2020-04-13Tidy up nanomsg class API; add unmounting for Linux.Carl Hetherington
2020-04-06Add disk writer tool.Carl Hetherington
2020-03-11Give a better error when opening a DCP with File -> Open by mistake (#1723).Carl Hetherington
2019-09-29Improve OpenFileError so that it doesn't say "opening for read"v2.15.20Carl Hetherington
in one case where it should say "opening for read/write". Also add some unit tests for ReelWriter.
2019-05-10Basics of OpenGL viewer.Carl Hetherington
2018-07-07Give better errors when incorrect KDMs are used (#1326).Carl Hetherington
2018-03-22Improve the appearance of a few error messages (#1187).Carl Hetherington
2017-06-01Improve an error message.Carl Hetherington
2017-05-13Give a slightly better error whn trying to add a KDM using add-file (#1035).Carl Hetherington
2017-04-05More detailed error with an invalid signer chain.Carl Hetherington
2016-08-21Even better open-file error reports.Carl Hetherington
2016-08-18Better errors on open fails; remove unused exception.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-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-02-12Rename SubRip -> TextSubtitle.Carl Hetherington
2015-10-20Replace StringError with the equivalent std::runtime_error.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2014-12-20Hand-apply d849d411cff28ef5453085791d0b4d7cd73bd070 from master; replace all ↵Carl Hetherington
assert()s with thrown exceptions.
2014-07-18Keep signing certificates / keys in config.xml rather than on disk; allow ↵Carl Hetherington
configuration.
2014-06-20Fix small .srt parsing bug; add a test.Carl Hetherington
2014-05-02Comments.Carl Hetherington
2014-01-11Various work on SubRip.Carl Hetherington
2013-07-20Some more use of boost::filesystem::path; catch exceptions in OnInit().Carl Hetherington
2013-03-20Make exception strings translatable (#81).Carl Hetherington