summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* bus: move shared libaudit code to a new audit.[ch]Simon McVittie2015-08-061-0/+2
* Adjust cmake build to match autoconf installation locations.Dimitri John Ledkov2015-05-273-70/+17
* Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie2015-05-141-0/+4
* cmake: Give users a hint to run autogen.sh if config.h.in is not present to s...Ralf Habacker2015-04-201-0/+2
* cmake: Add msvc support for sign-compare warnings.Ralf Habacker2015-04-201-2/+7
* cmake: Dump missing config header checks only if config.h.in is present.Ralf Habacker2015-04-201-1/+5
* cmake: Extend underlines below dbus version print on configure summary title.Ralf Habacker2015-03-241-1/+1
* cmake: only set CMP0053, CMP0054 on CMake >= 3.1Simon McVittie2015-03-241-2/+4
* cmake: opt-in to not implicitly expanding variables in if() (policy CMP0054)Ralf Habacker2015-03-111-0/+1
* Revert "cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIG...Ralf Habacker2015-03-111-1/+0
* cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker2015-03-061-0/+1
* cmake: @VAR@ substitutions in set() are deprecated, use string(CONFIGURE) ins...Ralf Habacker2015-03-062-2/+3
* cmake: stop using deprecated LOCATION property (policy CMP0026)Ralf Habacker2015-03-062-2/+4
* Fix cmake build system bug not generating versioned library name in case LT_R...Ralf Habacker2015-03-061-3/+3
* Add missing include file for cmake function check_include_files() (commit 2d2...Ralf Habacker2015-03-051-0/+1
* Keep cmake generated defines for include files in sync with autotools.Ralf Habacker2015-03-051-24/+50
* Move include file checks to ConfigureChecks.cmake for cmake build system.Ralf Habacker2015-03-052-5/+1
* Add check to cmake build system if config.h.cmake is in sync with autotools.Ralf Habacker2015-03-052-9/+15
* Keep include file checks in sync with autotools.Ralf Habacker2015-03-051-9/+25
* Add cmake macro autoheaderchecks().Ralf Habacker2015-03-052-0/+29
* Fix broken cmake HAVE_SOCKLEN_T type finding check.Ralf Habacker2015-03-051-1/+3
* Add test-fdpass to cmake build system.Ralf Habacker2015-03-041-0/+1
* Enable -Wsign-compare for cmake builds.Ralf Habacker2015-03-041-0/+2
* Keep cmake defines GLIB_VERSION_... in sync with autotools.Ralf Habacker2015-03-033-12/+51
* Actually commit cmake changes for dbus-launchSimon McVittie2015-02-241-1/+3
* Add dbus-update-activation-environment toolSimon McVittie2015-02-242-0/+13
* Add versioned symbol support to cmake build system for linux platforms to kee...Simon McVittie2015-02-201-0/+7
* cmake: check for the necessary symbols for test-segfault.cSimon McVittie2015-02-201-0/+3
* Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET2015-02-202-12/+2
* tests: always use libdbus-internal for main loop, never dbus-glibSimon McVittie2015-02-201-1/+1
* Add apparmor element support to bus config parsingTyler Hicks2015-02-181-0/+2
* dbus-send: Keep cmake build system in sync with autotools.Ralf Habacker2015-02-161-0/+2
* Add manual-paths test executable with cmake build support.Ralf Habacker2015-02-123-0/+10
* Add dbus-test-tool and its man page to the CMake build systemSimon McVittie2015-02-122-0/+16
* Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie2015-02-041-1/+1
* dbus-monitor: add options to log binary data with or without pcap framingSimon McVittie2015-02-041-0/+2
* Provide appropriate DBUS_USER and DBUS_TEST_USER under CMakeRalf Habacker2015-02-042-3/+6
* Link tests to test-utils-glib.c under CMake tooRalf Habacker2015-02-041-1/+9
* dbus-monitor: use common code from dbus-test-toolSimon McVittie2015-02-041-0/+2
* Add manual tcp test case.Ralf Habacker2015-01-301-0/+5
* Fix usage of undefined variable DBUS_WIN32 on cmake build systemRalf Habacker2015-01-051-1/+1
* Merge branch 'dbus-1.8'Ralf Habacker2015-01-052-1/+5
|\
| * Windows cmake cross compile fixRalf Habacker2015-01-051-1/+1
| * Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.Ralf Habacker2015-01-051-0/+4
* | Include test-dbus and test-bus in cmake 'make check' target.Ralf Habacker2014-10-242-4/+3
* | cmake: only copy session.conf and system.conf into test data dirSimon McVittie2014-10-241-1/+4
* | Add configure checks for accept4, dirfd, inotify_init1 and unix_fd_passing to...Ralf Habacker2014-10-242-0/+9
* | Add configure check for pipe2 to cmake build system.Ralf Habacker2014-10-172-0/+5
* | Build test-bus-system with cmake on non win32 platforms.Ralf Habacker2014-09-181-1/+15
* | Merge branch 'dbus-1.8'Simon McVittie2014-09-162-6/+0
|\ \ | |/