Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use stat instead of lstat in get_files_recursive. | Jack Lloyd | 2016-07-30 | 1 | -1/+1 |
| | | | | | | Otherwise symlinked files are ignored. GH #565 | ||||
* | Avoid concatination of chars | Simon Warta | 2015-09-22 | 1 | -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 implementation | Simon Warta | 2015-07-16 | 1 | -3/+30 |
| | | | | Closes #199 | ||||
* | Refactor internal/filesystem.h | Simon Warta | 2015-07-16 | 1 | -0/+102 |
Closes #198 |