Age | Commit message (Expand) | Author | Files | Lines |
2010-03-19 | fixed def file usage for cmake mingw builds | Ralf Habacker | 1 | -0/+3 |
2010-03-16 | Decorated public exported functions with DBUS_EXPORT macro, reviewed by Colin... | Ralf Habacker | 1 | -1/+2 |
2010-03-08 | fixed bus-test sha1 connection address on unix with cmake build system | Ralf Habacker | 1 | -1/+6 |
2010-03-08 | fixed backtrace printing on unix with cmake build system | Ralf Habacker | 1 | -3/+10 |
2010-02-12 | Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus | Ralf Habacker | 7 | -36/+1369 |
2010-02-10 | added some docs for windows and updated the documentation index | Ralf Habacker | 6 | -5/+1307 |
2010-02-10 | fixed xml doc generating for cmake build system - supported docbook generator... | Ralf Habacker | 2 | -36/+67 |
2010-02-09 | Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus | Ralf Habacker | 10 | -282/+198 |
2010-02-07 | variable name fix (DBUS_DAEMON_NAME instead of DAEMON_NAME) | Romain Pokrzywka | 1 | -1/+1 |
2010-02-07 | apply remaining unapplied parts of eeedba5b2f5b008819619764943caddd52441adf i... | Romain Pokrzywka | 1 | -2/+4 |
2010-02-07 | not needed anymore. Builds fine without for both msvc and mingw | Romain Pokrzywka | 1 | -8/+0 |
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 | remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use... | Romain Pokrzywka | 2 | -3/+3 |
2010-02-07 | remove the debug postfix for the executables, it only makes sense for the lib | Romain Pokrzywka | 3 | -51/+39 |
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 | 4 | -68/+1 |
2010-02-07 | disable cmake options that don't apply (for cmake-gui) | Romain Pokrzywka | 1 | -15/+18 |
2010-02-07 | fixed the TODO, the if block didn't make sense indeed. Also make it clearer w... | Romain Pokrzywka | 1 | -31/+18 |
2010-02-07 | fixed and simplified install prefix handling with cmake | Romain Pokrzywka | 1 | -7/+10 |
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 | 4 | -20/+30 |
2010-02-07 | refactor the cmake build to match with autotools: only export client symbols ... | Romain Pokrzywka | 4 | -96/+69 |
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-03 | linux cmake build system related compile fix | Ralf Habacker | 1 | -0/+2 |
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 | 2 | -5/+11 |
2009-12-07 | fixed cmake version macro and string handling | Ralf Habacker | 3 | -31/+33 |
2009-12-01 | added cmake option for using nonce-tcp protocol as default; set tcp as defaul... | Ralf Habacker | 1 | -2/+8 |
2009-12-01 | readded test files required for windows | Ralf Habacker | 1 | -0/+10 |
2009-12-01 | used dbus/dbus-1.def for cmake too | Ralf Habacker | 2 | -878/+4 |
2009-12-01 | updated version | Ralf Habacker | 1 | -2/+2 |
2009-12-01 | with msvc, replace va_copy by assigning the va_lists (cherry picked from comm... | Frank Osterfeld | 2 | -1/+6 |
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 | 2 | -2/+3 |
2009-12-01 | -util.c doesn't belong into the lib (cherry picked from commit 6191f6dda62e43... | Frank Osterfeld | 1 | -1/+1 |
2009-11-30 | fixed DBUS_VA_COPY for msvc | Ralf Habacker | 2 | -1/+9 |
2009-11-30 | keep in sync with source | Ralf Habacker | 1 | -2/+8 |
2009-11-30 | define _DEBUG for debug builds (cherry picked from commit 3e261c022623306d4db... | Frank Osterfeld | 1 | -0/+2 |
2009-11-30 | do not run test binaries as unit tests if they aren't unit tests (cherry pick... | Frank Osterfeld | 1 | -10/+0 |
2009-11-30 | keep def file in sync with source | Ralf Habacker | 1 | -16/+0 |
2009-11-30 | added DBUS_USE_OUTPUT_DEBUG_STRING option | Ralf Habacker | 1 | -0/+5 |
2009-11-30 | fix warning, use Sleep, not _sleep on windows (cherry picked from commit ea36... | Frank Osterfeld | 1 | -4/+0 |
2009-11-30 | define DBUS_BUILD_TESTS only if the option is enabled (cherry picked from com... | Frank Osterfeld | 1 | -1/+4 |
2009-11-30 | fix TEST_SOCKET_DIR on windows, do not override value from top-level in test/... | Frank Osterfeld | 2 | -17/+18 |
2009-11-30 | disable launch-helper on windows for now until it builds (cherry picked from ... | Frank Osterfeld | 1 | -11/+15 |
2009-11-30 | bus-test-launch-helper is a unit test, test-service and test-shell-service ar... | Frank Osterfeld | 2 | -12/+5 |