Age | Commit message (Expand) | Author | Files | Lines |
2014-01-17 | Rename dbus-test to test-dbus to match common test application naming scheme. | Ralf Habacker | 1 | -2/+2 |
2014-01-10 | Use macros for test and helper executable targets on cmake build system. | Ralf Habacker | 1 | -4/+1 |
2014-01-08 | Remove obsolete cmake project tags in sub directories; we only have one project. | Ralf Habacker | 1 | -2/+0 |
2013-08-23 | Revert "Factor out DBusAuthorization from DBusTransport" | Simon McVittie | 1 | -2/+0 |
2013-08-23 | Factor out DBusAuthorization from DBusTransport | Cosimo Alfarano | 1 | -0/+2 |
2013-06-28 | tests to embedded tests: replaced in cmake files | Chengwei Yang | 1 | -4/+4 |
2013-06-25 | Convert a{sv} helpers from Stats into generic utility code | Simon McVittie | 1 | -0/+2 |
2013-05-10 | dbus_threads_init_default, dbus_threads_init: be safe to call at any time | Simon McVittie | 1 | -0/+1 |
2013-04-29 | Fixed cmake windows build system bug not installing runtime part of shared li... | Ralf Habacker | 1 | -1/+1 |
2013-04-05 | Add function _dbus_get_peer_pid_from_tcp_handle() which returns pid and sid f... | Ralf Habacker | 1 | -2/+2 |
2013-03-04 | Fix cmake linux build: dbus-1 and dbus-internal require to link to rt library | Ralf Habacker | 1 | -2/+2 |
2012-06-15 | On Unix, link libdbus to a platform-specific threading library | Simon McVittie | 1 | -0/+4 |
2012-02-24 | Add dbus-syntax.[ch] | Simon McVittie | 1 | -0/+2 |
2012-02-09 | Windows compile fix | Ralf Habacker | 1 | -0/+3 |
2011-10-12 | cmake: don't include -util sources in the shared library | Simon McVittie | 1 | -4/+0 |
2011-10-12 | Remove dbus-auth-script from the shared library | Simon McVittie | 1 | -2/+2 |
2011-09-23 | Use dbus/dbus-arch-deps.h.in as source for cmake too | Ralf Habacker | 2 | -68/+1 |
2011-09-20 | cmake fix: install version string | Ralf Habacker | 1 | -0/+11 |
2011-02-17 | Remove references to dbus-md5, which hasn't been used for at least 8 years | Simon McVittie | 1 | -5/+0 |
2010-10-29 | Service dir related bug fix on windows. | Ralf Habacker | 1 | -4/+3 |
2010-09-08 | Unix compile fix. | Ralf Habacker | 1 | -0/+2 |
2010-06-17 | Revert "Bug 28460 - Refactored dbus configuration access." | Will Thompson | 1 | -2/+0 |
2010-06-14 | Bug 28460 - Refactored dbus configuration access. | Ralf Habacker | 1 | -0/+2 |
2010-04-16 | Removed obsolate file. | Ralf Habacker | 1 | -3/+0 |
2010-04-13 | update WinCE cmake support | Romain Pokrzywka | 1 | -2/+18 |
2010-03-22 | Additional fixes for 2154acb3492d5ba19da36562e8409016da9cb79b | Ralf Habacker | 1 | -5/+0 |
2010-03-22 | Make the windows binaries and build match the linux one with cmake buildsystem. | unknown | 1 | -4/+14 |
2010-03-22 | Removed def file support for cmake build system. | Ralf Habacker | 1 | -49/+0 |
2010-03-19 | fixed def file usage for cmake mingw builds | Ralf Habacker | 1 | -0/+3 |
2010-02-09 | Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus | Ralf Habacker | 3 | -62/+76 |
2010-02-07 | move dbus-1.def.cmake to the cmake subdir, as it's cmake specific | Romain Pokrzywka | 1 | -0/+5 |
2010-02-07 | add the LIBRARY header in the .def file, but for mingw only, msvc doesn't sup... | Romain Pokrzywka | 1 | -2/+12 |
2010-02-07 | and another .def.in for the verbose mode handling | Romain Pokrzywka | 1 | -0/+5 |
2010-02-07 | commented bits cleanup | Romain Pokrzywka | 1 | -18/+1 |
2010-02-07 | dbus-spawn.h is internal, it shouldn't be installed | Romain Pokrzywka | 1 | -1/+0 |
2010-02-07 | now fix the build for the tests; turns out we need another set of exports, si... | Romain Pokrzywka | 2 | -8/+16 |
2010-02-07 | refactor the cmake build to match with autotools: only export client symbols ... | Romain Pokrzywka | 1 | -51/+51 |
2010-02-07 | split the symbols into separate files matching the client/shared/util section... | Romain Pokrzywka | 1 | -1/+7 |
2010-02-07 | make the def handling simpler with cmake, we don't need to specify the librar... | Romain Pokrzywka | 1 | -6/+4 |
2010-02-02 | win32 fix: provide separate def file for cmake until there is full splitlib s... | Ralf Habacker | 1 | -4/+4 |
2009-12-20 | moved out dbus file related functions from sysdeps into separate files - test... | Ralf Habacker | 1 | -0/+4 |
2009-12-18 | moved out DBusPipe implementation into separate files | Ralf Habacker | 1 | -0/+4 |
2009-12-14 | added new variable DBUS_BUILD_TIMESTAMP | Ralf Habacker | 1 | -5/+2 |
2009-12-07 | fixed cmake version macro and string handling | Ralf Habacker | 1 | -0/+12 |
2009-12-01 | used dbus/dbus-1.def for cmake too | Ralf Habacker | 2 | -878/+4 |
2009-12-01 | Fixes to the nonce code | Frank Osterfeld | 1 | -3/+4 |
2009-12-01 | The current state of the nonce-tcp implementation | Frank Osterfeld | 1 | -0/+1 |
2009-12-01 | -util.c doesn't belong into the lib (cherry picked from commit 6191f6dda62e43... | Frank Osterfeld | 1 | -1/+1 |
2009-11-30 | keep in sync with source | Ralf Habacker | 1 | -2/+8 |
2009-11-30 | keep def file in sync with source | Ralf Habacker | 1 | -16/+0 |