summaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2017-02-10cmake: Use relative install locations on Unix tooRalf Habacker1-5/+1
2017-02-10cmake: Install executables in bin/ on Unix, not lib/Ralf Habacker1-1/+1
2017-02-10Add pkgconfig file generating support on unix os to cmake build system.Ralf Habacker1-0/+23
2017-01-30Do not dump unused DBUS_SYSTEM_BUS_DEFAULT_ADDRESS variable on windows.Ralf Habacker1-7/+6
2017-01-30Do not define unused variable DBUS_SESSION_SOCKET_DIR setting with cmake on W...Ralf Habacker1-21/+14
2017-01-30Replace deprecated cmake install_ functions with related install(...) calls.Ralf Habacker1-1/+1
2016-10-13Revert "Keep cmake gcc builds in sync with autotools warnings."Simon McVittie1-2/+2
2016-10-13Remove leftover declarations for assuming int manipulation is atomicSimon McVittie1-3/+0
2016-02-12Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie1-1/+0
2016-02-11Keep cmake gcc builds in sync with autotools warnings.Ralf Habacker1-2/+2
2016-02-11Refactored cmake part dealing with compiler warnings to use warnings identifier.Ralf Habacker1-45/+61
2015-10-05cmake: simplify definition of installation pathsSimon McVittie1-18/+2
2015-10-02On Windows, load local configuration relative to bus setupSimon McVittie1-1/+14
2015-05-27Adjust cmake build to match autoconf installation locations.Dimitri John Ledkov1-3/+7
2015-05-14Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie1-0/+4
2015-04-20cmake: Give users a hint to run autogen.sh if config.h.in is not present to s...Ralf Habacker1-0/+2
2015-04-20cmake: Add msvc support for sign-compare warnings.Ralf Habacker1-2/+7
2015-04-20cmake: Dump missing config header checks only if config.h.in is present.Ralf Habacker1-1/+5
2015-03-24cmake: Extend underlines below dbus version print on configure summary title.Ralf Habacker1-1/+1
2015-03-24cmake: only set CMP0053, CMP0054 on CMake >= 3.1Simon McVittie1-2/+4
2015-03-11cmake: opt-in to not implicitly expanding variables in if() (policy CMP0054)Ralf Habacker1-0/+1
2015-03-11Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIG...Ralf Habacker1-1/+0
2015-03-06cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker1-0/+1
2015-03-06cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker1-0/+1
2015-03-06cmake: stop using deprecated LOCATION property (policy CMP0026)Ralf Habacker1-0/+3
2015-03-05Move include file checks to ConfigureChecks.cmake for cmake build system.Ralf Habacker1-5/+0
2015-03-05Add check to cmake build system if config.h.cmake is in sync with autotools.Ralf Habacker1-1/+1
2015-03-05Add cmake macro autoheaderchecks().Ralf Habacker1-0/+1
2015-03-04Enable -Wsign-compare for cmake builds.Ralf Habacker1-0/+2
2015-03-03Keep cmake defines GLIB_VERSION_... in sync with autotools.Ralf Habacker1-1/+7
2015-02-20Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET1-6/+1
2015-02-20tests: always use libdbus-internal for main loop, never dbus-glibSimon McVittie1-1/+1
2015-02-12Add manual-paths test executable with cmake build support.Ralf Habacker1-0/+2
2015-02-04Provide appropriate DBUS_USER and DBUS_TEST_USER under CMakeRalf Habacker1-3/+3
2014-10-24Include test-dbus and test-bus in cmake 'make check' target.Ralf Habacker1-0/+3
2014-09-16Merge branch 'dbus-1.8'Simon McVittie1-4/+0
2014-09-15Fix installation of empty directories for cmake build system.Ralf Habacker1-3/+3
2014-09-15Make various system-bus-related things Unix-onlySimon McVittie1-7/+2
2014-09-15config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie1-4/+0
2014-01-30Keep cmake generated shared dbus-1 library file name in sync with autotools.Ralf Habacker1-1/+0
2014-01-27Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.Cristian Onet1-0/+4
2014-01-21Give cmake users some hints/requirements when cross compiling for Windows on ...Ralf Habacker1-0/+5
2014-01-10Define TEST_BUS_LAUNCH_BINARY for cmake to keep in sync with autotools.Ralf Habacker1-0/+1
2014-01-10Use cmake build in executable suffix.Ralf Habacker1-3/+2
2014-01-07Add glib support to cmake buildsystem.Ralf Habacker1-0/+6
2013-11-27cmake: fix code styleChengwei Yang1-3/+3
2013-09-03Tests: allow dbus-glib to be replaced with use of libdbus-internalSimon McVittie1-1/+3
2013-09-03Define DBUS_COMPILATION externally for all tests that use internal stuffSimon McVittie1-1/+1
2013-08-28Generate autotools provided PACKAGE_.. and VERSION defines by a cmake macro.Ralf Habacker1-0/+8
2013-07-01cmake: do not bind to any particular POSIX C standardChengwei Yang1-1/+1