aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputInternal: remove obsolete libraryMax Kellermann2013-10-231-1/+0
|
* UriUtil: uri_remove_auth() returns std::stringMax Kellermann2013-10-231-1/+0
|
* test/test_util: unit test for libutil.aMax Kellermann2013-10-231-0/+10
|
* Playlist: refresh new tags after database updateMax Kellermann2013-10-221-0/+1
| | | | Fixes regression from commit e96779d.
* Partition: add methods TagModified(), SyncWithPlayer()Max Kellermann2013-10-211-1/+1
| | | | Move code from class Instance.
* GetBaseUTF8Max Kellermann2013-10-211-1/+1
|
* util/NumberParser: utilities for parsing numbers from ASCII stringsMax Kellermann2013-10-211-0/+1
|
* Util/ASCII: add function StringEqualsCaseASCII()Max Kellermann2013-10-201-0/+1
| | | | Replaces GLib's g_ascii_strcasecmp().
* *Commands: move to src/command/Max Kellermann2013-10-201-12/+12
|
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-1/+1
|
* decoder/sidplay: add header fileMax Kellermann2013-10-201-1/+2
|
* decoder/sidplay: update file nameMax Kellermann2013-10-201-1/+2
|
* Client: move message functions into the classMax Kellermann2013-10-191-1/+1
|
* util/FormatString: new library to replace g_strdup_printf()Max Kellermann2013-10-191-0/+1
|
* encoder/{opus,vorbis}: new serial generator replacing g_random_int()Max Kellermann2013-10-191-0/+6
|
* ZeroconfAvahi: integrate into the EventLoopMax Kellermann2013-10-181-2/+5
| | | | Finally fixes the regression by commit c1f4f1fd.
* test/run_avahi: new debug programMax Kellermann2013-10-181-0/+16
|
* test/run_inotify: use SignalMonitorMax Kellermann2013-10-181-0/+1
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-0/+1
| | | | | | | 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.
* fs/Path: move definitions to struct PathTraitsMax Kellermann2013-10-171-0/+1
|
* fs/Path: move configuration code to Config.cxxMax Kellermann2013-10-171-0/+2
|
* fs/Path: move path_domain to Domain.hxxMax Kellermann2013-10-171-0/+1
|
* fs/Path: move MPD_PATH_MAX to Limits.hxxMax Kellermann2013-10-171-0/+1
|
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-0/+9
|
* Makefile.am: move sources to libthread.aMax Kellermann2013-10-171-9/+15
|
* test/test_archive: unit test for archive_lookup()Max Kellermann2013-10-171-0/+14
|
* test: use the CPPUNIT framework for unit testsMax Kellermann2013-10-161-2/+9
|
* Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxxMax Kellermann2013-10-161-0/+2
|
* util/byte_reverse: convert to C++Max Kellermann2013-10-161-2/+2
|
* pcm_pack: convert to C++Max Kellermann2013-10-161-1/+1
|
* Archive*: move archive_domain to ArchiveDomain.cxxMax Kellermann2013-10-151-0/+1
| | | | Merge duplicate symbol.
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-151-0/+1
|
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-151-0/+2
|
* system/clock: convert to C++Max Kellermann2013-10-151-1/+1
|
* require GLib 2.28Max Kellermann2013-10-151-1/+0
| | | | The header glib_compat.h is now obsolete and can be removed.
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-021-4/+2
|
* Stats: rename stats.h to Stats.hxxMax Kellermann2013-10-021-2/+1
|
* Log: new logging library APIMax Kellermann2013-10-021-4/+31
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* tag/{riff,aiff}: convert to C++Max Kellermann2013-09-281-2/+2
|
* playlist/lastfm: remove defunct Last.fm supportMax Kellermann2013-09-281-6/+0
| | | | | | 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.
* TagBuilder: new class for constructing Tag objectsMax Kellermann2013-09-051-0/+1
| | | | Obsoletes Tag::BeginAdd() and the complicated "bulk add" code.
* Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann2013-09-051-1/+1
| | | | Move to TagSettings.c and use C99 initializers.
* Tag: move struct TagItem to TagItem.hxxMax Kellermann2013-09-051-0/+1
|
* Tag: move fix_tag_value() to TagString.cxxMax Kellermann2013-09-051-0/+1
|
* Tag: move configuration code to TagConfig.cxxMax Kellermann2013-09-051-0/+1
| | | | Allow using the Tag.cxx library without the Config library.
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-21/+19
|
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-2/+1
| | | | Migrate the remaining callers to FatalError().
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-2/+2
| | | | Replaces struct playlist_provider.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.