BOOST_FOREACH.
[dcpomatic.git] / src / tools / dcpomatic_kdm_cli.cc
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-10-21 Carl HetheringtonmacOS / new boost build fixes. v2.15.104
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd a 'Make DKDM' dialogue box to simplify and (hopeful...
2020-05-06 Carl HetheringtonExtract common code out into kdm_for_screen()
2020-05-06 Carl HetheringtonRemove some now-pointless passing of name_values.
2020-05-06 Carl HetheringtonSet 'i' earlier in name_values.
2020-05-06 Carl HetheringtonWrite 'f', 'b' and 'e' tags into all KDMWithMetadata...
2020-05-06 Carl HetheringtonRename some variables and re-implement collect().
2020-05-06 Carl HetheringtonMove some functions to kdm_with_metadata
2020-05-06 Carl HetheringtonPull methods out of CinemaKDMs.
2020-05-06 Carl HetheringtonRemove Screen pointer from KDMWithMetadata, preferring to
2020-05-06 Carl HetheringtonAdd KDMWithMetadataPtr typedef
2020-05-06 Carl HetheringtonRename ScreenKDM -> KDMWithMetadata
2020-05-04 Carl HetheringtonMove Film::make_kdms to the call sites.
2020-01-03 Carl HetheringtonFix failure to save screen notes when making a new...
2019-05-13 Carl HetheringtonNon-swaroop build fixes. v2.15.4
2019-05-10 Carl HetheringtonPut Font and Screen into dcpomatic namespace.
2019-01-28 Carl HetheringtonFix missing word.
2018-12-10 Carl HetheringtonAccept chains in files as well as individual certificates.
2018-12-07 Carl HetheringtonNicer error when trying to make a KDM for an unencrypte...
2018-12-07 Carl HetheringtonUse program_name in help.
2018-11-21 Carl HetheringtonFix incorrect help for dcpomatic2_kdm_cli.
2018-11-09 Carl HetheringtonAllow specification of trusted devices by thumbprint... v2.13.68
2018-02-14 Carl HetheringtonBuild fixes.
2018-02-14 Carl HetheringtonAdapt for changes to disable_forensic variable types...
2018-02-14 Carl HetheringtonTidy up option parsing a little.
2018-02-14 Carl HetheringtonWhitespace and small stylistic tweaks.
2018-02-14 Mart JansinkDon't disable forensic marking by default.
2018-02-14 Mart JansinkCorrectly handle multiple cinemas and multiple screens...
2018-02-14 Mart JansinkOptionally provide a custom filename and container...
2018-02-14 Mart JansinkAllow cinemas and DKDMs to be specified manually via...
2018-02-14 Mart JansinkAllow the missing full "valid-duration" argument.
2018-02-14 Mart JansinkAdd the "Multiple Modified Transitional 1" KDM formulation.
2018-02-05 Carl HetheringtonWarning fixes.
2017-12-31 Carl HetheringtonAdd option to dump known DKDM CPL IDs.
2017-12-31 Carl HetheringtonUntested support for KDM creation from DKDM (#1132).
2017-12-31 Carl HetheringtonSeparate from-film code out into a method.
2017-12-30 Carl HetheringtonUse optional<> more.
2017-12-30 Carl HetheringtonMore refactoring.
2017-12-30 Carl HetheringtonRefactor slightly.
2017-05-15 Carl HetheringtonDon't put seconds in KDM filenames.
2017-03-07 Carl HetheringtonMerge.
2017-03-03 Carl HetheringtonAdd options to write KDMs to separate directories ...
2016-12-16 Carl HetheringtonConfirm overwrite of KDMs (#1008).
2016-08-24 Carl HetheringtonBasic template support (#485).
2016-08-23 Carl HetheringtonFix potential buffer overflow.
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-29 Carl HetheringtonSimplification of name format stuff.
2016-07-29 Carl HetheringtonBasics of custom DCP filename components.
2016-07-29 Carl HetheringtonAllow configuration of KDM filename format.
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-06-02 Carl HetheringtonFix build.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-03-08 Carl HetheringtonFix merge.
2016-03-08 Carl HetheringtonTake notice of cinema time zones when making KDMs ...
2015-11-15 Carl HetheringtonBasic support for trusted device lists in KDMs (#750).
2015-11-13 Carl HetheringtonAllow multiple recipients of KDM emails (#745).
2015-10-09 Carl HetheringtonRemove use of Film in KDM stuff.
2015-10-09 Carl HetheringtonRemove the need for ScreenKDM::collect.
2015-10-09 Carl HetheringtonTry to clean up KDM creation code a bit.
2015-10-09 Carl HetheringtonRename dcpomatic_kdm -> dcpomatic_kdm_cli.