summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-11Add check for empty <LabelText> in <ContentVersion>v1.8.76Carl Hetherington
2023-08-11Cleanup: comment formatting for auto-generated docs.Carl Hetherington
2023-08-08Cleanup: make some default constructors more consistent.v1.8.75Carl Hetherington
2023-08-08Fix boost bind placeholder warnings.Carl Hetherington
2023-08-08Cleanup: header ordering.Carl Hetherington
2023-08-08Remove unused method.Carl Hetherington
2023-08-08Ignore some ASDCP warnings.Carl Hetherington
2023-07-29Add equality option sound_assets_can_differ.Carl Hetherington
2023-07-26Rationalise #undef-ing of ERROR.tidy-eq-optionsCarl Hetherington
2023-07-25Include trimming.Carl Hetherington
2023-07-25Cleanup: move EqualityOptions into its own file.Carl Hetherington
2023-07-25Cleanup: forward declaration sorting.Carl Hetherington
2023-07-25Cleanup: include sorting.Carl Hetherington
2023-07-25Cleanup: pass EqualityOptions as const&Carl Hetherington
2023-07-25Cleanup: use = default.Carl Hetherington
2023-07-25Make EqualityOptions into a class.Carl Hetherington
2023-07-25Cleanup: fix typo in comment.Carl Hetherington
2023-06-29Add asset_hashes_can_differ option to the equality checks.v1.8.74Carl Hetherington
2023-06-29When reading a DCP set up asset hashes from the CPL/PKL, not by digesting the...Carl Hetherington
2023-06-27Add Asset::unset_hash().Carl Hetherington
2023-06-27Cleanup: remove unnecessary namespace.Carl Hetherington
2023-06-27Fix tests that were writing assets with the same filename to different reels.Carl Hetherington
2023-06-27Cleanup: sorting.Carl Hetherington
2023-06-27Move Editor class from verify_test.cc to test.ccCarl Hetherington
2023-06-27Add verifier check for the actual asset file's ID not being the same as the o...Carl Hetherington
2023-06-27Cleanup: better variable names.Carl Hetherington
2023-06-27Cleanup: const.Carl Hetherington
2023-06-27Add Asset::set_file_preserving_hash().Carl Hetherington
2023-06-27Cleanup: set annotation text in make_simple().Carl Hetherington
2023-06-02Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73Carl Hetherington
2023-06-02Cleanup: replace a nasty try/catch.Carl Hetherington
2023-06-02Cleanup: formatting.Carl Hetherington
2023-06-02Cleanup: remove some unpleasant (and I think unnecessary) casting.Carl Hetherington
2023-06-02Rename MISSING_LOAD_FONT -> MISSING_LOAD_FONT_FOR_FONT.Carl Hetherington
2023-05-31Cleanup: comment typo fix.Carl Hetherington
2023-05-28Add SoundAsset::active_channels().v1.8.72Carl Hetherington
2023-05-28Fix stupid mistake introduced in 1e010ab5.v1.8.71Carl Hetherington
2023-05-28Don't unconditionally clear _fonts when inspecting assets (DoM #2536).v1.8.70Carl Hetherington
2023-05-28Cleanup: use find_if().Carl Hetherington
2023-05-28Cleanup: reduce some scopes.Carl Hetherington
2023-05-24More detailed error message.Carl Hetherington
2023-05-21Remove unnecessary initializers.Carl Hetherington
2023-05-15Formatting tidying; use vector instead of scoped_array.Carl Hetherington
2023-05-15Style/formatting tweaks.Carl Hetherington
2023-05-12Add SubtitleAsset::ensure_font().v1.8.69Carl Hetherington
2023-05-11Cleanup: ues BOOST_CHECK_EQUAL.v1.8.68Carl Hetherington
2023-05-11Remove some debugging prints.Carl Hetherington
2023-05-11Check that all <Font> tags have a corresponding <LoadFont> in the verifier.Carl Hetherington
2023-05-11Add ID member to verification note.Carl Hetherington
2023-04-26Give better errors when invalid urn:uuid: strings are found (DoM #2521).Carl Hetherington