C++11 tidying.
[dcpomatic.git] / src / lib / cross_osx.cc
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.