aboutsummaryrefslogtreecommitdiffstats
path: root/src/InotifyUpdate.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inotify: convert anonymous enum to constexprMax Kellermann2013-10-201-5/+4
|
* *: use nullptr instead of NULLMax Kellermann2013-10-191-12/+12
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-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 PathMax Kellermann2013-10-171-58/+37
|
* Log: new logging library APIMax Kellermann2013-10-021-18/+18
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-13/+10
| | | | Replaces GLib's GError.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
|
* InotifyUpdate: use std::list instead of GListMax Kellermann2013-01-301-25/+25
| | | | Let STL manage the WatchDirectory allocations.
* InotifyUpdate: move code to destructorMax Kellermann2013-01-301-5/+5
|
* InotifyUpdate: allocate the root dynamicallyMax Kellermann2013-01-301-10/+8
|
* InotifyUpdate: use new/delete instead of GLib slicesMax Kellermann2013-01-301-9/+11
|
* InotifyUpdate: rename struct watch_directoryMax Kellermann2013-01-301-18/+18
|
* InotifyUpdate: use std::map instead of GTreeMax Kellermann2013-01-301-38/+25
|
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-281-6/+6
|
* Mapper: improve usage of Path classDenis Krjuchkov2013-01-261-6/+7
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* path: convert to C++Max Kellermann2013-01-171-4/+1
|
* InotifySource: use the SocketMonitor classMax Kellermann2013-01-151-1/+2
|
* event/TimeoutMonitor: wrapper for g_timeout_source_new()Max Kellermann2013-01-141-1/+2
|
* InotifyQueue: convert to a classMax Kellermann2013-01-141-3/+4
|
* InotifySource: convert to a classMax Kellermann2013-01-141-10/+8
|
* InotifyQueue: use std::deque instead of GSListMax Kellermann2013-01-031-3/+3
|
* database.h: eliminate db_*_song()Max Kellermann2013-01-031-1/+1
| | | | Use the C++ API.
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
|
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-1/+0
| | | | The "bool" type is built-in.
* update: convert to C++Max Kellermann2013-01-021-0/+378