Max Kellermann
|
998227cffc
|
fs/CheckFile: remove variable path_utf8
|
2018-07-18 16:51:29 +02:00 |
|
Max Kellermann
|
99d5b61698
|
fs/Path: add operator/(Path,Path)
Modeled after std::filesystem::operator/() from C++17.
|
2018-07-17 18:33:32 +02:00 |
|
Max Kellermann
|
816603fd9a
|
config/Config*: rename files, drop "Config" prefix
|
2018-07-16 19:50:07 +02:00 |
|
Max Kellermann
|
914df18bf9
|
Main, ...: catch any exception, not just std::runtime_error
|
2017-12-19 10:56:23 +01:00 |
|
Max Kellermann
|
dfaf08743c
|
*: check defined(_WIN32) instead of defined(WIN32)
Only _WIN32 is defined by the compiler, and WIN32 is not standardized
and may be missing.
Closes #169
|
2017-12-12 10:22:20 +01:00 |
|
Max Kellermann
|
5900253b85
|
update copyright year
|
2017-01-03 20:48:59 +01:00 |
|
Max Kellermann
|
dee6e498d9
|
fs/CheckFile: use IsAccessDenied()
|
2016-12-04 19:56:25 +01:00 |
|
Max Kellermann
|
37c4470f10
|
fs/CheckFile: use FileInfo(Path) instead of GetFileInfo()
|
2016-11-10 12:55:08 +01:00 |
|
Max Kellermann
|
1aee89f5ea
|
*: include cleanup (using iwyu)
|
2016-03-01 22:08:13 +01:00 |
|
Max Kellermann
|
1d67aa7bf2
|
update copyright year to 2016
|
2016-02-26 17:54:05 +01:00 |
|
Max Kellermann
|
f3503e0026
|
fs/DirectoryReader: use C++ exceptions instead of class Error
|
2015-12-29 12:56:26 +01:00 |
|
Max Kellermann
|
f4f21f462d
|
fs/CheckFile: convert path to UTF-8 for error message
|
2015-02-28 23:00:26 +01:00 |
|
Max Kellermann
|
90a61b6bab
|
fs/FileInfo: new library providing GetFileInfo()
Replaces StatFile(), with a portable data object.
|
2015-02-28 23:00:26 +01:00 |
|
Max Kellermann
|
e3908c8de6
|
fs/Traits: add constant CURRENT_DIRECTORY
|
2015-02-25 19:53:35 +01:00 |
|
Max Kellermann
|
712ed555e6
|
Copyright year 2015
|
2015-01-01 19:48:13 +01:00 |
|
Max Kellermann
|
ec8873b178
|
Mapper: move check_directory() to the filesystem library
|
2014-02-07 23:25:47 +01:00 |
|