Tidying a few things up.
[libdcp.git] / tools / dcpverify.cc
2021-03-18 Carl HetheringtonTidy how we're finding the tags and xsd directories.
2021-01-22 Carl HetheringtonRemove some unused #includes.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-19 Carl HetheringtonCleanup: tidy enum names for verification codes.
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-17 Carl HetheringtonBv2.1 6.1: DCPs must be SMPTE.
2021-01-17 Carl HetheringtonAdd VERIFY_BV21_ERROR.
2020-09-21 Carl HetheringtonFix crashes when static linking due to tricky lifetime crash
2020-09-21 Carl HetheringtonAdd --ignore-missing-assets and --quiet to dcpverify.
2019-12-22 Carl HetheringtonValidate XML with xerces.
2019-12-22 Carl HetheringtonUse VerificationNote for non-fatal errors in DCP::read.
2019-01-12 Carl HetheringtonMove verify API away from strings towards error codes.
2019-01-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2019-01-06 Carl HetheringtonVery simple dcpverify.