summaryrefslogtreecommitdiffstats
path: root/cmake/dbus
Commit message (Collapse)AuthorAgeFilesLines
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
| | | | | | No comment. Signed-off-by: Colin Walters <walters@verbum.org>
* * cmake/dbus/CMakeLists.txt: handle userdb as unix fileRalf Habacker2007-06-301-4/+6
|
* * cmake/ConfigureChecks.cmake,cmake/config.h.cmake: added check for HAVE_ERRNO_HRalf Habacker2007-06-151-16/+29
| | | | | | | | | * cmake/dbus/CMakeLists.txt: added missing files * dbus/dbus-transport-win.c/.h: new files * dbus/dbus-sysdeps-win.c,.h: added required _unix functions to make dbus compilable on win32 * dbus/dbus-sysdeps-win-utils.c,.h: moved some functions to dbus-sysdeps-win.c * dbus-win.patch: removed applied or obsolate patches Note: dbus-win32 is now compilable, no guarantee that it runs without any problems
* * dbus/dbus-server-win.c,dbus/dbus-server-win.h: new file with empty ↵Ralf Habacker2007-05-241-0/+5
| | | | | | function _dbus_server_listen_platform_specific(). * dbus/dbus-server.c (listen_funcs): uses _dbus_server_listen_platform_specific() on win platform too.
* * cmake/: don't install test applications and service files, moved ↵Ralf Habacker2007-04-281-5/+4
| | | | CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
* * cmake: added debug postfixes to debug exe's for easier debugging.Ralf Habacker2007-04-261-4/+4
| | | | * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available.
* * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.Ralf Habacker2007-03-251-1/+1
|
* * dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it ↵Ralf Habacker2007-03-151-1/+1
| | | | is a platform depending file similar to dbus-sysdeps-pthread.c.
* * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,Ralf Habacker2007-03-061-2/+7
| | | | cmake/CMakeLists.txt: win32 compile fix
* * cmake: new directory, contains cmake build support.Ralf Habacker2007-03-032-0/+301
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.