Add write_string_to_file().
[libdcp.git] / src / util.cc
2024-02-17 Carl HetheringtonAdd write_string_to_file(). v1.8.97
2024-02-17 Carl HetheringtonCleanup: use std::vector rather than a raw array.
2023-11-19 Carl HetheringtonReport progress with done/total rather than a float.
2023-10-08 Carl HetheringtonAdd wrappers around boost::filesystem methods that...
2023-04-26 Carl HetheringtonGive better errors when invalid urn:uuid: strings are...
2023-02-16 Carl HetheringtonChange how whitespace in subtitles is handled.
2022-12-22 Carl HetheringtonSupport some different headers in private_key_fingerprint()
2022-04-12 Carl HetheringtonAdd and use new File class. merged-to-main
2022-03-03 Carl HetheringtonAdd lists of ratings. v1.8.9
2022-03-01 Carl HetheringtonMake dcp::init() take a general resources directory...
2021-04-30 Mart JansinkPrefer the tags directory specified in LIBDCP_RESOURCES
2021-03-18 Carl HetheringtonTidy how we're finding the tags and xsd directories.
2021-01-23 Carl HetheringtonTidying.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-17 Carl HetheringtonReplace std::list with std::vector in the API.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-11-01 Carl HetheringtonAdd Data class and change API to a raw pointer.
2020-11-01 Carl HetheringtonRename Data -> ArrayData.
2020-09-27 Carl HetheringtonLoad language tags from on-disk files rather than embed...
2020-09-21 Carl HetheringtonFix crashes when static linking due to tricky lifetime crash
2020-09-21 Carl HetheringtonAdd ASDCPErrorSuspender to hide errors from asdcplib...
2020-03-09 Carl HetheringtonMerge.
2020-02-03 Carl HetheringtonAnother build fix.
2020-02-03 Carl HetheringtonTry always loading the openssl crypto module, not the...
2020-02-03 Carl HetheringtonTry again to fix Windows build of previous.
2020-02-03 Carl HetheringtonTry to fix build of previous.
2020-02-03 Carl HetheringtonProvide more details on failure to load xmlsec-crypto.
2019-12-23 Carl HetheringtonAdd struct tm constructor for LocalTime, use it to...
2019-12-22 Carl HetheringtonAdd fix_empty_font_ids() to replace empty Font ids...
2019-12-01 Carl HetheringtonCheck that KDM validity periods are safely within the...
2019-01-24 Carl HetheringtonFully indent PKL/CPL.
2018-10-09 Carl HetheringtonMerge branch 'master' of ssh://main.carlh.net/home...
2018-09-28 Carl HetheringtonMove some methods to where they make more sense.
2018-09-23 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-09-18 Carl HetheringtonThrow a better error on bad content kind.
2018-09-02 Carl HetheringtonHopefully-correct PKL and AssetMap when using Interop...
2017-12-22 Carl HetheringtonAdd openjpeg_version method.
2017-06-05 Carl HetheringtonFix up management of certificate chain validity.
2017-03-17 Carl HetheringtonMove Size operator functions to the same file as the...
2016-07-29 Carl HetheringtonImprove an error message slightly.
2016-07-28 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/libdcp into 1.0
2016-07-21 Carl HetheringtonTrim some unused stream includes / usings.
2016-07-01 Carl Hetheringtonasdcp headers moved into subdirectory.
2016-06-13 Carl HetheringtonAdd OpenSSL licence exception.
2016-06-01 Carl HetheringtonStill more licence fixups.
2016-05-25 Carl HetheringtonNo-op; Fix GPL address and mention libdcp by name.
2016-03-05 Carl HetheringtonRemove some unnecessary includes.
2016-01-05 Carl HetheringtonTry to rationalise handling of urn:uuid: prefixes.
2015-12-04 Carl HetheringtonMove J2K comp/decomp out into j2k.{cc,h}
2015-12-04 Carl HetheringtonPort to openjpeg version 2.1.
2015-11-28 Carl HetheringtonAdd nice decompress_j2k wrapper; small fixes to bench.
2015-11-28 Carl HetheringtonAdd compress_j2k method and simple benchmark.
2015-11-04 Carl HetheringtonHopefully fix file_to_string() on Windows with text...
2015-11-04 Carl HetheringtonThrow an exception if file_to_string fails.
2015-11-03 Carl HetheringtonTrim openjpeg.h includes.
2015-07-29 Carl HetheringtonMerge branch '1.0' of ssh://main.carlh.net/home/carl...
2015-07-29 Carl HetheringtonRename certificates.{cc,h} -> certificate.{cc,h}.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-24 Carl HetheringtonNo-op: whitespace.
2015-06-10 Carl HetheringtonRename XYZImage -> OpenJPEGImage.
2015-06-10 Carl HetheringtonSupport decompression of JP2 as well as JPEG2000 codest...
2015-06-05 Carl HetheringtonFix ordering of KeyId tag in SMPTE CPLs.
2015-02-02 Carl HetheringtonRemove Image and ARGBImage and just dump RGB data into
2015-02-02 Carl HetheringtonRename XYZFrame -> XYZImage and ARGBFrame -> ARGBImage.
2014-12-28 Carl HetheringtonPurge assert() from src/, at least (not asdcplib).
2014-12-28 Carl HetheringtonChange colourspace handling round a bit: 1.0-colour-cleanup
2014-07-18 Carl HetheringtonVarious small tweaks and fixes.
2014-07-17 Carl HetheringtonGet Signer to take a PEM string rather than a filename.
2014-05-14 Carl HetheringtonMerge master.
2014-05-03 Carl HetheringtonAdd ids_equal().
2014-03-19 Carl HetheringtonConsiderable re-work of KDM class to express the differ...
2014-03-18 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge master.
2014-03-17 Carl HetheringtonMerge branch 'master' into 1.0
2014-02-26 Carl HetheringtonMerge master; MXF subtitle stuff not included.
2014-02-12 Carl HetheringtonVarious small fixes.
2014-01-28 Carl HetheringtonVarious fixes.
2014-01-27 Carl HetheringtonVarious tweaks; work on read_dcp example.
2014-01-26 Carl HetheringtonComments / tidying up.
2014-01-26 Carl HetheringtonA little tidying up.
2014-01-26 Carl HetheringtonIt builds again.
2014-01-23 Carl HetheringtonMerge branch 'master' into 1.0
2014-01-17 Carl Hetheringtonnamespace libdcp -> dcp.
2014-01-08 Carl HetheringtonThrow better file errors (with numbers).
2013-12-05 Carl HetheringtonAccept any old case for DCP content kinds.
2013-11-25 Carl HetheringtonMissing using.
2013-11-25 Carl HetheringtonRemove a possibly dodgy use of fstream.
2013-11-01 Carl HetheringtonFix small memory leak on decompression.
2013-10-18 Carl Hetheringtontm_to_string() should use 24 hour clock.
2013-10-09 Carl HetheringtonAvoid use of pipes in openssl hackery.
2013-09-29 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2013-09-29 Carl HetheringtonFix signing of KDMs.
2013-09-19 Carl HetheringtonRename Encryption -> Signer; move some methods into it.
2013-09-18 Carl HetheringtonA few encryption-related fixes and comments.
2013-09-18 Carl HetheringtonSeparate time -> string functions out.
2013-08-29 Carl HetheringtonOptional progress reporting when making MXF hashes.
2013-08-25 Carl HetheringtonMerge branch 'master' into interop
2013-08-25 Carl HetheringtonUntested interop DCP/KDM support.
2013-07-23 Carl HetheringtonA few small cleanups.
2013-07-12 Carl HetheringtonMove XYZ/RGB function to its own source file.
next