std::shared_ptr
[dcpomatic.git] / src / lib / cross_windows.cc
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-12-08 Carl HetheringtonAdd get_process_id()
2020-11-25 Carl HetheringtonRemove unused method.
2020-10-13 Carl HetheringtonStop the Windows version of run_ffprobe manipulating...
2020-10-13 Carl HetheringtonStop run_ffprobe from changing the current working...
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-08-04 Carl HetheringtonFix typo.
2020-08-04 Carl HetheringtonRemove some debugging code.
2020-06-03 Carl HetheringtonClean up handling of paths relative to the executable.
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-06 Carl HetheringtonAdd DCPOMATIC_DISK define and don't build stuff needing... v2.15.49
2020-04-06 Carl HetheringtonRemove duplicate Drive::description. v2.15.48
2020-04-06 Carl HetheringtonAdd disk writer tool.