dbus/cmake
Ralf Habacker 6f9077ee87 Bug 28460 - Refactored dbus configuration access.
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-14 18:27:04 +02:00
..
bus Keep in sync with autotools. 2010-06-07 13:59:21 +02:00
dbus Bug 28460 - Refactored dbus configuration access. 2010-06-14 18:27:04 +02:00
doc Minor name spelling fix. 2010-04-27 11:19:56 +02:00
modules Removed unused cmake packages. 2010-03-22 17:28:57 +01:00
test Added missing test libraries and tools to keep in sync with autotools. 2010-04-13 21:18:41 +02:00
tools CMake dbus libraries usage cleanup. 2010-03-20 22:33:58 +01:00
bus-test.bat.cmake * cmake: new directory, contains cmake build support. 2007-03-03 14:32:17 +00:00
CMakeLists.txt Keep cmake default session and system bus address setup in sync with autotools. 2010-06-11 10:48:10 +02:00
config.h.cmake fix {u}intptr_t usage on wince with msvc 2010-05-05 07:57:28 +02:00
ConfigureChecks.cmake fix {u}intptr_t usage on wince with msvc 2010-05-05 07:57:28 +02:00
cross-compile.sh Added cmake cross compile wrapper. 2010-04-22 11:51:23 +02:00
dbus-env.bat.cmake * cmake: new directory, contains cmake build support. 2007-03-03 14:32:17 +00:00
Doxyfile.cmake Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin Walters. 2010-03-16 09:33:39 +01:00
readme-cmake.txt * cmake: new directory, contains cmake build support. 2007-03-03 14:32:17 +00:00