aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* conf: move struct definitions to ConfigData.hxxMax Kellermann2013-01-301-0/+2
|
* Makefile.am: move source files to libconf.aMax Kellermann2013-01-301-17/+22
|
* ConfigFile: add enum ConfigOptionMax Kellermann2013-01-301-17/+28
| | | | | Look up top-level config options by enum (= integer), not by name string.
* ConfigOption: rename to ConfigTemplateMax Kellermann2013-01-301-0/+1
|
* Makefile.am: fix test/read_mixer ruleMax Kellermann2013-01-301-1/+1
|
* filter_config: convert to C++Max Kellermann2013-01-301-3/+2
|
* decoder_list: convert to C++Max Kellermann2013-01-301-2/+1
|
* output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann2013-01-301-1/+0
|
* ServerSocket: move to libevent.aMax Kellermann2013-01-301-3/+2
|
* event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann2013-01-301-0/+1
| | | | | BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
* page: convert to C++Max Kellermann2013-01-301-3/+2
|
* icy_server: convert to C++Max Kellermann2013-01-301-2/+1
|
* ArchiveFile: convert to a classMax Kellermann2013-01-291-1/+1
|
* refcount: convert to C++Max Kellermann2013-01-291-1/+1
|
* test/visit_archive: new debug programMax Kellermann2013-01-291-0/+26
|
* ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann2013-01-291-0/+1
| | | | Add the interface ArchiveVisitor.
* playlist/memory: use std::forward_list instead of GSListMax Kellermann2013-01-291-0/+1
|
* playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann2013-01-291-0/+2
|
* ConfigFile, CommandLine: use the Path classMax Kellermann2013-01-291-0/+11
|
* test/{read_conf,run_filter}: convert to C++Max Kellermann2013-01-291-2/+2
|
* output/osx: convert to C++Max Kellermann2013-01-291-1/+2
|
* output/{alsa,oss}: convert to C++Max Kellermann2013-01-291-3/+5
|
* decoder/mp4ff: delete obsolete pluginMax Kellermann2013-01-281-5/+0
| | | | The underlying library has been obsolete for many years.
* zeroconf: convert to C++Max Kellermann2013-01-271-4/+5
|
* Makefile.cxx: fix test/run_input.cxx pathMax Kellermann2013-01-271-1/+1
|
* playlist/*: convert to C++Max Kellermann2013-01-271-15/+15
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* tag_file: convert to C++Max Kellermann2013-01-261-2/+2
|
* playlist/*: convert to C++Max Kellermann2013-01-261-8/+8
|
* decoder/ffmpeg: convert to C++Max Kellermann2013-01-261-3/+4
|
* input_{internal,plugin}: convert to C++Max Kellermann2013-01-251-2/+2
|
* archive/*: convert to C++Max Kellermann2013-01-241-15/+14
|
* Makefile.am: introduce libfsDenis Krjuchkov2013-01-221-4/+10
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-2/+2
|
* FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov2013-01-221-1/+2
| | | | | | | | | | - DirectoryReader is extracted to separate header - FileSystem.cxx/FileSystem.hxx/DirectoryReader.hxx moved to fs/ subdir - Functions return true on success, instead of 0 (where applicable) - ReadLink return result instead of out parameter - UnlinkFile is renamed to RemoveFile - CheckExists/CheckIsRegular/CheckIsDirectory are renamed to PathExists/FileExists/DirectoryExists
* input,playlist/despotify: convert to C++Max Kellermann2013-01-211-16/+12
|
* input/cdio_paranoia: convert to C++Max Kellermann2013-01-211-2/+3
|
* input/ffmpeg: convert to C++Max Kellermann2013-01-211-2/+2
|
* input/rewind: convert to C++Max Kellermann2013-01-211-2/+1
|
* input/file,mms: convert to C++Max Kellermann2013-01-211-4/+3
|
* FileSystem: new library for Path-friendly file system routinesDenis Krjuchkov2013-01-201-0/+1
|
* dummy.cxx: remove unused fileDenis Krjuchkov2013-01-191-1/+0
| | | | | This file was used previously to force C++ linkage. It's no longer required because most of the code is C++ anyway.
* path: convert to C++Max Kellermann2013-01-171-3/+2
|
* output/roar: convert to C++Max Kellermann2013-01-161-2/+2
|
* ClientList: convert to a classMax Kellermann2013-01-161-1/+1
|
* Merge branch 'v0.17.x'Max Kellermann2013-01-161-1/+1
|\
| * Makefile.am: distribute mpc.icoDenis Krjuchkov2013-01-081-1/+1
| |
* | socket_util: convert to C++Max Kellermann2013-01-151-3/+2
| |
* | server_socket: convert to C++Max Kellermann2013-01-151-3/+2
| |
* | output/httpd: convert to C++Max Kellermann2013-01-151-4/+3
| |