summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
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!
2018-09-21player/Thread: move StartPlayerThread() into PlayerControlMax Kellermann
2018-09-21decoder/{Thread,Control,...}: rename source files, drop prefixMax Kellermann
2018-09-21decoder/Thread: move decoder_thread_start() into DecoderControlMax Kellermann
2018-09-02db/Print: move sort/window emulation code to class DatabaseVisitorHelperMax Kellermann
That way, each plugin can decide to implement it better.
2018-09-02protocol/ArgParser: move struct RangeArg to separate headerMax Kellermann
2018-08-22configure.ac: add automake conditional "LINUX"Max Kellermann
2018-08-22system/EPollFD: rename to EpollFDMax Kellermann
2018-08-21system/Open: new UniqueFileDescriptor constructing libraryMax Kellermann
2018-08-21net/IPv6Address: new classMax Kellermann
2018-08-21net/Resolver: replace with more advanced implementationMax Kellermann
The new implementation is copied from another project and is BSD-licensed. It is exception-safe and can parse IPv6 scope ids with interface names.
2018-08-20Compiler.h: move to util/Max Kellermann
2018-08-20util/Cast: move OffsetPointer() to OffsetPointer.hxxMax Kellermann
2018-08-20Merge branch 'v0.20.x'Max Kellermann
2018-08-20Makefile.am: use $(AM_V_GEN) and $(AM_V_at)Max Kellermann
2018-08-20Makefile.am: use $(MKDIR_P) instead of "mkdir -p"Max Kellermann
2018-08-20Makefile.am: use $(@D)/$(@F) instead of $(dir/notdir ...)Max Kellermann
2018-08-20Merge branch 'v0.20.x'Max Kellermann
2018-08-20android: use a gray notification iconThomas Guillem
2018-08-19android: Main is now a serviceThomas Guillem
- add Settings: Activity to start / stop MPD Service (Main). - Main is a service that run in foreground with a notification. See Service.startForeground documentation for more details. - Main.Client is used to control the service: start or stop it and also receive callbacks when service encounters an error, is killed, is started or is stopped. - Main.start to start the service without any fallback.
2018-08-19android: add LogListenerThomas Guillem
A Java object to send logs on the android side.
2018-08-19Makefile.am: use javac instead of javah to generate JNI headerMax Kellermann
javah is deprecated.
2018-08-19config/Global: remove obsolete libraryMax Kellermann
2018-08-19config/Global: move config_global_check() to Check.cxxMax Kellermann
2018-08-19output/Init: pass global configuration in struct AudioOutputDefaultsMax Kellermann
2018-08-18filter/LoadChain: move code to class FilterFactoryMax Kellermann
Eliminate a use of GetGlobalConfig().
2018-08-17Merge tag 'v0.20.21'Max Kellermann
release v0.20.21
2018-08-17configure.ac, Makefile.am: add variable ANDROID_ABIMax Kellermann
2018-08-17android: raise minSdkVersion to 21Max Kellermann
The number of MPD installs on Android < 5.0 is negligible, and that API version introduces lots of useful features for MPD.
2018-08-17Makefile.am: add missing $(CURL_CFLAGS) and $(EXPAT_CFLAGS)Max Kellermann
Fixes problems with the Windows build because `-DCURL_STATICLIB` was missing, causing error messages like: "undefined reference to `__imp_curl_slist_free_all'"
2018-08-07Added a function for generic address parsing1848
Changed listen_add_config_param() to use generic address parsing
2018-08-02configure.ac: detect libmikmod with pkg-configMax Kellermann
2018-08-02song/OptimizeFilter: optimization stage for filtersMax Kellermann
2018-08-02Makefile.am: add src/song/NotSongFilter.hxxMax Kellermann
2018-08-02song/AudioFormatSongFilter: new filter typeMax Kellermann
2018-08-02song/Filter: move each class into a separate sourceMax Kellermann
2018-08-02DetachedSong, db/LightSong, SongFilter: move to src/song/Max Kellermann
2018-08-02lib/systemd/Watchdog: implement the systemd watchdog protocolMax Kellermann
2018-08-01Main: move libdbus cleanup to class ODBus::ScopeInitMax Kellermann
2018-07-26input/qobuz: initialize the libgcrypt libraryMax Kellermann
2018-07-26lib/gcrypt/MD5: move code to util/HexFormat.cxxMax Kellermann
2018-07-26lib/gcrypt/MD5: move code to Hash.hxxMax Kellermann
2018-07-25util/TimeISO8601: new utility libraryMax Kellermann
2018-07-25util/TimeConvert: new utility libraryMax Kellermann
2018-07-24test/ParseSongFilter: new debug programMax Kellermann
2018-07-24doc/user: remove the obsolete DocBook versionMax Kellermann
Was converted to reStructuredText / Sphinx in commit 8a689e68bcef55f689f9d226440f236e5ea676ae
2018-07-18fs/List: new library exporting ListWildcard()Max Kellermann
2018-07-18Makefile.am: upload Sphinx outputMax Kellermann
2018-07-18doc: remove developer.xml, was converted to SphinxMax Kellermann
2018-07-18doc: basic support for SphinxMax Kellermann
Migrating from DocBook to Sphinx. Editing XML is really too cumbersome.