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