summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-23Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie1-2/+0
2013-08-23Factor out DBusAuthorization from DBusTransportCosimo Alfarano1-0/+2
2013-07-01cmake: do not bind to any particular POSIX C standardChengwei Yang1-1/+1
2013-06-28tests to embedded tests: replaced in cmake filesChengwei Yang5-10/+11
2013-06-28cmake: align dir watch backend detection with autotoolsChengwei Yang2-7/+33
2013-06-28cmake: terminate to generate makefiles due to fatal errorChengwei Yang1-2/+2
2013-06-28cmake: get rid of useless commented out codeChengwei Yang1-48/+0
2013-06-28dir-watch: remove dnotify backendChengwei Yang2-7/+0
2013-06-28cmake: clean up libxml2 glueChengwei Yang1-5/+3
2013-06-25Explicitly define macros to get less confusing conditionsChengwei Yang1-0/+6
2013-06-25Convert a{sv} helpers from Stats into generic utility codeSimon McVittie1-0/+2
2013-06-25cmake: remove a duplicate line and fix coding styleChengwei Yang1-3/+1
2013-06-25cmake: fix a typo DBUS_DISABLE_ASSERTS should be DBUS_DISABLE_ASSERTChengwei Yang2-9/+9
2013-06-24Use Doxyfile.in for cmake build system too.Ralf Habacker2-182/+2
2013-06-18Fix of cmake xmldoc dependencies chain.Ralf Habacker1-7/+12
2013-06-18Fixed wrong path for generated xml files when creating man pages with cmake.Ralf Habacker1-5/+5
2013-06-17Replace individual global-lock variables with an array of DBusRMutex *Simon McVittie1-1/+0
2013-06-06XML: hard depends on expat and delete libxmlChengwei Yang3-30/+6
2013-05-10dbus_threads_init_default, dbus_threads_init: be safe to call at any timeSimon McVittie1-0/+1
2013-04-29Fixed cmake windows build system bug not installing runtime part of shared li...Ralf Habacker2-1/+7
2013-04-18Rename default_message_unix_fds to DEFAULT_MESSAGE_UNIX_FDSSimon McVittie2-2/+2
2013-04-18cmake: define default_message_unix_fds so it can be substituted in session.confSimon McVittie2-1/+5
2013-04-11Set default maximum number of Unix fds according to OSMatt Fischer1-0/+2
2013-04-05Add function _dbus_get_peer_pid_from_tcp_handle() which returns pid and sid f...Ralf Habacker1-2/+2
2013-03-04CMake linux fixes when using meinproc4 doc generator.Ralf Habacker1-4/+7
2013-03-04Fix cmake linux build: dbus-1 and dbus-internal require to link to rt libraryRalf Habacker1-2/+2
2013-02-18Removed precarious cross compile shell script.Ralf Habacker1-110/+0
2013-02-14Turn all man pages' source into configure-generated filesSimon McVittie1-5/+10
2013-02-14Generate man pages from xml docbook sources for cmake buildsystem.Ralf Habacker1-9/+27
2013-02-14Updated man docbook xml sources from man page source using doclifter.Ralf Habacker1-0/+2
2013-02-14Moved docbook sources used by cmake into doc subdir and adapted cmake build s...Ralf Habacker5-1264/+10
2013-02-12Fixed cmake cross compile timestamp creating.Ralf Habacker1-6/+3
2013-02-12Uses cmake provided expat find package.Ralf Habacker2-68/+8
2013-01-29CMake build system fix: Lets check for xmlto doc book generator first.Ralf Habacker1-9/+7
2013-01-15Fixed cmake warning related to WIN32 macro when configuring on cygwinRalf Habacker1-0/+3
2013-01-15Create missing directories in cmake <build-root>/bus/session.d and <build-roo...Ralf Habacker1-0/+3
2012-08-13Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and set...Simon McVittie3-6/+9
2012-08-13cmake: use the same default system bus address as for autotoolsSimon McVittie1-2/+9
2012-06-15On Unix, link libdbus to a platform-specific threading librarySimon McVittie2-0/+6
2012-03-22doc: update documentation with own_prefix policy rulesAlban Crequy1-0/+8
2012-02-24Add dbus-syntax.[ch]Simon McVittie1-0/+2
2012-02-09Windows compile fixRalf Habacker1-0/+3
2012-01-04Revert "keep cmake in sync with automake related to default bus addresses"Simon McVittie1-2/+2
2012-01-04Revert "made session service dirs customizable: cmake part"Simon McVittie2-5/+0
2011-12-22keep cmake in sync with automake related to default bus addressesRalf Habacker1-2/+2
2011-12-21Merge branch 'dbus-1.4'Ralf Habacker2-13/+46