Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/Charset: don't allow nullptr arguments | Max Kellermann | 2013-10-17 | 3 | -7/+8 |
| | |||||
* | fs/Path: move configuration code to Config.cxx | Max Kellermann | 2013-10-17 | 11 | -140/+284 |
| | |||||
* | fs/Path: move path_domain to Domain.hxx | Max Kellermann | 2013-10-17 | 6 | -5/+52 |
| | |||||
* | fs/Path: make fs_charset static | Max Kellermann | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | fs/Path: include cleanup | Max Kellermann | 2013-10-17 | 3 | -1/+2 |
| | |||||
* | fs/Limits: convert macro to "constexpr" | Max Kellermann | 2013-10-17 | 4 | -13/+12 |
| | |||||
* | fs/Path: move MPD_PATH_MAX to Limits.hxx | Max Kellermann | 2013-10-17 | 8 | -14/+46 |
| | |||||
* | *: use std::numeric_limits | Max Kellermann | 2013-10-17 | 5 | -23/+22 |
| | |||||
* | UpdateGlue: handle update id management | Max Kellermann | 2013-10-17 | 3 | -21/+33 |
| | | | | | Add UpdateQueueItem::id to keep track of the id in every item. Replaces thhe hack in update_queue_push(). | ||||
* | UpdateGlue: pass UpdateQueueItem around | Max Kellermann | 2013-10-17 | 1 | -20/+16 |
| | | | | Fixes a few kludges and avoids GLib allocation. | ||||
* | UpdateGlue: never pass null to update_enqueue() | Max Kellermann | 2013-10-17 | 3 | -5/+8 |
| | |||||
* | UpdateQueue: use std::string and std::queue | Max Kellermann | 2013-10-17 | 3 | -40/+35 |
| | |||||
* | Mapper: use std::string | Max Kellermann | 2013-10-17 | 1 | -16/+11 |
| | |||||
* | StickerDatabase: return std::string | Max Kellermann | 2013-10-17 | 5 | -23/+26 |
| | |||||
* | StickerDatabase: add pure/const attributes | Max Kellermann | 2013-10-17 | 1 | -0/+4 |
| | |||||
* | PlayerControl: GetError() returns an Error, not a char* | Max Kellermann | 2013-10-17 | 3 | -25/+26 |
| | |||||
* | Thread/Thread: replacement library for GThread | Max Kellermann | 2013-10-17 | 21 | -98/+310 |
| | |||||
* | util/Error: add method SetLastError() | Max Kellermann | 2013-10-17 | 2 | -0/+25 |
| | |||||
* | Main: use ThreadId instead of GThread* | Max Kellermann | 2013-10-17 | 3 | -6/+8 |
| | |||||
* | Makefile.am: move sources to libthread.a | Max Kellermann | 2013-10-17 | 1 | -9/+15 |
| | |||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 20 | -64/+78 |
| | | | | Decouple some more from GLib. | ||||
* | input_plugin: rename struct to "InputPlugin" | Max Kellermann | 2013-10-17 | 23 | -32/+31 |
| | |||||
* | thread/{Cond,Mutex}: use "class" instead of "typedef" | Max Kellermann | 2013-10-17 | 19 | -21/+25 |
| | | | | Allows forward-declaration. | ||||
* | CueParser: use std::string | Max Kellermann | 2013-10-17 | 2 | -6/+5 |
| | |||||
* | InotifyUpdate: use class Path | Max Kellermann | 2013-10-17 | 1 | -58/+37 |
| | |||||
* | PlaylistSave: eliminate the last g_warning() call | Max Kellermann | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | Song: GetURI() returns std::string | Max Kellermann | 2013-10-17 | 10 | -86/+62 |
| | |||||
* | ArchiveLookup: in-place editing, avoid string copy | Max Kellermann | 2013-10-17 | 1 | -29/+24 |
| | |||||
* | ArchiveLookup: declare local variables later | Max Kellermann | 2013-10-17 | 1 | -5/+4 |
| | |||||
* | ArchiveLookup: don't reset out arguments | Max Kellermann | 2013-10-17 | 1 | -4/+0 |
| | | | | If we return false, their values are undefined. | ||||
* | ArchiveLookup: move code to FindSlash() | Max Kellermann | 2013-10-17 | 1 | -7/+18 |
| | |||||
* | ArchiveLookup: move code to FindSuffix() | Max Kellermann | 2013-10-17 | 1 | -8/+13 |
| | |||||
* | ArchiveLookup: return const strings | Max Kellermann | 2013-10-17 | 4 | -8/+12 |
| | |||||
* | ArchiveLookup: move API documentation to header | Max Kellermann | 2013-10-17 | 2 | -22/+15 |
| | |||||
* | test/test_archive: unit test for archive_lookup() | Max Kellermann | 2013-10-17 | 2 | -0/+90 |
| | |||||
* | configure.ac: add function MPD_AUTO_LIB and use it | Max Kellermann | 2013-10-17 | 2 | -61/+33 |
| | |||||
* | configure.ac: define HAVE_MPCDEC | Max Kellermann | 2013-10-17 | 1 | -0/+4 |
| | | | | | Restore the "mpcdec" decoder plugin that was accidently broken since commit 8ead8f7e. | ||||
* | decoder/wildmidi: remove suport for libwildmidi 0.2.2 or older | Max Kellermann | 2013-10-16 | 3 | -9/+1 |
| | |||||
* | configure.ac: don't leak -lsidutils -lmp3lame into | Max Kellermann | 2013-10-16 | 1 | -2/+2 |
| | | | | | Make the third argument to AC_CHECK_LIB() non-empty to disable its default handler. | ||||
* | test: use the CPPUNIT framework for unit tests | Max Kellermann | 2013-10-16 | 13 | -255/+326 |
| | |||||
* | Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxx | Max Kellermann | 2013-10-16 | 1 | -0/+2 |
| | |||||
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 16 | -109/+289 |
| | | | | Replacing GLib macros. | ||||
* | util/ByteReverse: use C99 "restrict" | Max Kellermann | 2013-10-16 | 1 | -7/+13 |
| | | | | Micro-optimization. | ||||
* | util/byte_reverse: convert to C++ | Max Kellermann | 2013-10-16 | 6 | -27/+21 |
| | |||||
* | pcm_pack: convert to C++ | Max Kellermann | 2013-10-16 | 7 | -14/+8 |
| | |||||
* | encoder/wave: use delete to dispose the WaveEncoder object | Max Kellermann | 2013-10-16 | 1 | -1/+1 |
| | |||||
* | Archive*: move archive_domain to ArchiveDomain.cxx | Max Kellermann | 2013-10-15 | 5 | -6/+51 |
| | | | | Merge duplicate symbol. | ||||
* | ConfigData: remove unused method DupBlockString() | Max Kellermann | 2013-10-15 | 2 | -12/+0 |
| | |||||
* | playlist/soundcloud: use std::string | Max Kellermann | 2013-10-15 | 1 | -14/+14 |
| | |||||
* | output/roar: use const_cast instead of g_strdup() | Max Kellermann | 2013-10-15 | 1 | -9/+3 |
| |