summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2014-01-27test/test_icy_parser: unit test for IcyMetaDataParser.cxxMax Kellermann
2013-11-08Makefile.am: disable dist-bzip2Max Kellermann
bzip2-compressed tarballs are obsolete, xz is better and widely understood.
2013-11-04Makefile.am: distribute missing filesMax Kellermann
2013-10-31Makefile.am: add missing header fileMax Kellermann
2013-10-30Makefile.am: link test/DumpDatabase with Ack.cxxMax Kellermann
2013-10-26DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann
2013-10-26test/test_mixramp: unit test for mixramp_interpolate()Max Kellermann
2013-10-25command: new command "readcomments" lists arbitrary file tagsMax Kellermann
2013-10-23InputInternal: remove obsolete libraryMax Kellermann
2013-10-23UriUtil: uri_remove_auth() returns std::stringMax Kellermann
2013-10-23test/test_util: unit test for libutil.aMax Kellermann
2013-10-22Playlist: refresh new tags after database updateMax Kellermann
Fixes regression from commit e96779d.
2013-10-21Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann
Move code from class Instance.
2013-10-21GetBaseUTF8Max Kellermann
2013-10-21util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann
2013-10-20Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann
Replaces GLib's g_ascii_strcasecmp().
2013-10-20*Commands: move to src/command/Max Kellermann
2013-10-20command: convert command_return to to a strictly-typed enumMax Kellermann
2013-10-20decoder/sidplay: add header fileMax Kellermann
2013-10-20decoder/sidplay: update file nameMax Kellermann
2013-10-19Client: move message functions into the classMax Kellermann
2013-10-19util/FormatString: new library to replace g_strdup_printf()Max Kellermann
2013-10-19encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann
2013-10-18ZeroconfAvahi: integrate into the EventLoopMax Kellermann
Finally fixes the regression by commit c1f4f1fd.
2013-10-18test/run_avahi: new debug programMax Kellermann
2013-10-18test/run_inotify: use SignalMonitorMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
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.
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann
2013-10-17fs/Path: move configuration code to Config.cxxMax Kellermann
2013-10-17fs/Path: move path_domain to Domain.hxxMax Kellermann
2013-10-17fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann
2013-10-17Makefile.am: move sources to libthread.aMax Kellermann
2013-10-17test/test_archive: unit test for archive_lookup()Max Kellermann
2013-10-16test: use the CPPUNIT framework for unit testsMax Kellermann
2013-10-16Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxxMax Kellermann
2013-10-16util/byte_reverse: convert to C++Max Kellermann
2013-10-16pcm_pack: convert to C++Max Kellermann
2013-10-15Archive*: move archive_domain to ArchiveDomain.cxxMax Kellermann
Merge duplicate symbol.
2013-10-15Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann
2013-10-15util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann
2013-10-15system/clock: convert to C++Max Kellermann
2013-10-15require GLib 2.28Max Kellermann
The header glib_compat.h is now obsolete and can be removed.
2013-10-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann
2013-10-02Stats: rename stats.h to Stats.hxxMax Kellermann
2013-10-02Log: new logging library APIMax Kellermann
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
2013-09-28tag/{riff,aiff}: convert to C++Max Kellermann
2013-09-28playlist/lastfm: remove defunct Last.fm supportMax Kellermann
This plugin has been defunct ever since Last.fm changed their protocol. Since there is no volunteer willing to fix the plugin, I'm removing it now.
2013-09-05TagBuilder: new class for constructing Tag objectsMax Kellermann
Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.