summaryrefslogtreecommitdiff
path: root/src/lib/cross_windows.cc
AgeCommit message (Expand)Author
2021-07-10Use dcp::compose rather than our own.composeCarl Hetherington
2021-05-11Don't apply the Windows long path fix twice.v2.15.147Carl Hetherington
2021-04-23Fix fopen() on windows to cope with long filenames (part of #1755).Carl Hetherington
2021-04-08Assorted C++11/formatting cleanups.Carl Hetherington
2021-01-07BOOST_FOREACH.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-12-08Add get_process_id()Carl Hetherington
2020-11-25Remove unused method.Carl Hetherington
2020-10-13Stop the Windows version of run_ffprobe manipulating the current working dire...Carl Hetherington
2020-10-13Stop run_ffprobe from changing the current working directory on Windows.Carl Hetherington
2020-09-27Add missing tags_path() for Windows and macOS.Carl Hetherington
2020-09-14Rename shared_path -> resources_path.Carl Hetherington
2020-09-14Add xsd_path() and use it to fix access to .xsd files on Linux (#1830).Carl Hetherington
2020-08-05Fix typo.Carl Hetherington
2020-08-05Remove some debugging code.Carl Hetherington
2020-06-04Clean up handling of paths relative to the executable.Carl Hetherington
2020-04-30Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference.Carl Hetherington
2020-04-27Experimental use of /dev/rdisk rather than /dev/disk on macOS,Carl Hetherington
2020-04-13Support unmounting on macOS and Windows.v2.15.51Carl Hetherington
2020-04-07Add DCPOMATIC_DISK define and don't build stuff needing boost dll library if ...v2.15.49Carl Hetherington
2020-04-06Remove duplicate Drive::description.v2.15.48Carl Hetherington
2020-04-06Add disk writer tool.Carl Hetherington