| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2024-12-26 | Setup path encoding for Windows in tests. | Carl Hetherington | |
| Then we can create boost::filesystem::paths from UTF-8 literals without everything going west. | |||
| 2024-05-22 | Rename new_test_film2 -> new_test_film. | Carl Hetherington | |
| 2024-05-21 | Replace all new_test_film with new_test_film2. | Carl Hetherington | |
| 2023-09-07 | Sanitise asset names after potentially failed %-based substitutions (#945). | Carl Hetherington | |
| If there's a %x in the format string, where %x is not recognised, we should at least remove the %. | |||
| 2023-09-07 | Cleanup: use ConfigRestorer instead of Keep class. | Carl Hetherington | |
| 2022-12-29 | Cleanup: test tidying. | Carl Hetherington | |
| 2022-12-05 | Fix tests on Windows now that we replace . with _ in filenames. | Carl Hetherington | |
| 2022-11-26 | Noisy change to get film into AudioContent::modify_trim_start(). | Carl Hetherington | |
| 2022-07-11 | Use a vector rather than a list when returning from content_factory(). | Carl Hetherington | |
| 2022-06-03 | Make subtitle asset filename obey custom settings (#2260). | Carl Hetherington | |
| 2021-02-26 | More verification of DCPs during tests. | Carl Hetherington | |
| 2021-02-04 | Fix test for better diacriticals handling. | Carl Hetherington | |
| 2021-01-31 | More enum class additions. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-11-20 | Some tidying up of test Doxygen. | Carl Hetherington | |
| 2020-10-13 | Hack to allow us to make a valid boost::filesystem::path from a | Carl Hetherington | |
| UTF8 constant on Windows. This might actually be a way to get around the fopen_boost hacks. | |||
| 2020-03-11 | Test updates now that there can't be <1s long DCPs any more. | Carl Hetherington | |
| 2019-01-21 | Stop jobs silently failing in tests. | Carl Hetherington | |
| 2018-11-21 | Take Film pointer out of Content. | Carl Hetherington | |
| 2017-10-13 | Don't corrupt dcp_asset_filename_format configuration option during the test. | Carl Hetherington | |
| 2017-04-19 | Various Doxygen fixes. | Carl Hetherington | |
| 2017-04-07 | Remove unused method. | Carl Hetherington | |
| 2017-02-20 | Be more careful about allowing possibly-trouble-causing characters in DCP ↵ | Carl Hetherington | |
| filenames. | |||
| 2016-08-04 | Different configuration of filename format for assets / metadata (since ↵ | Carl Hetherington | |
| CPL/PKL files don't refer to reels). | |||
| 2016-08-01 | Simplify NameFormat stuff. | Carl Hetherington | |
| 2016-07-31 | Allow configuration of MXF/XML filenames (part of #710). | Carl Hetherington | |
