BOOST_FOREACH.
[dcpomatic.git] / src / tools / dcpomatic_disk_writer.cc
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2020-12-03 Carl HetheringtonMove a load of disk writing code to src/lib/ext.cc.
2020-08-06 Carl HetheringtonUse a much bigger block size when calling fwrite()...
2020-08-06 Carl HetheringtonCheck that we have a connection to the disk writer...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-27 Carl HetheringtonFix some unused variable warnings on macOS.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-07-26 Carl HetheringtonUpdate deprecated method call.
2020-05-02 Carl HetheringtonDo all writes then do all verification and report progress
2020-05-02 Carl HetheringtonTry to start _writer on-demand on macOS (#1739).
2020-04-30 Carl HetheringtonAdd git commits to writer log files. v2.15.68
2020-04-30 Carl HetheringtonTurn on lwext4 debugging to see if that helps.
2020-04-29 Carl HetheringtonMissed part of rdisk -> disk revert. v2.15.67
2020-04-29 Carl HetheringtonCorrect ext2 block size to 4096.
2020-04-29 Carl HetheringtonRevert mac rdisk vs disk stuff as I'm not convinced...
2020-04-28 Carl HetheringtonFurther sanity check fixes. v2.15.66
2020-04-28 Carl HetheringtonFix macOS sanity check.
2020-04-27 Carl HetheringtonWriter on macOS runs as root, so trying to use the... v2.15.63
2020-04-27 Carl HetheringtonUse F_SET_EXT2 not EXT4.
2020-04-12 Carl HetheringtonSupport unmounting on macOS and Windows. v2.15.51
2020-04-12 Carl HetheringtonTidy up Drive and unmounting a little.
2020-04-12 Carl HetheringtonTidy up nanomsg class API; add unmounting for Linux.
2020-04-08 Carl HetheringtonImprove disk_writer_messages.h commenting and add DISK_...
2020-04-06 Carl HetheringtonAdd disk writer tool.