summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Add dbus-test-tool and its man page to the CMake build systemSimon McVittie2-0/+16
2015-02-04Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie1-1/+1
2015-02-04dbus-monitor: add options to log binary data with or without pcap framingSimon McVittie1-0/+2
2015-02-04Provide appropriate DBUS_USER and DBUS_TEST_USER under CMakeRalf Habacker2-3/+6
2015-02-04Link tests to test-utils-glib.c under CMake tooRalf Habacker1-1/+9
2015-02-04dbus-monitor: use common code from dbus-test-toolSimon McVittie1-0/+2
2015-01-30Add manual tcp test case.Ralf Habacker1-0/+5
2015-01-05Fix usage of undefined variable DBUS_WIN32 on cmake build systemRalf Habacker1-1/+1
2015-01-05Merge branch 'dbus-1.8'Ralf Habacker2-1/+5
2015-01-05Windows cmake cross compile fixRalf Habacker1-1/+1
2015-01-05Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.Ralf Habacker1-0/+4
2014-10-24Include test-dbus and test-bus in cmake 'make check' target.Ralf Habacker2-4/+3
2014-10-24cmake: only copy session.conf and system.conf into test data dirSimon McVittie1-1/+4
2014-10-24Add configure checks for accept4, dirfd, inotify_init1 and unix_fd_passing to...Ralf Habacker2-0/+9
2014-10-17Add configure check for pipe2 to cmake build system.Ralf Habacker2-0/+5
2014-09-18Build test-bus-system with cmake on non win32 platforms.Ralf Habacker1-1/+15
2014-09-16Merge branch 'dbus-1.8'Simon McVittie2-6/+0
2014-09-15Fix installation of empty directories for cmake build system.Ralf Habacker3-12/+20
2014-09-15Make various system-bus-related things Unix-onlySimon McVittie1-7/+2
2014-09-15config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2-6/+0
2014-09-08Add directory test application 'manual-dir-iter' to cmake and autotools build...Ralf Habacker1-0/+5
2014-08-08Win32 cmake msvc16 64 bit native and mingw32/64 4.8.3 cross compile fix.Ralf Habacker1-0/+2
2014-03-20Make documentation generating MSYS/MSYS2-compatibleРуслан Ижбулатов1-0/+15
2014-02-19Only support systemd: transport if we have systemd librariesSimon McVittie1-2/+0
2014-01-30Keep cmake generated shared dbus-1 library file name in sync with autotools.Ralf Habacker3-2/+22
2014-01-27Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.Cristian Onet2-0/+6
2014-01-21Give cmake users some hints/requirements when cross compiling for Windows on ...Ralf Habacker2-0/+31
2014-01-17Let cmake 'make check' run test applications as test group.Ralf Habacker1-11/+1
2014-01-17Rename bus-test-launch-helper to test-bus-launch_helper to match common test ...Ralf Habacker1-2/+2
2014-01-17Rename bus-test to test-bus to match common test application naming scheme.Ralf Habacker1-2/+2
2014-01-17Rename spawn-test to test-spawn to match common test application naming scheme.Ralf Habacker1-2/+2
2014-01-17Rename shell-test to test-shell to match common test application naming scheme.Ralf Habacker1-3/+3
2014-01-17Rename dbus-test to test-dbus to match common test application naming scheme.Ralf Habacker1-2/+2
2014-01-17CMake warning--.Ralf Habacker1-1/+1
2014-01-10tests: don't block and wait for a debugger on abortSimon McVittie1-1/+0
2014-01-10Use macros for test and helper executable targets on cmake build system.Ralf Habacker5-101/+61
2014-01-10Add 'check' cmake target to keep in sync with autotools.Ralf Habacker1-0/+14
2014-01-10Create session.conf and system.conf for test/data/valid-config-files from *.i...Ralf Habacker1-2/+5
2014-01-10Define TEST_BUS_LAUNCH_BINARY for cmake to keep in sync with autotools.Ralf Habacker3-4/+2
2014-01-10Use cmake build in executable suffix.Ralf Habacker1-3/+2
2014-01-08Remove obsolete cmake project tags in sub directories; we only have one project.Ralf Habacker4-7/+0
2014-01-07Add glib support to cmake buildsystem.Ralf Habacker6-42/+186
2013-11-27cmake: fix code styleChengwei Yang1-3/+3
2013-10-08Unify the way to find dbus-daemon test binaryChengwei Yang1-3/+0
2013-09-16Remove support for platforms with no 64-bit integer typeSimon McVittie1-4/+2
2013-09-16dbus-sysdeps-win: don't include wspiapi.hSimon McVittie2-4/+0
2013-09-03Tests: allow dbus-glib to be replaced with use of libdbus-internalSimon McVittie2-2/+4
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 Habacker3-1/+74
2013-08-28Fixed mingw gcc 4.8.1 complains about double defined macros.Ralf Habacker1-8/+1