summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
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-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-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-07-06input/curl: use new class HttpStatusErrorMax Kellermann
2018-07-06lib/nfs/Connection: use new class NfsClientErrorMax Kellermann
2018-07-06input/Error: new library providing IsFileNotFound()Max Kellermann
2018-07-06input/Domain: remove obsolete variableMax Kellermann
2018-07-06util/StringFormat: new utility libraryMax Kellermann
2018-05-22Makefile.am: invoke javac with source/target 1.6Max Kellermann
2018-02-24Main: move WinSock initialization to class ScopeNetInitMax Kellermann
2018-01-23test/NullMixerListener: new class to fix -Wnull-dereferenceMax Kellermann
2018-01-19Makefile.am: link libicu.a before libutil.aMax Kellermann
2018-01-19Makefile.am: use Android SDK build-tools 27.0.0Max Kellermann
2018-01-18Makefile.am: rename JAVA_SOURCES to JAVA_SOURCE_PATHSMax Kellermann
2018-01-04Makefile.am: build Android APK package without AntFelix Hädicke
2018-01-04Makefile.am: add variable ZIPALIGNMax Kellermann
2018-01-04Makefile.am: add variable ANDROID_SDK_PLATFORMMax Kellermann
2017-12-18Save and restore mountpoints within the state file.FlashSystems
2017-12-11lib/upnp: use include path without upnp/ prefix and honor pkg-config CFLAGSUwe Kleine-König
2017-12-05Makefile.am: include Windows cross-build script in source tarballMax Kellermann
2017-11-16lib/upnp: adapt to libupnp 1.8 API changesMax Kellermann
2017-09-20lib/icu/Compare: OO wrapper for IcuCaseFold()Max Kellermann
2017-09-20lib/icu/Collate: move IcuCaseFold() to CaseFold.cxxMax Kellermann
2017-08-21OSX mixerMatthew Leon
2017-07-20move MusicBrainz id3v2 tags to separate fileMatthew Leon
2017-01-17util/StringBuffer: new utility classMax Kellermann
2017-01-17AudioFormat: move enum SampleFormat to pcm/SampleFormat.hxxMax Kellermann
2017-01-17test: add AudioFormat unit testMax Kellermann
2017-01-17Makefile.am: move AudioFormat.cxx to libpcm.aMax Kellermann
2017-01-17Makefile.am: fix linking xiph with oggJörg Krause
2017-01-11pcm/export: support DSD_U16Max Kellermann
2017-01-11pcm/PcmDsd: move Dsd8To32() to Dsd32.cxxMax Kellermann
2017-01-08storage/http: new storage pluginMax Kellermann
2017-01-07util/TimeParser: wrapper for strptime()Max Kellermann
2017-01-07Adding volume_mapping from alsa-utils/alsamixerTermeHansen
2017-01-07lib/expat/ExpatParser: move InputStream overload to separate source fileMax Kellermann
2017-01-07Makefile.am: add variable CURL_SOURCESMax Kellermann
2017-01-06lib/curl/Slist: new wrapper for curl_slistMax Kellermann
2017-01-04Makefile.am: update header filesMax Kellermann
2017-01-04Makefile.am: updated web server documentation pathMax Kellermann
2017-01-03input/curl: move code to class CurlRequestMax Kellermann
2017-01-03input/curl: move class CurlGlobal to separate source fileMax Kellermann
2016-12-29command/{Player,Error}: extract messages from nested exceptionsMax Kellermann