aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/filesystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove use of std::filesystem / boost::filesystemJack Lloyd2019-01-171-67/+7
* Use ASCII specific function calls for Windows API callsJack Lloyd2018-06-251-3/+3
* Fixes for compilation in C++17 mode by MSVCJack Lloyd2018-05-131-3/+7
* Add function to query if filesystem support is enabled.Jack Lloyd2018-01-301-0/+15
* Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-6/+7
* Make it actually workJack Lloyd2017-09-101-2/+6
* Well, it compilesJack Lloyd2017-09-101-1/+51
* Add BOTAN_UNUSED when relevant OS support is missingJack Lloyd2016-11-271-0/+1
* Use stat instead of lstat in get_files_recursive.Jack Lloyd2016-07-301-1/+1
* Avoid concatination of charsSimon Warta2015-09-221-1/+1
* Add MSVC stl filesystem implementationSimon Warta2015-07-161-3/+30
* Refactor internal/filesystem.hSimon Warta2015-07-161-0/+102