Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Inotify: convert anonymous enum to constexpr | Max Kellermann | 2013-10-20 | 1 | -5/+4 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -12/+12 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -13/+14 |
| | | | | | | | 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. | ||||
* | InotifyUpdate: use class Path | Max Kellermann | 2013-10-17 | 1 | -58/+37 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -18/+18 |
| | | | | | 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 | -13/+10 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -2/+2 |
| | |||||
* | InotifyUpdate: use std::list instead of GList | Max Kellermann | 2013-01-30 | 1 | -25/+25 |
| | | | | Let STL manage the WatchDirectory allocations. | ||||
* | InotifyUpdate: move code to destructor | Max Kellermann | 2013-01-30 | 1 | -5/+5 |
| | |||||
* | InotifyUpdate: allocate the root dynamically | Max Kellermann | 2013-01-30 | 1 | -10/+8 |
| | |||||
* | InotifyUpdate: use new/delete instead of GLib slices | Max Kellermann | 2013-01-30 | 1 | -9/+11 |
| | |||||
* | InotifyUpdate: rename struct watch_directory | Max Kellermann | 2013-01-30 | 1 | -18/+18 |
| | |||||
* | InotifyUpdate: use std::map instead of GTree | Max Kellermann | 2013-01-30 | 1 | -38/+25 |
| | |||||
* | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 2013-01-28 | 1 | -6/+6 |
| | |||||
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -6/+7 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -4/+1 |
| | |||||
* | InotifySource: use the SocketMonitor class | Max Kellermann | 2013-01-15 | 1 | -1/+2 |
| | |||||
* | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 2013-01-14 | 1 | -1/+2 |
| | |||||
* | InotifyQueue: convert to a class | Max Kellermann | 2013-01-14 | 1 | -3/+4 |
| | |||||
* | InotifySource: convert to a class | Max Kellermann | 2013-01-14 | 1 | -10/+8 |
| | |||||
* | InotifyQueue: use std::deque instead of GSList | Max Kellermann | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | database.h: eliminate db_*_song() | Max Kellermann | 2013-01-03 | 1 | -1/+1 |
| | | | | Use the C++ API. | ||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | don't include stdbool.h in C++ sources | Max Kellermann | 2013-01-02 | 1 | -1/+0 |
| | | | | The "bool" type is built-in. | ||||
* | update: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+378 |