summaryrefslogtreecommitdiffstats
path: root/src/dir.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Guard #include of "filesystem.hpp" to not break std::min/std::maxDimitri van Heesch2021-06-121-0/+2
| | | | Based on https://github.com/gulrak/filesystem/issues/128
* Fix compilation issue on WindowsDimitri van Heesch2021-03-261-1/+1
|
* Fix difference in behaviour betwee QDir::exists and Dir::exist()Dimitri van Heesch2021-03-251-1/+2
|
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-0/+10
|
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-0/+292
- Dir is based on ghc::filesystem, a std::filesystem compatible implementation that does not require C++17.