aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/filesystem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use stat instead of lstat in get_files_recursive.Jack Lloyd2016-07-301-1/+1
| | | | | | Otherwise symlinked files are ignored. GH #565
* Avoid concatination of charsSimon Warta2015-09-221-1/+1
| | | | | | | Ever tried? auto str = "some long string"; auto str2 = str + '\n'; It's not with the brainfuck finding the bug.
* Add MSVC stl filesystem implementationSimon Warta2015-07-161-3/+30
| | | | Closes #199
* Refactor internal/filesystem.hSimon Warta2015-07-161-0/+102
Closes #198