Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -5/+5 |
* | DirectoryReader: rename Failed() to HasFailed() for consistency with TextFile | Denis Krjuchkov | 2013-05-05 | 1 | -1/+1 |
* | Path::FromUTF8() returns nulled instance on error, add error handling where r... | Denis Krjuchkov | 2013-01-28 | 1 | -9/+36 |
* | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 2013-01-28 | 1 | -1/+5 |
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -31/+28 |
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -51/+31 |
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -4/+1 |
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -2/+2 |
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+297 |