Add a nice note for general MXF errors.
[libdcp.git] / src / language_tag.cc
2022-11-24 Carl HetheringtonTidy up some operators, made possible by the previous...
2022-04-12 Carl HetheringtonAdd and use new File class. merged-to-main
2021-06-25 Carl HetheringtonC++11 cleanup.
2021-03-23 Carl HetheringtonAdd operator!= and operator< for LanguageTag
2021-03-20 Carl HetheringtonAdd access to DCNC list.
2021-01-24 Carl HetheringtonTidying.
2021-01-22 Carl HetheringtonAssorted c++11 cleanups.
2021-01-21 Carl HetheringtonSome more use of enum class.
2021-01-17 Carl HetheringtonLanguageTag strings should not care about case.
2020-11-01 Carl HetheringtonMissing return value check.
2020-09-27 Carl HetheringtonLoad language tags from on-disk files rather than embed...
2020-09-26 Carl HetheringtonDeclare language tag lists as const.
2020-09-21 Carl HetheringtonSupport CPL metadata.
2020-09-21 Carl HetheringtonAllow LanguageTag to be constructed from a tag string.
2020-09-20 Carl HetheringtonAdd new LanguageTag class.