Rename shared_path -> resources_path.
[dcpomatic.git] / src / lib / cross_linux.cc
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.