Move some common methods out to cross_unix.cc
[dcpomatic.git] / src / lib / cross_linux.cc
2022-05-11 Carl HetheringtonMove some common methods out to cross_unix.cc
2022-05-05 Carl HetheringtonUse dcp::File in DCP-o-matic (#2231).
2022-04-22 Carl HetheringtonUse libdcp's warnings.h
2022-03-09 Carl HetheringtonImprove ratings dialog to allow only valid values ...
2022-03-08 Carl HetheringtonCleanup: remove some unused usings.
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-26 Carl HetheringtonRemove some unused using statements.
2021-09-21 Carl HetheringtonMove 'show in file manager' code to cross_*
2021-05-26 Carl HetheringtonRemove privilege escalation via seteuid() etc. on Linux.
2021-05-07 Carl HetheringtonHide some more FFmpeg warnings. v2.15.143
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-04-22 Carl HetheringtonGet root before unmounting things on Linux.
2021-04-21 Carl HetheringtonC++11 tidying.
2021-03-02 Carl HetheringtonUse APPDIR when present to look for resources.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-08 Carl HetheringtonAdd get_process_id()
2020-12-03 Carl HetheringtonAllow PrivilegeEscalator to be disabled during tests.
2020-11-25 Carl HetheringtonRemove unused method.
2020-09-29 Carl HetheringtonRemove some Linux hacks that I can't see the point...
2020-09-27 Carl HetheringtonRevert some of the Linux stuff from a few commits ago.
2020-09-27 Carl HetheringtonAdapt for new libdcp (fixing large compiler resource...
2020-09-14 Carl HetheringtonRename shared_path -> resources_path.
2020-09-14 Carl HetheringtonAdd xsd_path() and use it to fix access to .xsd files...
2020-07-27 Carl HetheringtonMerge branch 'warnings' into v2.15.x.
2020-07-26 Carl HetheringtonBetter error handling with Linux privilege escalator.
2020-07-26 Carl HetheringtonFix some ignored return values.
2020-06-11 Carl HetheringtonFix for non-disk Linux build.
2020-06-04 Carl HetheringtonFall back to $PATH when searching for dcpomatic2_openssl.
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-06-03 Carl HetheringtonWhite space fix.
2020-05-02 Carl HetheringtonFix unmount of drives with spaces in their names (...
2020-04-29 Carl HetheringtonRevert mac rdisk vs disk stuff as I'm not convinced...
2020-04-27 Carl HetheringtonExperimental use of /dev/rdisk rather than /dev/disk...
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-06 Carl HetheringtonAdd DCPOMATIC_DISK define and don't build stuff needing... v2.15.49
2020-04-06 Carl HetheringtonAdd disk writer tool.