aboutsummaryrefslogtreecommitdiffstats
path: root/src/ConfigGlobal.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-6/+7
| | | | | | | 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.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* Listen: Allow tilde paths for socket.Maarten de Vries2013-09-121-0/+8
|
* PlaylistPlugin, ConfigGlobal: use nullptr instead of NULLMax Kellermann2013-09-051-4/+2
|
* conf.h: move constants to ConfigDefaults.hxxMax Kellermann2013-09-051-4/+0
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-3/+3
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-7/+4
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* *: remove remaining __cplusplus checksMax Kellermann2013-08-071-14/+0
|
* ConfigFile: move code to ConfigGlobal.cxxMax Kellermann2013-01-301-0/+109