aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/FifoOutputPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/*: move to output/plugins/Max Kellermann2014-01-231-313/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* include cleanup using iwyuMax Kellermann2013-11-281-3/+0
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-3/+4
| | | | | | | 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.
* Log: new logging library APIMax Kellermann2013-10-021-10/+9
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-51/+39
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-27/+29
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
|
* OutputPlugin: pass config_param referenceMax Kellermann2013-08-041-3/+3
|
* audio_format: convert to C++Max Kellermann2013-08-031-2/+2
|
* output_api: convert to C++Max Kellermann2013-07-301-1/+1
|
* timer: convert to classDenis Krjuchkov2013-05-121-10/+10
|
* output/fifo: convert to C++Max Kellermann2013-04-171-0/+326