summaryrefslogtreecommitdiff
path: root/src/lib/ext.cc
AgeCommit message (Collapse)Author
2025-07-10Remove compose.hpp includes.Carl Hetherington
sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc
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
2025-04-24White space: ext.{cc,h}Carl Hetherington
2023-10-09Bump libdcp for new filesystem wrappers.Carl Hetherington
2023-02-05Recover better errors from ext4.Carl Hetherington
2023-01-29Add DiskWriterBackendResponse::write_to_nanomsg() and use itCarl Hetherington
everywhere. In the process, use raw_convert() on both ends to avoid any locale-based problems with floating point number separators.
2022-07-20Allow multiple DCPs to be written to a disk (#1756).Carl Hetherington
2022-06-21Stop using static initialisation so that dcpomatic::write() can be called ↵Carl Hetherington
more than once.
2022-06-21Cleanup: use constexpr.Carl Hetherington
2022-05-06Missing include.Carl Hetherington
2022-05-05Use dcp::File in DCP-o-matic (#2231).Carl Hetherington
2022-04-07Cleanup: use a vector instead of a raw array.Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2021-12-06Set up {m,c,a}times on copied files (#2145).Carl Hetherington
2021-05-26Remove privilege escalation via seteuid() etc. on Linux.Carl Hetherington
2021-05-11Revert incorrect 'fixing' of path on Windows (#1992).Carl Hetherington
This "to" path is on the ext2 drive so should not have any Windows hacks applied to it.
2021-04-23Use new Windows long filename workaround with disk writer (#1755).Carl Hetherington
2021-04-19Sleep for a while if necessary to allow disks to wake up (#1916).Carl Hetherington
2021-03-12Get progress during formatting.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2020-12-03Allow nanomsg to be null.Carl Hetherington
2020-12-03Move a load of disk writing code to src/lib/ext.cc.Carl Hetherington