summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2016-05-20Migrate platform specific spawn tests into cross platform tests.Ralf Habacker1-0/+1
2016-02-12Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie3-2/+1
2016-02-11Keep cmake gcc builds in sync with autotools warnings.Ralf Habacker2-2/+67
2016-02-11Refactored cmake part dealing with compiler warnings to use warnings identifier.Ralf Habacker2-45/+115
2016-02-08Do not require binfmt support for running cross compiled test applications.Ralf Habacker1-4/+14
2015-12-02add travis-ci.org build machinerySimon McVittie1-0/+20
2015-12-02cmake: run all automated tests with --tap for better diagnosticsSimon McVittie1-2/+2
2015-12-02cmake: copy the systemd-activation directory tooSimon McVittie1-0/+1
2015-12-02cmake: manual-tcp is not an automated testSimon McVittie1-1/+1
2015-11-24Refactor windows backtrace generator to link directly to dbghelp shared library.Ralf Habacker1-1/+1
2015-11-17Add backtrace test app.Ralf Habacker1-0/+1
2015-11-06Merge branch 'dbus-1.10'Simon McVittie1-19/+7
2015-11-03Test system bus config files on Unix onlyRalf Habacker1-19/+7
2015-10-26Merge branch 'dbus-1.10'Simon McVittie1-0/+1
2015-10-21Keep cmake build system in sync with autotools (add test-monitor).Ralf Habacker1-0/+1
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-08-06bus: move shared libaudit code to a new audit.[ch]Simon McVittie1-0/+2
2015-05-27Adjust cmake build to match autoconf installation locations.Dimitri John Ledkov3-70/+17
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 Habacker2-2/+3
2015-03-06cmake: stop using deprecated LOCATION property (policy CMP0026)Ralf Habacker2-2/+4
2015-03-06Fix cmake build system bug not generating versioned library name in case LT_R...Ralf Habacker1-3/+3
2015-03-05Add missing include file for cmake function check_include_files() (commit 2d2...Ralf Habacker1-0/+1
2015-03-05Keep cmake generated defines for include files in sync with autotools.Ralf Habacker1-24/+50
2015-03-05Move include file checks to ConfigureChecks.cmake for cmake build system.Ralf Habacker2-5/+1
2015-03-05Add check to cmake build system if config.h.cmake is in sync with autotools.Ralf Habacker2-9/+15
2015-03-05Keep include file checks in sync with autotools.Ralf Habacker1-9/+25
2015-03-05Add cmake macro autoheaderchecks().Ralf Habacker2-0/+29
2015-03-05Fix broken cmake HAVE_SOCKLEN_T type finding check.Ralf Habacker1-1/+3
2015-03-04Add test-fdpass to cmake build system.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 Habacker3-12/+51
2015-02-24Actually commit cmake changes for dbus-launchSimon McVittie1-1/+3
2015-02-24Add dbus-update-activation-environment toolSimon McVittie2-0/+13
2015-02-20Add versioned symbol support to cmake build system for linux platforms to kee...Simon McVittie1-0/+7
2015-02-20cmake: check for the necessary symbols for test-segfault.cSimon McVittie1-0/+3
2015-02-20Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET2-12/+2
2015-02-20tests: always use libdbus-internal for main loop, never dbus-glibSimon McVittie1-1/+1
2015-02-18Add apparmor element support to bus config parsingTyler Hicks1-0/+2
2015-02-16dbus-send: Keep cmake build system in sync with autotools.Ralf Habacker1-0/+2
2015-02-12Add manual-paths test executable with cmake build support.Ralf Habacker3-0/+10