summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2011-02-24Allow X11 autolaunch to be disabled even if the headers/libraries are thereSimon McVittie1-1/+1
In an embedded system where the D-Bus session is a core part of the environment, like Maemo, accidentally auto-launching a second session bus (for instance for a concurrent ssh session) is a bad idea - it can lead to a "split brain" situation where half the applications in the GUI are using a different bus. In these controlled environments, it'd be useful to prevent autolaunch from ever happening. (As a side benefit, the changes to configure.in also mean that packagers can explicitly --enable-x11-autolaunch, to make sure that failure to find X will make compilation fail cleanly.) Bug: https://bugs.freedesktop.org/show_bug.cgi?id=19997 Bug-NB: NB#219964
2011-02-17Import compiler.m4 and lcov.am from telepathy-glib, and use them to replace gcovSimon McVittie1-7/+0
Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10887
2011-02-17Remove references to dbus-md5, which hasn't been used for at least 8 yearsSimon McVittie1-5/+0
Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34292
2011-01-05cmake/cross-compile.sh: use mktemp(1) to avoid a symlink attack in /tmpSimon McVittie1-5/+10
2010-12-29Use absolute session service dir path in bus-test on windows.Ralf Habacker1-0/+5
2010-12-29Keep in sync with autotools.Ralf Habacker1-1/+1
2010-12-21Keep in sync with automake.Ralf Habacker1-1/+1
2010-12-07Fix bus-test failure with cmake on unix.Ralf Habacker1-2/+2
SHA1 connection tests needs an non debug-pipe transport for the activation bus.
2010-12-04Keep in sync with automake.Ralf Habacker1-0/+4
2010-10-29Service dir related bug fix on windows.Ralf Habacker2-33/+48
The code for accessing services requires absolute pathes, which are based on DBUS_DATADIR. DBUS_DATADIR on windows is defined relative. This patch makes sure that those pathes are absolute.
2010-10-12Cleaned up windows related README's.Ralf Habacker1-1/+1
2010-10-12Fixed reference to cmake configure options.Ralf Habacker1-17/+2
2010-10-12keep version in sync with automakeRalf Habacker1-3/+2
2010-09-27Extended autolaunch protocol with scope attribute.Ralf Habacker1-1/+1
2010-09-08Unix compile fix.Ralf Habacker1-0/+2
2010-06-17Revert "Bug 28460 - Refactored dbus configuration access."Will Thompson1-2/+0
This reverts commit 6f9077ee870ad02119facf83d1293301b4535c3b, which broke the build on Unix (see previous patch) and introduced a bunch of warnings.
2010-06-14Bug 28460 - Refactored dbus configuration access.Ralf Habacker1-0/+2
Libdbus uses several config variables. On unix these settings are read from environment variables by using _dbus_getenv. On other platforms like wince there are no environment variables available and _dbus_getenv needs an emulation for those plattforms (see dbus/dbus-sysdeps-wince-glue.c) To cleanup this emulation the appended patch adds a config api by adding _dbus_config_... functions. Also having all client config related functions listed in one header file provides a good overview about which config attributes are available. The default implementation retrieves the config values from environment variables. For other os this could be easily extended or replaced by.
2010-06-11Keep cmake default session and system bus address setup in sync with autotools.Ralf Habacker1-10/+5
2010-06-07Keep in sync with autotools.Ralf Habacker1-2/+2
2010-06-07Keep in sync with autotools.Ralf Habacker1-1/+1
2010-05-05fix {u}intptr_t usage on wince with msvcRomain Pokrzywka2-0/+4
2010-05-03Don't truncate pointers on Windows x64 platformFridrich Štrba3-1/+5
2010-04-27Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker2-3/+105
2010-04-27Minor name spelling fix.Ralf Habacker1-1/+1
2010-04-22Added cmake cross compile wrapper.Ralf Habacker1-0/+105
2010-04-16Removed obsolate file.Ralf Habacker1-3/+0
2010-04-14Fix warnings on Windows CE target.Marcus Brinkmann2-0/+4
2010-04-13Added missing test libraries and tools to keep in sync with autotools.Ralf Habacker2-0/+26
2010-04-13Keep defines for dbus test in sync with autotools.Ralf Habacker1-0/+2
2010-04-13Keep test file directories in sync with autotoolsRalf Habacker1-10/+12
2010-04-13Defined DBUS_CMAKE in config.h to have a way for detecting the currently ↵Ralf Habacker1-0/+2
used buildsystem.
2010-04-13add missing HAVE_ macros to cmakeRomain Pokrzywka2-3/+27
2010-04-13update WinCE cmake supportRomain Pokrzywka2-43/+37
2010-04-11Cmake build system cleanup.Ralf Habacker1-57/+57
Converted tabs to spaces and removed trailing spaces in test dir.
2010-04-11Cmake support for cross plattform usable test files.Ralf Habacker3-11/+17
Recent test configuration files contains 'unix:...' bus adresses which do not work on windows. For cross plattform usable test files the whole listen tag entry has to be set by the build system, which is available with a new build system variable named TEST_LISTEN. To have the client client side definition in sync, TEST_CONNECTION has been moved from c file into cmake build system.
2010-04-10Fixed meinproc4 docbook generator detection for cmake buildsystem.Ralf Habacker1-6/+6
2010-04-09Simplified cmake specific test file generating.Ralf Habacker1-67/+24
If there is a *.cmake test file available for a related *.in file, take the *.cmake test file instead of the *.in file as test file source. Also added some messages.
2010-03-30Fixed xmlto usage on unix for cmake build system.Ralf Habacker1-5/+5
2010-03-29Determine docbook.xsl path on windows from meinproc4 executable.Ralf Habacker1-1/+7
2010-03-22Keep cmake build system in sync with commit ↵Ralf Habacker1-5/+0
d47154c28b68b32177773bd489fdae62b440f38c.
2010-03-22Removed unused cmake packages.Ralf Habacker5-1296/+0
2010-03-22Added signal.h and locale.h detection for cmake build system.Ralf Habacker2-3/+11
2010-03-22Additional fixes for 2154acb3492d5ba19da36562e8409016da9cb79bRalf Habacker1-5/+0
2010-03-22Make the windows binaries and build match the linux one with cmake buildsystem.unknown4-5/+26
This is performed by including the files from the client lib in the internal one and by removing the linking to dbus-1 for targets using the internal library.
2010-03-22Removed def file support for cmake build system.Ralf Habacker1-49/+0
2010-03-20CMake dbus libraries usage cleanup.Ralf Habacker5-24/+21
Renamed DBUS_LIBRARIES to DBUS_INTERNAL_LIBRARIES and moved to top level CMakeLists.txt. Removed obsolate references of dbus-internal library. Added DBUS_LIBRARIES definition which contains only the dbus library.
2010-03-19fixed def file usage for cmake mingw buildsRalf Habacker1-0/+3
2010-03-16Decorated public exported functions with DBUS_EXPORT macro, reviewed by ↵Ralf Habacker1-1/+2
Colin Walters.
2010-03-08fixed bus-test sha1 connection address on unix with cmake build systemRalf Habacker1-1/+6
2010-03-08fixed backtrace printing on unix with cmake build systemRalf Habacker1-3/+10