summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* config: change DEFAULT_MESSAGE_UNIX_FDS to 16Simon McVittie2014-09-152-6/+0
* Fix of 'dbus-daemon can only handle 64 simultaneous connections on Windows'.Cristian Onet2014-01-272-0/+6
* Give cmake users some hints/requirements when cross compiling for Windows on ...Ralf Habacker2014-01-212-0/+31
* Let cmake 'make check' run test applications as test group.Ralf Habacker2014-01-171-11/+1
* Rename bus-test-launch-helper to test-bus-launch_helper to match common test ...Ralf Habacker2014-01-171-2/+2
* Rename bus-test to test-bus to match common test application naming scheme.Ralf Habacker2014-01-171-2/+2
* Rename spawn-test to test-spawn to match common test application naming scheme.Ralf Habacker2014-01-171-2/+2
* Rename shell-test to test-shell to match common test application naming scheme.Ralf Habacker2014-01-171-3/+3
* Rename dbus-test to test-dbus to match common test application naming scheme.Ralf Habacker2014-01-171-2/+2
* CMake warning--.Ralf Habacker2014-01-171-1/+1
* tests: don't block and wait for a debugger on abortSimon McVittie2014-01-101-1/+0
* Use macros for test and helper executable targets on cmake build system.Ralf Habacker2014-01-105-101/+61
* Add 'check' cmake target to keep in sync with autotools.Ralf Habacker2014-01-101-0/+14
* Create session.conf and system.conf for test/data/valid-config-files from *.i...Ralf Habacker2014-01-101-2/+5
* Define TEST_BUS_LAUNCH_BINARY for cmake to keep in sync with autotools.Ralf Habacker2014-01-103-4/+2
* Use cmake build in executable suffix.Ralf Habacker2014-01-101-3/+2
* Remove obsolete cmake project tags in sub directories; we only have one project.Ralf Habacker2014-01-084-7/+0
* Add glib support to cmake buildsystem.Ralf Habacker2014-01-076-42/+186
* cmake: fix code styleChengwei Yang2013-11-271-3/+3
* Unify the way to find dbus-daemon test binaryChengwei Yang2013-10-081-3/+0
* Remove support for platforms with no 64-bit integer typeSimon McVittie2013-09-161-4/+2
* dbus-sysdeps-win: don't include wspiapi.hSimon McVittie2013-09-162-4/+0
* Tests: allow dbus-glib to be replaced with use of libdbus-internalSimon McVittie2013-09-032-2/+4
* Define DBUS_COMPILATION externally for all tests that use internal stuffSimon McVittie2013-09-031-1/+1
* Generate autotools provided PACKAGE_.. and VERSION defines by a cmake macro.Ralf Habacker2013-08-283-1/+74
* Fixed mingw gcc 4.8.1 complains about double defined macros.Ralf Habacker2013-08-281-8/+1
* Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie2013-08-231-2/+0
* Factor out DBusAuthorization from DBusTransportCosimo Alfarano2013-08-231-0/+2
* cmake: do not bind to any particular POSIX C standardChengwei Yang2013-07-011-1/+1
* tests to embedded tests: replaced in cmake filesChengwei Yang2013-06-285-10/+11
* cmake: align dir watch backend detection with autotoolsChengwei Yang2013-06-282-7/+33
* cmake: terminate to generate makefiles due to fatal errorChengwei Yang2013-06-281-2/+2
* cmake: get rid of useless commented out codeChengwei Yang2013-06-281-48/+0
* dir-watch: remove dnotify backendChengwei Yang2013-06-282-7/+0
* cmake: clean up libxml2 glueChengwei Yang2013-06-281-5/+3
* Explicitly define macros to get less confusing conditionsChengwei Yang2013-06-251-0/+6
* Convert a{sv} helpers from Stats into generic utility codeSimon McVittie2013-06-251-0/+2
* cmake: remove a duplicate line and fix coding styleChengwei Yang2013-06-251-3/+1
* cmake: fix a typo DBUS_DISABLE_ASSERTS should be DBUS_DISABLE_ASSERTChengwei Yang2013-06-252-9/+9
* Use Doxyfile.in for cmake build system too.Ralf Habacker2013-06-242-182/+2
* Fix of cmake xmldoc dependencies chain.Ralf Habacker2013-06-181-7/+12
* Fixed wrong path for generated xml files when creating man pages with cmake.Ralf Habacker2013-06-181-5/+5
* Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie2013-06-171-1/+0
* XML: hard depends on expat and delete libxmlChengwei Yang2013-06-063-30/+6
* dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie2013-05-101-0/+1
* Fixed cmake windows build system bug not installing runtime part of shared li...Ralf Habacker2013-04-292-1/+7
* Rename default_message_unix_fds to DEFAULT_MESSAGE_UNIX_FDSSimon McVittie2013-04-182-2/+2
* cmake: define default_message_unix_fds so it can be substituted in session.confSimon McVittie2013-04-182-1/+5
* Set default maximum number of Unix fds according to OSMatt Fischer2013-04-111-0/+2
* Add function _dbus_get_peer_pid_from_tcp_handle() which returns pid and sid f...Ralf Habacker2013-04-051-2/+2