summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2010-03-22Keep cmake build system in sync with commit d47154c28b68b32177773bd489fdae62b...Ralf Habacker1-5/+0
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
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
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 Colin...Ralf Habacker1-1/+2
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
2010-02-12Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker7-36/+1369
2010-02-10added some docs for windows and updated the documentation indexRalf Habacker6-5/+1307
2010-02-10fixed xml doc generating for cmake build system - supported docbook generator...Ralf Habacker2-36/+67
2010-02-09Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker10-282/+198
2010-02-07variable name fix (DBUS_DAEMON_NAME instead of DAEMON_NAME)Romain Pokrzywka1-1/+1
2010-02-07apply remaining unapplied parts of eeedba5b2f5b008819619764943caddd52441adf i...Romain Pokrzywka1-2/+4
2010-02-07not needed anymore. Builds fine without for both msvc and mingwRomain Pokrzywka1-8/+0
2010-02-07move dbus-1.def.cmake to the cmake subdir, as it's cmake specificRomain Pokrzywka1-0/+5
2010-02-07add the LIBRARY header in the .def file, but for mingw only, msvc doesn't sup...Romain Pokrzywka1-2/+12
2010-02-07remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use...Romain Pokrzywka2-3/+3
2010-02-07remove the debug postfix for the executables, it only makes sense for the libRomain Pokrzywka3-51/+39
2010-02-07and another .def.in for the verbose mode handlingRomain Pokrzywka1-0/+5
2010-02-07commented bits cleanupRomain Pokrzywka4-68/+1
2010-02-07disable cmake options that don't apply (for cmake-gui)Romain Pokrzywka1-15/+18
2010-02-07fixed the TODO, the if block didn't make sense indeed. Also make it clearer w...Romain Pokrzywka1-31/+18
2010-02-07fixed and simplified install prefix handling with cmakeRomain Pokrzywka1-7/+10
2010-02-07dbus-spawn.h is internal, it shouldn't be installedRomain Pokrzywka1-1/+0
2010-02-07now fix the build for the tests; turns out we need another set of exports, si...Romain Pokrzywka4-20/+30
2010-02-07refactor the cmake build to match with autotools: only export client symbols ...Romain Pokrzywka4-96/+69
2010-02-07split the symbols into separate files matching the client/shared/util section...Romain Pokrzywka1-1/+7
2010-02-07make the def handling simpler with cmake, we don't need to specify the librar...Romain Pokrzywka1-6/+4
2010-02-03linux cmake build system related compile fixRalf Habacker1-0/+2
2010-02-02win32 fix: provide separate def file for cmake until there is full splitlib s...Ralf Habacker1-4/+4
2009-12-20moved out dbus file related functions from sysdeps into separate files - test...Ralf Habacker1-0/+4
2009-12-18moved out DBusPipe implementation into separate filesRalf Habacker1-0/+4
2009-12-14added new variable DBUS_BUILD_TIMESTAMPRalf Habacker2-5/+11
2009-12-07fixed cmake version macro and string handlingRalf Habacker3-31/+33
2009-12-01added cmake option for using nonce-tcp protocol as default; set tcp as defaul...Ralf Habacker1-2/+8
2009-12-01readded test files required for windowsRalf Habacker1-0/+10
2009-12-01used dbus/dbus-1.def for cmake tooRalf Habacker2-878/+4
2009-12-01updated versionRalf Habacker1-2/+2
2009-12-01with msvc, replace va_copy by assigning the va_lists (cherry picked from comm...Frank Osterfeld2-1/+6
2009-12-01Fixes to the nonce codeFrank Osterfeld1-3/+4
2009-12-01The current state of the nonce-tcp implementationFrank Osterfeld2-2/+3
2009-12-01-util.c doesn't belong into the lib (cherry picked from commit 6191f6dda62e43...Frank Osterfeld1-1/+1
2009-11-30fixed DBUS_VA_COPY for msvcRalf Habacker2-1/+9
2009-11-30keep in sync with sourceRalf Habacker1-2/+8
2009-11-30define _DEBUG for debug builds (cherry picked from commit 3e261c022623306d4db...Frank Osterfeld1-0/+2
2009-11-30do not run test binaries as unit tests if they aren't unit tests (cherry pick...Frank Osterfeld1-10/+0