summaryrefslogtreecommitdiff
path: root/test/markers_test.cc
AgeCommit message (Collapse)Author
2025-07-15Change Film::examine_and_add_content to take a vector of content.Carl Hetherington
2025-07-10Replace 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-05-22Rename new_test_film2 -> new_test_film.Carl Hetherington
2023-05-29Don't write Markers to interop CPLs (#2537).Carl Hetherington
2022-12-29Cleanup: test tidying.Carl Hetherington
2022-10-10Add a test.Carl Hetherington
2022-07-11Use a vector rather than a list when returning from content_factory().Carl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-02-26More verification of DCPs during tests.Carl Hetherington
2021-01-22Check FFOC correctly.Carl Hetherington
2021-01-22C++ tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-11-26More macOS build fixes.Carl Hetherington
2020-11-20Always add FFOC and LFOC markers (#1805).Carl Hetherington