Stop using static initialisation so that dcpomatic::write() can be called more than...
[dcpomatic.git] / src / lib / ext.cc
2022-06-21 Carl HetheringtonStop using static initialisation so that dcpomatic...
2022-06-21 Carl HetheringtonCleanup: use constexpr.
2022-05-05 Carl HetheringtonMissing include.
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-04-07 Carl HetheringtonCleanup: use a vector instead of a raw array.
2022-04-03 Carl HetheringtonC++11 and whitespace cleanups.
2021-12-06 Carl HetheringtonSet up {m,c,a}times on copied files (#2145).
2021-05-26 Carl HetheringtonRemove privilege escalation via seteuid() etc. on Linux.
2021-05-11 Carl HetheringtonRevert incorrect 'fixing' of path on Windows (#1992).
2021-04-23 Carl HetheringtonUse new Windows long filename workaround with disk...
2021-04-19 Carl HetheringtonSleep for a while if necessary to allow disks to wake...
2021-03-12 Carl HetheringtonGet progress during formatting.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2020-12-03 Carl HetheringtonAllow nanomsg to be null.
2020-12-03 Carl HetheringtonMove a load of disk writing code to src/lib/ext.cc.