Fix boost bind placeholder warnings.
[libdcp.git] / tools / dcpverify.cc
2023-08-08 Carl HetheringtonFix boost bind placeholder warnings.
2023-08-08 Carl HetheringtonCleanup: header ordering.
2023-04-07 Carl HetheringtonClarify success message from dcpverify a little.
2023-02-26 Carl HetheringtonRemove LIBDCP_VERSION in favour of dcp::version. v1.8.62
2023-02-12 Carl HetheringtonAdd --no-asset-hash-check and --asset-hash-check-maximu... v1.8.56
2023-02-12 Carl HetheringtonTerminate dcpverify correctly when an invalid option...
2022-10-11 Carl HetheringtonSome dcpverify output tidying.
2022-10-11 Carl HetheringtonAdd a progress bar.
2022-10-11 Carl HetheringtonCleanup: use some lambdas.
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.