summaryrefslogtreecommitdiffstats
path: root/src/dir.h
Commit message (Collapse)AuthorAgeFilesLines
* bug_674442 CREATE_FOLDERS should not create unused foldersalbert-github2021-06-121-1/+1
| | | | Correcting compilation error.
* bug_674442 CREATE_FOLDERS should not create unused foldersalbert-github2021-06-121-0/+1
| | | | | | Also known as issue #4672 The folders are still created but in case the folders are empty after the doxygen run the directories are removed.
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-0/+1
|
* Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-0/+103
- Dir is based on ghc::filesystem, a std::filesystem compatible implementation that does not require C++17.