summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2013-02-01test/test_pcm: add unit test for pcm_mix()Max Kellermann
2013-02-01test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann
2013-01-31test/test_pcm: merge source buffer generatorMax Kellermann
2013-01-31pcm_*: convert to C++Max Kellermann
2013-01-31mixer/software, filter/volume: convert to C++Max Kellermann
2013-01-31test/test_pcm: convert to C++Max Kellermann
2013-01-31pcm_convert: convert to C++Max Kellermann
2013-01-30util/Manual: new template classMax Kellermann
2013-01-30filter/convert: convert to C++Max Kellermann
2013-01-30test/test_vorbis_encoder: convert to C++Max Kellermann
2013-01-30audio_{parser,config}: convert to C++Max Kellermann
2013-01-30conf.h: move the GQuark to ConfigQuark.hxxMax Kellermann
2013-01-30test/run_encoder, ...: convert to C++Max Kellermann
2013-01-30ConfigFile: move code to ConfigGlobal.cxxMax Kellermann
2013-01-30conf: move struct definitions to ConfigData.hxxMax Kellermann
2013-01-30Makefile.am: move source files to libconf.aMax Kellermann
2013-01-30ConfigFile: add enum ConfigOptionMax Kellermann
Look up top-level config options by enum (= integer), not by name string.
2013-01-30ConfigOption: rename to ConfigTemplateMax Kellermann
2013-01-30Makefile.am: fix test/read_mixer ruleMax Kellermann
2013-01-30filter_config: convert to C++Max Kellermann
2013-01-30decoder_list: convert to C++Max Kellermann
2013-01-30output/httpd: use the BufferedSocket class for HttpdClientMax Kellermann
2013-01-30ServerSocket: move to libevent.aMax Kellermann
2013-01-30event/BufferedSocket: move output buffer to FullyBufferedSocketMax Kellermann
BufferedSocket has just an input buffer, and FullyBufferedSocket adds the output buffer.
2013-01-30page: convert to C++Max Kellermann
2013-01-30icy_server: convert to C++Max Kellermann
2013-01-29ArchiveFile: convert to a classMax Kellermann
2013-01-29refcount: convert to C++Max Kellermann
2013-01-29test/visit_archive: new debug programMax Kellermann
2013-01-29ArchivePlugin: replace scan_reset(), scan_next() with visit()Max Kellermann
Add the interface ArchiveVisitor.
2013-01-29playlist/memory: use std::forward_list instead of GSListMax Kellermann
2013-01-29playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann
2013-01-29test/{read_conf,run_filter}: convert to C++Max Kellermann
2013-01-29output/osx: convert to C++Max Kellermann
2013-01-29output/{alsa,oss}: convert to C++Max Kellermann
2013-01-28decoder/mp4ff: delete obsolete pluginMax Kellermann
The underlying library has been obsolete for many years.
2013-01-27zeroconf: convert to C++Max Kellermann
2013-01-27Makefile.cxx: fix test/run_input.cxx pathMax Kellermann
2013-01-27playlist/*: convert to C++Max Kellermann
2013-01-26input_stream: forward-declare the structMax Kellermann
Hide the definition from C code, to prepare the transition to C++.
2013-01-26tag_file: convert to C++Max Kellermann
2013-01-26playlist/*: convert to C++Max Kellermann
2013-01-26decoder/ffmpeg: convert to C++Max Kellermann
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann
2013-01-24archive/*: convert to C++Max Kellermann
2013-01-22Makefile.am: introduce libfsDenis Krjuchkov
2013-01-22Path: move to fs subdirectoryDenis Krjuchkov
2013-01-22FileSystem: extract DirectoryReader, improve the restDenis Krjuchkov
- 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
2013-01-21input,playlist/despotify: convert to C++Max Kellermann