MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 181 forks source link

WIP: use std::filesystem for handling of file paths #3026

Open daljit46 opened 1 month ago

daljit46 commented 1 month ago

Supersedes #2645. The aim is to enforce the use of std::filesystem::path throughout the entire codebase and minimise the use of custom functionality for file system operations (e.g. in core/file). This is going to be a large PR and is still very much WIP.