Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Support showing a backtrace on log messages | Lennart Poettering | 2008-10-21 | 1 | -0/+1 | |
| | | ||||||
* | | Modularise the RAOP stuff that requires OpenSSL and make it optional at ↵ | Colin Guthrie | 2008-10-08 | 1 | -0/+41 | |
| | | | | | | | | compile time | |||||
* | | bump version and sonames | Lennart Poettering | 2008-10-06 | 1 | -3/+3 | |
| | | ||||||
* | | bump revisions | Lennart Poettering | 2008-09-09 | 1 | -4/+4 | |
| | | ||||||
* | | drop -Winline from build cflags | Lennart Poettering | 2008-09-01 | 1 | -1/+1 | |
| | | ||||||
* | | Add CFLAGS information on start-up | Marc-André Lureau | 2008-08-29 | 1 | -0/+2 | |
| | | | | | | | | Signed-off-by: Lennart Poettering <lennart@poettering.net> | |||||
* | | use final glibc eventfd() instead of our homegrown syscall invocations | Lennart Poettering | 2008-08-19 | 1 | -0/+1 | |
| | | ||||||
* | | add a few more gcc warning flags and fix quite a few problems found by doing so | Lennart Poettering | 2008-08-19 | 1 | -1/+1 | |
| | | ||||||
* | | run autoupdate | Lennart Poettering | 2008-08-19 | 1 | -24/+24 | |
| | | ||||||
* | | Merge commit 'flameeyes/autoconf-2.62' | Lennart Poettering | 2008-08-18 | 1 | -93/+68 | |
|\ \ | ||||||
| * | | Replace some manual build tests with AC_CACHE_CHECK and AC_COMPILE_IFELSE. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -52/+58 | |
| | | | | | | | | | | | | | | | | | | Instead of compiling the build tests manually, use autoconf facilities, so that the results are cached between runs. Also avoid linking when a simple compile test is enough. | |||||
| * | | Create a new macro for checking compiler support for TLS. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -11/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a new macro that can be shared between projects to check for __thread support by the compiler. This macro might come useful for xine-lib too so I want to keep it separate for easier importing it over. Name the defined macro SUPPORT_TLS___THREAD to follow the same style as the checks from attributes.m4. | |||||
| * | | Replace the CFLAGS-checking code with a common macro from xine-lib. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -24/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of writing custom code to check for cflags checking, import a copy of attributes.m4 from xine-lib's repository and use the CC_CHECK_CFLAGS macro. The advantage lies not only in being able to reduce the custom code in configure.ac, but also in the fact that the CC_CHECK_CFLAGS macro caches the results, making ./configure -C quite faster on second run. Check for the CFLAGS for any compiler and not just GCC, if the compiler does support the flag it is better to u se it anyway, otherwise it will be skipped. | |||||
| * | | Use AC_PROG_CC_C99 to discover C99-compliant compiler. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | Instead of just checking if the compiler supports -std=c99 option, make use of the autoconf macro for discovering C99. This way other non-GCC compiler could be used in C99 mode too. | |||||
| * | | Create an m4 directory for common macros and use it. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Split acinclude.m4 in multiple macro files. Let it be known to autoconf and aclocal to use the m4 directory. Ignore macro files copied or linked by libtool and intltool. | |||||
| * | | Remove gettext macros from configure.ac, intltool is used. | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | When using intltool there is no need to _also_ use gettext, so remove gettext macros so that autoreconf does not copy them over. | |||||
| * | | Bump autoconf requirement to 2.62 (latest released version). | Diego 'Flameeyes' Pettenò | 2008-08-08 | 1 | -1/+1 | |
| |/ | ||||||
* | | add some code to make invalid valgrind warnings go away | Lennart Poettering | 2008-08-18 | 1 | -0/+4 | |
| | | ||||||
* | | bump release | Lennart Poettering | 2008-08-18 | 1 | -1/+1 | |
|/ | ||||||
* | add i18n support | Lennart Poettering | 2008-08-06 | 1 | -0/+12 | |
| | ||||||
* | define CANONICAL_HOST as macro for the GNU canonical host | Lennart Poettering | 2008-08-03 | 1 | -0/+1 | |
| | ||||||
* | add extension system for native protocol | Lennart Poettering | 2008-08-03 | 1 | -1/+1 | |
| | ||||||
* | bump needed automake version | Lennart Poettering | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | Make the alsa error message give out the needed version. | Petteri Räty | 2008-07-30 | 1 | -1/+1 | |
| | ||||||
* | bump api verson | Lennart Poettering | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | bump alsa dep to 1.0.17 | Lennart Poettering | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | make missing gdbm fatal (spotted by Betelgeuse) | Lennart Poettering | 2008-07-23 | 1 | -1/+1 | |
| | ||||||
* | fix gconf autoconf check | Lennart Poettering | 2008-07-21 | 1 | -1/+1 | |
| | ||||||
* | get rid of our internal copy of the speex resampler. Instead, link against a ↵ | Lennart Poettering | 2008-06-28 | 1 | -0/+4 | |
| | | | | system-installes libspeexdsp | |||||
* | update speex resampler | Lennart Poettering | 2008-06-27 | 1 | -0/+2 | |
| | ||||||
* | Add xmltoman to the distribution. This saves pulling in an external dependancy | Colin Guthrie | 2008-06-25 | 1 | -26/+0 | |
| | ||||||
* | remove remaining $ | Lennart Poettering | 2008-06-18 | 1 | -2/+0 | |
| | ||||||
* | make state and config path for system instance configurable | Lennart Poettering | 2008-05-21 | 1 | -0/+6 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2473 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | bump so revisions | Lennart Poettering | 2008-05-15 | 1 | -2/+2 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2447 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | merge glitch-free branch back into trunk | Lennart Poettering | 2008-05-15 | 1 | -3/+7 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2445 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | update copyright year | Lennart Poettering | 2008-03-31 | 1 | -1/+1 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2212 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | merge r2136 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -1/+1 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2211 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | merge r2189 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -2/+2 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2205 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | merge r2190 from prepare-0.9.10 | Lennart Poettering | 2008-03-31 | 1 | -1/+1 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2204 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | fix the help for --disable-per-user-esound-socket so that it actually | Diego Petteno | 2008-03-31 | 1 | -1/+1 | |
| | | | | | | | refers to the --disable action. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2197 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | Enable per-user esound sockets by default. Esound CVS already enables this ↵ | Lennart Poettering | 2008-03-27 | 1 | -28/+44 | |
| | | | | | | by default, and all sane distributions ship a patched esd anyway. And those which do not should get a life and start patching esd git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2145 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | modernize polkit code a bit, use new functions from pk 0.7 instead of our ↵ | Lennart Poettering | 2008-03-27 | 1 | -15/+11 | |
| | | | | | | home-grown ones git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2131 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | add proper arm atomic ops support, patch from Jyri Sarha | Lennart Poettering | 2008-03-26 | 1 | -7/+95 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2127 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | Test for _struct_ lt_user_dlloader, otherwise it won't be found. | Diego Petteno | 2008-03-09 | 1 | -1/+1 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2114 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | Build and run using libltdl from libtool 2.2. The user module loader support ↵ | Diego Petteno | 2008-03-08 | 1 | -0/+6 | |
| | | | | | | has changed drastically. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2113 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | look for timer_create in librt, Closes #210, patch supplied by matthijs | Lennart Poettering | 2008-02-15 | 1 | -0/+1 | |
| | | | | git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2108 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | Add a configure switch to enable the per-user ESounD socket path, but ↵ | Diego Petteno | 2007-12-06 | 1 | -0/+6 | |
| | | | | | | default to vanilla ESounD's path. This way distributions and users can configure PulseAudio according to their ESounD library. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2083 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | Check for mkdir -p or equivalent, and use that rather than simple mkdir to ↵ | Diego Petteno | 2007-11-23 | 1 | -0/+4 | |
| | | | | | | create the modules, modules/gconf and modules/rtp directories. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2077 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | Enable D-Bus if Bluez or HAL are enabled; use DBUS_LIBS/DBUS_CFLAGS when ↵ | Diego Petteno | 2007-11-23 | 1 | -1/+1 | |
| | | | | | | building libdbus-util.la. git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2076 fefdeb5f-60dc-0310-8127-8f9354f1896f | |||||
* | Fix detection of polkit_context_is_caller_authorized() function, also ↵ | Diego Petteno | 2007-11-23 | 1 | -2/+2 | |
| | | | | | | reported by Nix. Also fix detection of policydir for prefixes different from /usr.~ git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@2075 fefdeb5f-60dc-0310-8127-8f9354f1896f |