summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-10-28player_control: rename to PlayerControlMax Kellermann
2013-10-26TagFile: use Path instead of const char *Max 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-25ReplayGainInfo: refactor to a classMax Kellermann
2013-10-25ReplayGainInfo: use CamelCase for struct nameMax Kellermann
2013-10-24test/run_decoder: print the song durationMax Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-23UriUtil: uri_remove_auth() returns std::stringMax Kellermann
2013-10-23test/test_util: unit test for libutil.aMax Kellermann
2013-10-21decoder: rename the struct to "Decoder"Max Kellermann
2013-10-21DecoderPlugin: move functions into the structMax Kellermann
2013-10-21decoder_plugin: rename struct to DecoderPluginMax Kellermann
2013-10-20Inotify: convert anonymous enum to constexprMax Kellermann
2013-10-20TagType: rename enum tag_type to TagTypeMax Kellermann
2013-10-19*: use references instead of pointersMax Kellermann
2013-10-19test/test_pcm: use C++11 random instead of GLibMax Kellermann
2013-10-18test/run_avahi: new debug programMax Kellermann
2013-10-18test/run_inotify: use SignalMonitorMax Kellermann
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann
Allows forward-declaration.
2013-10-17ArchiveLookup: return const stringsMax 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-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann
Replacing GLib macros.
2013-10-16util/byte_reverse: convert to C++Max Kellermann
2013-10-16pcm_pack: convert to C++Max Kellermann
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann
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-15gcc.h: rename to Compiler.hMax Kellermann
2013-10-02replay_gain_*.h: rename to *.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-10-02Listen, ...: add missing includesMax Kellermann
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann
2013-09-05test/dump_rva2: remove fake Tag symbolsMax Kellermann
2013-09-05Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann
Move to TagSettings.c and use C99 initializers.
2013-09-05Tag: move configuration code to TagConfig.cxxMax Kellermann
Allow using the Tag.cxx library without the Config library.
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann
Replaces struct playlist_provider.
2013-09-05conf.h: remove obsolete headerMax Kellermann
Use only ConfigData.hxx in plugin sources to reduce header dependencies.
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-05test/read_tags: use input_stream_wait_ready()Max Kellermann
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
Replaces GLib's GError.
2013-09-04system/resolver: convert to C++Max Kellermann
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann
New GLib versions don't fail.
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann
2013-08-07test/signals: remove obsolete libraryMax Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann