summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-05-26.gitignore: add emacs lsp-mode filesMax Kellermann
2018-11-02remove some autotools remainsMax Kellermann
Closes #396
2018-10-14build with Meson instead of autotoolsMax Kellermann
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
2016-12-13Merge tag 'v0.19.21'Max Kellermann
release v0.19.21
2016-12-13systemd: add "system" sub directoryMax Kellermann
2015-11-20{android,win32}/build.py: move common code to python/build/Max Kellermann
2014-11-28.gitignore: ignore /lib/Max Kellermann
2014-09-11Merge tag 'v0.18.14'Max Kellermann
2014-09-04test/test_protocol: unit test for protocol/ArgParser.cxxMax Kellermann
2014-08-02Win32Main: move to win32/Max Kellermann
2014-02-18.gitignore: add "/" prefixesMax Kellermann
2014-01-27configure.ac: move autoconf/automake helpers to build/Max Kellermann
2014-01-27move systemd unit to directory systemd/Max Kellermann
2014-01-24Win32Main: move to win32/Max Kellermann
2013-12-14.gitignore: ignore "test-driver"Max Kellermann
File generated by automake version 1.14.
2013-10-26test/test_mixramp: unit test for mixramp_interpolate()Max Kellermann
2013-05-05.gitignore: always ignore any .exe filesDenis Krjuchkov
2013-04-08Merge tag 'release-0.17.4'Max Kellermann
2013-04-08Makefile.am: enable "dist-xz"Max Kellermann
2013-04-08.gitignore: stricter matchesMax Kellermann
2013-01-16Merge branch 'v0.17.x'Max Kellermann
2013-01-11.gitignore: add src/win/mpd_win32_rc.rcDenis Krjuchkov
This file is generated during configuration and should be ignored.
2013-01-08test: rename debug programs back to old namesMax Kellermann
2013-01-03.gitignore: add more debug programsMax Kellermann
2012-01-21.gitignore: add new output filesMax Kellermann
2011-12-13Merge branch 'v0.16.x'Max Kellermann
Conflicts: NEWS configure.ac
2011-12-12gitignore: Add mpd.serviceAvuton Olrich
2011-09-09.gitignore: add doxygen.confMax Kellermann
2011-09-09.gitignore: add doxygen.confMax Kellermann
2011-08-29ntp_server: add debug program "run_ntp_server"Max Kellermann
2011-07-19queue: implement song "priorities"Max Kellermann
Sorts remaining songs by priority. This can be used for the much-demanded "queue feature".
2010-09-25.gitignore: added mpd.exe to ignore listDenis Krjuchkov
2010-06-25update .gitignoreMax Kellermann
2009-12-31Makefile.am: added unit tests for the archive pluginsMax Kellermann
2009-12-02test: added normalize test programMax Kellermann
2009-11-19test: added program to test pcm_convert.cMax Kellermann
2009-11-12added .#* to .gitignoreMax Kellermann
Temporary editor files.
2009-10-12playlist_plugin: new plugin API for playlist parsersMax Kellermann
Based on this API, we will add parsers for EXTM3U, PLS, ASX, last.fm radio and others. There is no integration into the MPD core yet. Right now, we have a command line test program. This is work in progress.
2009-07-05test: added program "run_filter"Max Kellermann
This program runs filter plugins in an isolated environment.
2009-06-02doc: added Developer's ManualMax Kellermann
Just a start...
2009-05-28added doc/sticker to .gitignoreMax Kellermann
2009-04-21test: added program "read_mixer"Max Kellermann
This little program is used to test mixer plugins in an isolated environment. This is ALSA-only currently, because we don't have a real "plugin list" yet, and I'm too lazy to implement a switch.
2009-04-13test: added run_input test programMax Kellermann
2009-04-10test: added configuration file readerMax Kellermann
2009-03-12doc: added skeleton for the user manualMax Kellermann
2009-03-10test: added program "run_output"Max Kellermann
The "run_output" program can be used to test an audio output plugin in an isolated environment.
2009-02-28test: added test program which reads tags from a fileMax Kellermann
2009-02-25test: added encoder test programMax Kellermann
Added a command line program which runs an encoder plugin.
2009-02-25test: added decoder test programMax Kellermann
Added a command line program which runs a decoder plugin.
2009-02-18test: added command line test program for pcm_volume.cMax Kellermann
This program is a simple utility for debugging and benchmarking the software volume code.