summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* strtof() is a rather recent addition to C. Fall back to strtod() if it isn'tPierre Ossman2007-09-181-1/+1
* Emulate lrintf with simple truncation if it isn't available.Pierre Ossman2007-09-181-0/+3
* add a locale-independant pa_atof() implementationLennart Poettering2007-09-171-1/+1
* Rename pa_strsignal() to pa_sig2str(), since we return the symbolical signal ...Lennart Poettering2007-09-171-1/+1
* Add a special ltdl .so loader that avoids lazy frelocations during runtimeLennart Poettering2007-09-171-1/+1
* use priority inheritance on mutexes where applicableLennart Poettering2007-09-171-0/+16
* add proper boolean type pa_bool_tLennart Poettering2007-09-161-0/+12
* call dbus_shutdown() before exiting, to make valgrind output more usefulLennart Poettering2007-09-141-1/+1
* unify static TLS support, make use of gcc __thread attribute if availableLennart Poettering2007-09-101-0/+12
* posix_madvise and posix_fadvise aren't present on all systems.Pierre Ossman2007-09-101-2/+2
* explicitly test for the availability of dbus_watch_get_unix_fd() before using...Lennart Poettering2007-09-061-1/+43
* detect whether gcc atomic builtins are availableLennart Poettering2007-09-041-2/+14
* actually define HAVE_LIBSAMPLERATE with AC_DEFINELennart Poettering2007-09-031-0/+4
* add missing configure.ac part of the libsamplerate patch from r1753, re #125Lennart Poettering2007-09-021-6/+37
* enable -ffast-math for gccLennart Poettering2007-08-251-1/+1
* add check for ppoll()Lennart Poettering2007-08-221-1/+1
* bump protocol revision and soname of libpulseLennart Poettering2007-08-151-2/+2
* make make distcheck passLennart Poettering2007-08-121-2/+1
* ship full libltdl tree in SVN to make sure we can build this crack on fedoraLennart Poettering2007-08-121-3/+4
* bump soname and stuff for fedora pre-releaseLennart Poettering2007-08-121-3/+3
* merge compat changes from trunkLennart Poettering2007-08-041-0/+1
* Bump revision of libs and packageLennart Poettering2007-05-271-3/+3
* Revert stuff from commit 1431 that wasn't supposed to be there.Pierre Ossman2007-03-011-1/+0
* Handle when ALSA tweaks our sample spec so much that the frame size changes.Pierre Ossman2007-03-011-0/+1
* Add copyright notices to all relevant files. (based on svn log)Pierre Ossman2007-02-131-0/+3
* Make sure we get proper host identifiers.Pierre Ossman2007-02-121-0/+2
* rename default realtime group from "realtime" to "pulse-rt", since it is puls...Lennart Poettering2006-09-201-1/+1
* fix a few autoconf warnings (patch by Flameeyes)Lennart Poettering2006-09-021-1/+10
* Make sure libatomic_ops.a isn't included in win32 builds as libtool doesn'tPierre Ossman2006-08-311-1/+4
* Make sure the libatomic_ops lib is included.Pierre Ossman2006-08-301-0/+2
* Remove check for libatomic_ops library as some systems have no (zero, nada)Pierre Ossman2006-08-301-6/+0
* add libatomic-ops to hard dependenciesLennart Poettering2006-08-291-0/+12
* bump version and sonamesLennart Poettering2006-08-261-4/+4
* fix typoLennart Poettering2006-08-221-1/+1
* Fix detection of shared memory support and proper fallback.Pierre Ossman2006-08-221-9/+4
* Fix detection of page size for non-POSIX systems.Pierre Ossman2006-08-221-1/+2
* check for posix_memalign and friendsLennart Poettering2006-08-191-6/+5
* look for shm_open in -lrtLennart Poettering2006-08-181-0/+2
* Build HAL support only when either OSS or ALSA is availableLennart Poettering2006-08-111-1/+1
* merge HAL support from Shams E. KingLennart Poettering2006-08-061-0/+37
* bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-011-2/+2
* add missing configure.ac checks for module-gconfLennart Poettering2006-07-261-1/+38
* bump version and sonamesLennart Poettering2006-07-241-3/+3
* bump release and sonamesLennart Poettering2006-07-201-5/+5
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-2/+53
* remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...Lennart Poettering2006-07-181-47/+9
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-161-0/+3
* show summary after "configure" has run (closes: #22)Lennart Poettering2006-07-161-0/+77
* * fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() failsLennart Poettering2006-07-141-0/+2
* remove HOWL snippet from configure scriptLennart Poettering2006-07-131-35/+0