summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2010-05-05fix {u}intptr_t usage on wince with msvcRomain Pokrzywka2-0/+4
2010-05-03Don't truncate pointers on Windows x64 platformFridrich Štrba3-1/+5
2010-04-27Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbusRalf Habacker2-3/+105
2010-04-27Minor name spelling fix.Ralf Habacker1-1/+1
2010-04-22Added cmake cross compile wrapper.Ralf Habacker1-0/+105
2010-04-16Removed obsolate file.Ralf Habacker1-3/+0
2010-04-14Fix warnings on Windows CE target.Marcus Brinkmann2-0/+4
2010-04-13Added missing test libraries and tools to keep in sync with autotools.Ralf Habacker2-0/+26
2010-04-13Keep defines for dbus test in sync with autotools.Ralf Habacker1-0/+2
2010-04-13Keep test file directories in sync with autotoolsRalf Habacker1-10/+12
2010-04-13Defined DBUS_CMAKE in config.h to have a way for detecting the currently used...Ralf Habacker1-0/+2
2010-04-13add missing HAVE_ macros to cmakeRomain Pokrzywka2-3/+27
2010-04-13update WinCE cmake supportRomain Pokrzywka2-43/+37
2010-04-11Cmake build system cleanup.Ralf Habacker1-57/+57
2010-04-11Cmake support for cross plattform usable test files.Ralf Habacker3-11/+17
2010-04-10Fixed meinproc4 docbook generator detection for cmake buildsystem.Ralf Habacker1-6/+6
2010-04-09Simplified cmake specific test file generating.Ralf Habacker1-67/+24
2010-03-30Fixed xmlto usage on unix for cmake build system.Ralf Habacker1-5/+5
2010-03-29Determine docbook.xsl path on windows from meinproc4 executable.Ralf Habacker1-1/+7
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