Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-24 | Update*: move to update/ | Max Kellermann | |
2014-01-13 | copyright year 2014 | Max Kellermann | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | |
The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | |||
2013-10-02 | Log: new logging library API | Max Kellermann | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||
2013-02-02 | UpdateIO.cxx: use file system API, log in UTF-8 | Denis Krjuchkov | |
2013-01-29 | ConfigFile, CommandLine: use the Path class | Max Kellermann | |
2013-01-22 | Path: move to fs subdirectory | Denis Krjuchkov | |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | |
2013-01-02 | mapper: convert to C++ | Max Kellermann | |
2013-01-02 | update: convert to C++ | Max Kellermann | |