Missed update to private test repo version.
[dcpomatic.git] / src / lib / cross_osx.cc
2023-12-31 Carl HetheringtonFix macOS build for previous.
2023-12-30 Carl HetheringtonBetter logging to help with #2701.
2023-10-09 Carl HetheringtonBump libdcp for new filesystem wrappers.
2023-08-26 Carl HetheringtonExtend run_ffprobe to allow arguments and capture of...
2023-01-29 Carl HetheringtonBetter logging in macOS unmount code.
2023-01-29 Carl HetheringtonIncrease unmount timeout to 5s - maybe... this is a...
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.
2022-01-19 Carl HetheringtonAdjust how macOS drives are analysed and add a couple...
2022-01-19 Carl HetheringtonExtract osx_disks_to_drives to cross_common for tests.
2022-01-19 Carl HetheringtonExtract part of analyse_media_path to cross_common...
2022-01-16 Carl HetheringtonFix directory_containing_executable() in some cases...
2021-09-27 Carl HetheringtonMerge branch 'own-config' into v2.15.x
2021-09-27 Carl HetheringtonAdd config location versioning (#2090).
2021-09-21 Carl HetheringtonMove 'show in file manager' code to cross_*
2021-05-03 Carl HetheringtonC++11 tidying.
2021-04-30 Carl HetheringtonC++11 tidying.
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-03-18 Carl HetheringtonMerge pull request #10 from matmat/v2.15.x
2021-03-18 Carl HetheringtonRequire boost 1.61.0 or above on Windows/macOS.
2021-03-08 Carl HetheringtonBe more careful with some macOS API calls.
2021-03-01 Carl HetheringtonSome tidying and be a bit more defensive.
2021-01-07 Carl HetheringtonBOOST_FOREACH.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-08 Carl HetheringtonAdd get_process_id()
2020-11-25 Carl HetheringtonRemove unused method.
2020-11-06 Carl HetheringtonFix start_player() on macOS (#1870). v2.15.107
2020-11-06 Carl HetheringtonRename a variable and add some logging to start_tool...
2020-09-27 Carl HetheringtonAdd missing tags_path() for Windows and macOS.
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-27 Carl HetheringtonFix some unused variable warnings on macOS.
2020-07-26 Carl HetheringtonVarious OSX warnings fixes.
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
2020-04-30 Carl HetheringtonAdd some more macOS debug logging for disks, and ignore...
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 nanomsg class API; add unmounting for Linux.
2020-04-08 Carl HetheringtonFix build on old 10.6 environment.
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.