index
:
~jprvita/pulseaudio
0.9.15-stable
0.9.17-stable
0.9.18-stable
0.9.19-stable
0.9.20-stable
bluetooth-headsets-media-api
bluetooth-hf-audio-agent
bt-fixes
master
master-tx
merge-queue
rtpoll
stable-1.x
stable-2.x
stable-queue
tags/release-0.1
tags/release-0.2
tags/release-0.4
tags/release-0.5
tags/release-0.5.1
tags/release-0.6
tags/release-0.8
tags/release-0.8.1
tags/release-0.9.0
tags/release-0.9.1
tags/release-0.9.10
tags/release-0.9.2
tags/release-0.9.3
tags/release-0.9.4
tags/release-0.9.5
tags/release-0.9.6
tags/release-0.9.7
tags/release-0.9.8
tags/release-0.9.9
PulseAudio sound server
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.ac
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-30
build-system: Move AC_DEFINE to separate line with AS_IF
Maarten Bosmans
1
-42
/
+17
2011-04-30
build-system: Use AS_IF macro for configure output
Maarten Bosmans
1
-150
/
+48
2011-04-30
build-system: Simplify AC_ARG_ENABLE usage
Maarten Bosmans
1
-306
/
+109
2011-04-30
x11: More XCB fixes.
Arnaud Fontaine
1
-1
/
+1
2011-04-23
build-sys: Make -isysroot and -mmacosx-version-min configurable
Daniel Mack
1
-4
/
+12
2011-04-23
thread-posix: Use pthread_(get|set)name_np() if available
Daniel Mack
1
-1
/
+3
2011-04-23
pulsecore:: Define _POSIX_C_SOURCE locally for rtclock on OSX
Daniel Mack
1
-1
/
+0
2011-03-25
build: Bump Orc dependency to 0.4.11
Arun Raghavan
1
-1
/
+1
2011-03-24
Merge remote-tracking branch 'zonique/osx'
Colin Guthrie
1
-0
/
+13
2011-03-21
configure.ac: add --mac-universal directive for OS X
Daniel Mack
1
-0
/
+13
2011-03-20
Merge remote-tracking branch 'mkbosmans/mingw32-build'
Colin Guthrie
1
-1
/
+1
2011-03-19
Use pulsecore/arpa-inet.h to make arpa/inet.h functionality available
Maarten Bosmans
1
-1
/
+1
2011-03-18
Make pulse compile with clang
Maarten Bosmans
1
-0
/
+6
2011-03-02
configure: Drop some warnings
Maarten Bosmans
1
-1
/
+1
2011-03-02
introspect: Client-side implementation for has_volume/read_only_volume
Arun Raghavan
1
-1
/
+1
2011-02-25
Merge remote-tracking branch 'mkbosmans/mingw32-build'
Colin Guthrie
1
-6
/
+50
2011-02-22
build-sys: Correct typos in configure
Paul Menzel
1
-6
/
+6
2011-02-17
Give module-waveout a configure switch
Maarten Bosmans
1
-2
/
+42
2011-02-17
Use PCRE if POSIX regex.h is not available
Maarten Bosmans
1
-3
/
+6
2011-02-17
Apply #ifdefs around functionality not available on win32
Maarten Bosmans
1
-1
/
+2
2011-01-31
build: Don't include empty Makefile.am in subdirs
Maarten Bosmans
1
-19
/
+0
2011-01-11
build-sys: Make --disable-dbus actually work.
Colin Guthrie
1
-30
/
+41
2011-01-11
build-sys: Put in specific warnings when there is no udev or DBUS support
Colin Guthrie
1
-0
/
+24
2010-12-05
build-sys: Fix a warning during distcheck
Arun Raghavan
1
-0
/
+1
2010-12-05
build-sys: Replace dummy Makefiles with proper Makefile.am's
Colin Guthrie
1
-0
/
+18
2010-11-28
build-sys: bump soname
Lennart Poettering
1
-1
/
+1
2010-11-28
volume: Add explicit checks for ARMv6 instructions
v0.98-dev
Arun Raghavan
1
-1
/
+32
2010-11-28
version: Drop the micro version number
Colin Guthrie
1
-5
/
+2
2010-10-06
introspect: Include whether a stream is corked in the info callback.
Colin Guthrie
1
-1
/
+1
2010-09-23
echo-cancel: orc-ify some bits for optimisation
Arun Raghavan
1
-0
/
+9
2010-09-18
x11: Partially convert to XCB.
Colin Guthrie
1
-1
/
+1
2010-08-12
AC3 passthrough support
Pierre-Louis Bossart
1
-1
/
+1
2010-05-08
core-util: ensure that we chmod only the dir we ourselves created
Kees Cook
1
-1
/
+1
2010-02-25
build-sys: Mention dbus support in the summary
Colin Guthrie
1
-0
/
+6
2010-02-21
build-sys: fix check for pthread_setaffinity_np()
Lennart Poettering
1
-0
/
+1
2010-02-21
build-sys: add gobject to build dependencies
Lennart Poettering
1
-1
/
+1
2010-02-09
bump soname
Lennart Poettering
1
-1
/
+1
2010-02-09
build-sys: bump soname
Lennart Poettering
1
-1
/
+1
2009-12-16
osx: add native zeroconf implementation via Bonjour
Daniel Mack
1
-0
/
+4
2009-12-09
configure.ac: add DARWIN_OS variable
Kim Lester
1
-0
/
+22
2009-12-06
Add a configure option to change 'udevrulesdir'
Arun Raghavan
1
-0
/
+7
2009-11-21
Since now we have FreeBSD atomic operations, don't require libatomic_ops.
Diego Elio 'Flameeyes' Pettenò
1
-0
/
+4
2009-11-21
Simplify handling of NetBSD atomic ops discovery.
Diego Elio 'Flameeyes' Pettenò
1
-23
/
+6
2009-11-20
Check for stow using AC_CHECK_PROG rather than type -p.
Diego Elio 'Flameeyes' Pettenò
1
-2
/
+4
2009-11-20
Move the platform-specific defines after the compiler has been found.
Diego Elio 'Flameeyes' Pettenò
1
-13
/
+13
2009-10-31
configure.ac: enable check for CoreAudio
Daniel Mack
1
-0
/
+28
2009-10-30
core-util: introduce FD_CLOEXEC wrappers for open/socket/pipe/accept
Lennart Poettering
1
-1
/
+1
2009-10-29
libpulse: introduce PA_STREAM_RELATIVE_VOLUME
Lennart Poettering
1
-1
/
+1
2009-10-19
module-equalizer-sink: drop source executable permissions configure.ac: add e...
Jason Newton
1
-0
/
+6
2009-10-07
Add check for FFTW, and add option to disable it at build-time.
Diego Elio 'Flameeyes' Pettenò
1
-0
/
+10
[next]