summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-30tests: remove check2 timeouts in favor of mesonmatoro20-32/+1
2023-09-01ci: Force build of webrtc-aecArun Raghavan1-5/+5
2023-04-21daemon/meson.build: Install dbus policy in /usr, not /etcGioele Barabucci1-1/+1
2023-03-16meson: Add DEF file to export APIs in WindowsBiswapriyo Nath3-5/+393
2022-09-21meson: use proper type for boolswael1-1/+1
2022-08-15meson.build: fix build without C++Fabrice Fontaine2-1/+4
2022-08-01meson: fix meson warningsRosen Penev1-2/+4
2022-07-18build-sys: meson: Move qpaeq to daemon buildIgor V. Kovalenko1-4/+4
2022-06-13build-sys: meson: Make module-console-kit optionalIgor V. Kovalenko3-1/+14
2022-01-05meson: Enable GStreamer-based RTP by default (when available)Tanu Kaskinen1-1/+1
2021-11-17tests: Add passthrough test back to daemon testsArun Raghavan1-0/+2
2021-11-17build-sys: meson: Make glib and fftw common dependenciesIgor V. Kovalenko3-15/+15
2021-11-17build-sys: meson: Fix indentation in daemon/client blocksIgor V. Kovalenko4-170/+169
2021-11-17build-sys: meson: Rearrange shell completion between daemon and clientIgor V. Kovalenko4-16/+22
2021-11-17build-sys: meson: Rearrange dependencies under client and daemon optionsIgor V. Kovalenko2-240/+261
2021-11-17build-sys: meson: Move remaining tests under daemon and client buildsIgor V. Kovalenko1-64/+62
2021-11-17build-sys: meson: change daemon-only to clientIgor V. Kovalenko7-16/+16
2021-11-17build-sys: meson: Allow building the daemon onlyMart Raudsepp10-16/+54
2021-11-17build-sys: meson: Relax sanity checks for daemonless buildsMart Raudsepp1-3/+3
2021-11-05gitlab-ci: Turn on Werror for meson buildsMarijn Suijten1-1/+1
2021-08-11build-sys: meson: Check if cpuid.h header is usableIgor V. Kovalenko1-1/+13
2021-08-11build-sys: meson: Require xice, xsm and xtst for daemon onlyIgor V. Kovalenko1-3/+3
2021-06-21build-sys: meson: Require bluez dependency if bluez5 feature is enabledIgor V. Kovalenko4-7/+9
2021-06-21build-sys: meson: require GIO dependency for RTP-GStreamerIgor V. Kovalenko2-3/+5
2021-06-05build-sys: meson: check if NEON code can be compiled on armgarrison1-10/+31
2021-06-05build-sys: meson: check HAVE_MMX and HAVE_SSE before calling initializersIgor V. Kovalenko3-6/+14
2021-06-03build-sys: meson: restore big endian detectionIgor V. Kovalenko1-0/+4
2021-05-19build-sys: meson: make doxygen optionalIgor V. Kovalenko2-1/+6
2021-05-18build-sys: meson: only require libltdl if daemon is builtIgor V. Kovalenko1-2/+5
2021-05-17build-sys: Fix a couple of meson warningsv14.99.1Arun Raghavan2-2/+3
2021-05-12build-sys: meson: Add missing include dirJan Alexander Steffens (heftig)1-1/+1
2021-04-23build-sys: meson: Merge system_conf config data from default_confPatrick Gaskin1-3/+1
2021-04-19build-sys: meson: do not install manpages for disabled partsIgor V. Kovalenko1-2/+12
2021-04-19build-sys: meson: allow building client libraries onlyIgor V. Kovalenko9-190/+293
2021-03-15build-sys: meson: fix meson dist versionIgor V. Kovalenko3-0/+12
2021-03-01buildsys/autotools: add pulseaudio-x11.service.inFaidon Liambotis4-1/+6
2021-02-12build-sys: meson: support elogind alternative for module-systemd-loginIgor V. Kovalenko3-2/+11
2021-02-12build-sys: meson: add tcp-wrappersIgor V. Kovalenko3-2/+10
2021-01-19bluetooth: Prevent registration of an unavailable codec at runtimeSanchayan Maity2-6/+20
2021-01-18buildsys: meson: implement update-map-file targetIgor V. Kovalenko2-1/+28
2021-01-18build-sys: meson: only warn about lack of udev on LinuxGreg V1-1/+1
2021-01-18build-sys: meson: support memfd without SYS_memfd_create (FreeBSD 13)Greg V1-1/+2
2021-01-18build-sys: meson: add execinfo dependency for FreeBSDGreg V2-1/+4
2021-01-18build-sys: meson: add missing pthread dependency on alsa testsGreg V1-1/+1
2021-01-18build-sys: meson: check for shm_open even if it's in libc (FreeBSD), not librtGreg V1-1/+1
2021-01-18build-sys: meson: when libc iconv is used, tell libiconv header to pretend to...Greg V1-0/+2
2021-01-18build-sys: meson: set HAVE_DLADDR even if it's in libc (FreeBSD), not libdlGreg V1-1/+1
2021-01-13win32: Fix WSAStartup issuesPatrick Gaskin3-57/+21
2021-01-07database: use existing database matching same architecture prefixIgor V. Kovalenko3-2/+41
2020-12-16win32: Fix meson build system for Windows.Edward Lee7-55/+127