Age | Commit message (Expand) | Author |
---|---|---|
2017-12-12 | *: check defined(_WIN32) instead of defined(WIN32) | Max Kellermann |
2017-01-03 | update copyright year | Max Kellermann |
2016-04-12 | util/StringPointer: rename typedef pointer to pointer_type | Max Kellermann |
2016-02-26 | update copyright year to 2016 | Max Kellermann |
2015-12-29 | fs/DirectoryReader: use C++ exceptions instead of class Error | Max Kellermann |
2015-12-29 | fs/DirectoryReader: use C++11 initializer | Max Kellermann |
2015-02-26 | fs/DirectoryReader: use FindFirstFile(), FindNextFile() on WIN32 | Max Kellermann |
2015-01-01 | Copyright year 2015 | Max Kellermann |
2014-01-30 | fs/DirectoryReader: GetEntry() returns Path, not AllocatedPath | Max Kellermann |
2014-01-13 | copyright year 2014 | Max Kellermann |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann |
2013-05-05 | DirectoryReader: rename Failed() to HasFailed() for consistency with TextFile | Denis Krjuchkov |
2013-01-22 | FileSystem: extract DirectoryReader, improve the rest | Denis Krjuchkov |