summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2018-10-14build with Meson instead of autotoolsMax Kellermann
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
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
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
2018-08-19android: add LogListenerThomas Guillem
2018-08-19Makefile.am: use javac instead of javah to generate JNI headerMax Kellermann
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
2018-08-17Merge tag 'v0.20.21'Max Kellermann
2018-08-17configure.ac, Makefile.am: add variable ANDROID_ABIMax Kellermann
2018-08-17android: raise minSdkVersion to 21Max Kellermann
2018-08-17Makefile.am: add missing $(CURL_CFLAGS) and $(EXPAT_CFLAGS)Max Kellermann
2018-08-07Added a function for generic address parsing1848
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
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