summaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2011-09-22fixed cmake error: doc says CACHE needs type *and* doc stringRalf Habacker1-6/+5
2011-09-22Limit batch file creating to windowsRalf Habacker1-0/+4
2011-09-22Fixed cmake buildsystem - option command only supports boolean valuesRalf Habacker1-3/+3
2011-09-22cmake fix: generate build timestampRalf Habacker1-5/+3
2011-09-22Simplified cmake xml parser dependencies.Ralf Habacker1-9/+9
2011-08-05cmake: always enable GNU and recent-POSIX extensions, like autoconf doesSimon McVittie1-0/+3
2011-07-08Added DBUS_ENABLE_STATS option to cmake buildsystem to keep in sync with auto...Ralf Habacker1-0/+3
2011-06-10Add support for building "modular" tests, which require GLib and dbus-glibSimon McVittie1-1/+1
2011-05-25To avoid double dbus version definitions take values from configure.ac.Ralf Habacker1-3/+7
2011-02-24Allow X11 autolaunch to be disabled even if the headers/libraries are thereSimon McVittie1-1/+1
2010-12-29Keep in sync with autotools.Ralf Habacker1-1/+1
2010-12-21Keep in sync with automake.Ralf Habacker1-1/+1
2010-12-07Fix bus-test failure with cmake on unix.Ralf Habacker1-2/+2
2010-10-29Service dir related bug fix on windows.Ralf Habacker1-29/+45
2010-10-12keep version in sync with automakeRalf Habacker1-3/+2
2010-06-11Keep cmake default session and system bus address setup in sync with autotools.Ralf Habacker1-10/+5
2010-06-07Keep in sync with autotools.Ralf Habacker1-2/+2
2010-05-03Don't truncate pointers on Windows x64 platformFridrich Štrba1-1/+1
2010-04-13Keep defines for dbus test in sync with autotools.Ralf Habacker1-0/+2
2010-04-13update WinCE cmake supportRomain Pokrzywka1-39/+17
2010-04-11Cmake support for cross plattform usable test files.Ralf Habacker1-4/+14
2010-03-22Removed unused cmake packages.Ralf Habacker1-6/+0
2010-03-22Make the windows binaries and build match the linux one with cmake buildsystem.unknown1-1/+7
2010-03-20CMake dbus libraries usage cleanup.Ralf Habacker1-0/+3
2010-03-08fixed backtrace printing on unix with cmake build systemRalf Habacker1-3/+10
2010-02-10fixed xml doc generating for cmake build system - supported docbook generator...Ralf Habacker1-2/+2
2010-02-07not needed anymore. Builds fine without for both msvc and mingwRomain Pokrzywka1-8/+0
2010-02-07remove DBUS_DAEMON_EXECUTABLE_NAME, we already have DBUS_DAEMON_NAME, and use...Romain Pokrzywka1-3/+2
2010-02-07remove the debug postfix for the executables, it only makes sense for the libRomain Pokrzywka1-36/+34
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-6/+9
2010-02-07refactor the cmake build to match with autotools: only export client symbols ...Romain Pokrzywka1-18/+0
2009-12-14added new variable DBUS_BUILD_TIMESTAMPRalf Habacker1-0/+9
2009-12-07fixed cmake version macro and string handlingRalf Habacker1-23/+14
2009-12-01added cmake option for using nonce-tcp protocol as default; set tcp as defaul...Ralf Habacker1-2/+8
2009-12-01updated versionRalf Habacker1-2/+2
2009-12-01The current state of the nonce-tcp implementationFrank Osterfeld1-2/+2
2009-11-30fixed DBUS_VA_COPY for msvcRalf Habacker1-0/+8
2009-11-30define _DEBUG for debug builds (cherry picked from commit 3e261c022623306d4db...Frank Osterfeld1-0/+2
2009-11-30added DBUS_USE_OUTPUT_DEBUG_STRING optionRalf Habacker1-0/+5
2009-11-30define DBUS_BUILD_TESTS only if the option is enabled (cherry picked from com...Frank Osterfeld1-1/+4
2009-11-30fix TEST_SOCKET_DIR on windows, do not override value from top-level in test/...Frank Osterfeld1-15/+18
2009-11-30build dbus-daemon-launch-helper-test and friends set all TEST vars needed for...Frank Osterfeld1-2/+2
2009-11-30generate all config files from the .in files. Set some of the required variab...Frank Osterfeld1-0/+8
2009-11-30use CMAKE_BUILD_TYPE to differ between debug and release. (cherry picked from...Sebastian Sauer1-9/+7
2009-11-30add check for abstract sockets (cherry picked from commit 5b657984f4bc5544a8d...Frank Osterfeld1-0/+3
2009-11-30set -DDBUS_BUILD_TESTS remove -g, it's already set via CMAKE_BUILD_TYPE (cher...Frank Osterfeld1-5/+1
2009-11-30merge changes done to the cmake-buildsystem from the sf.net windbus-svn trunk...Christian Ehrlicher1-44/+93
2007-06-21* cmake/CMakeLists.txt: added VERSION_PATCH to be able to distinguish win32 b...Ralf Habacker1-4/+12