Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ASCII specific function calls for Windows API calls | Jack Lloyd | 2018-06-25 | 1 | -3/+3 |
| | | | | Fixes #1615 | ||||
* | Fixes for compilation in C++17 mode by MSVC | Jack Lloyd | 2018-05-13 | 1 | -3/+7 |
| | | | | Fixes GH #1566 | ||||
* | Add function to query if filesystem support is enabled. | Jack Lloyd | 2018-01-30 | 1 | -0/+15 |
| | | | | Makes for much simpler code. | ||||
* | Test OS features by the feature vs the OS name | Jack Lloyd | 2017-12-30 | 1 | -6/+7 |
| | |||||
* | Make it actually work | Jack Lloyd | 2017-09-10 | 1 | -2/+6 |
| | | | | | Weirdly Wine at least does not set FILE_ATTRIBUTE_NORMAL on the files, instead sets FILE_ATTRIBUTE_ARCHIVE. ?? I have no idea what that's about. | ||||
* | Well, it compiles | Jack Lloyd | 2017-09-10 | 1 | -1/+51 |
| | |||||
* | Add BOTAN_UNUSED when relevant OS support is missing | Jack Lloyd | 2016-11-27 | 1 | -0/+1 |
| | |||||
* | 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 |