Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of std::filesystem / boost::filesystem | Jack Lloyd | 2019-01-17 | 1 | -67/+7 |
* | Use ASCII specific function calls for Windows API calls | Jack Lloyd | 2018-06-25 | 1 | -3/+3 |
* | Fixes for compilation in C++17 mode by MSVC | Jack Lloyd | 2018-05-13 | 1 | -3/+7 |
* | Add function to query if filesystem support is enabled. | Jack Lloyd | 2018-01-30 | 1 | -0/+15 |
* | 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 |
* | 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 |
* | Avoid concatination of chars | Simon Warta | 2015-09-22 | 1 | -1/+1 |
* | Add MSVC stl filesystem implementation | Simon Warta | 2015-07-16 | 1 | -3/+30 |
* | Refactor internal/filesystem.h | Simon Warta | 2015-07-16 | 1 | -0/+102 |