Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -5/+5 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -56/+57 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -5/+3 |
| | | | | | | | 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. | ||||
* | StickerDatabase: return std::string | Max Kellermann | 2013-10-17 | 1 | -14/+11 |
| | |||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 1 | -3/+4 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -59/+35 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -15/+13 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -4/+6 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | idle: convert to C++ | Max Kellermann | 2013-01-09 | 1 | -4/+1 |
| | |||||
* | StickerDatabase: use std::map instead of GHashTable | Max Kellermann | 2013-01-03 | 1 | -52/+23 |
| | |||||
* | sticker: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+663 |