summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* build: Remove various unused files from build systemSimon McVittie2017-10-231-1/+0
* Do not add custom UAC related manifest to cmake builds for MSVC on WindowsRalf Habacker2017-10-231-1/+1
* Fix cmake 3.5 configure error on opening a non existant fileRalf Habacker2017-10-181-1/+1
* Add version info to dbus-1 target for non msvc builds on Windows tooRalf Habacker2017-10-181-7/+6
* Use cmake build in timestamp function to generate the build time stampRalf Habacker2017-10-182-14/+2
* Windows: Stop manipulating line numbering in versioninfo.rcSimon McVittie2017-10-171-1/+0
* cmake: Stop creating an empty afxres.hSimon McVittie2017-10-171-1/+0
* unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie2017-09-294-48/+0
* build: Remove unused substitution DBUS_PATH_OR_ABSTRACTSimon McVittie2017-09-292-17/+0
* Add Windows manifest to dbus-update-activation-environment.exeRalf Habacker2017-09-271-0/+9
* Deprecate the pam_console/pam_foreground flag-file directorySimon McVittie2017-09-251-6/+8
* build: Introduce ${runstatedir} and use it for the pid fileSimon McVittie2017-06-302-2/+4
* test/dbus-daemon: Exercise the Peer interfaceSimon McVittie2017-06-081-0/+1
* Pass in DBUS_TEST_EXEC via environment, not hard-coded into binariesSimon McVittie2017-04-182-1/+1
* build: Remove indirection from uses of ExpatSimon McVittie2017-04-102-16/+12
* cmake, autotools: Add find package config support for cmake clientsRalf Habacker2017-03-204-1/+117
* cmake: Optionally create relocatable dbus-1.pc fileRalf Habacker2017-03-201-7/+27
* cmake: keep variable DBUS_MACHINE_UUID_FILE in sync with autotools.Ralf Habacker2017-02-141-1/+1
* cmake: Keep include file install locations on Windows in sync with Unix.Ralf Habacker2017-02-131-6/+2
* cmake: use default GNU installation layout.Ralf Habacker2017-02-132-24/+19
* cmake: Use relative install locations on Unix tooRalf Habacker2017-02-101-5/+1
* cmake: Install executables in bin/ on Unix, not lib/Ralf Habacker2017-02-101-1/+1
* Let cmake install arch depending headers on Unix in the same location as auto...Ralf Habacker2017-02-101-1/+8
* Add pkgconfig file generating support on unix os to cmake build system.Ralf Habacker2017-02-101-0/+23
* Do not dump unused DBUS_SYSTEM_BUS_DEFAULT_ADDRESS variable on windows.Ralf Habacker2017-01-301-7/+6
* Do not define unused variable DBUS_SESSION_SOCKET_DIR setting with cmake on W...Ralf Habacker2017-01-301-21/+14
* Add test-uid-permissions test case to cmake build system.Ralf Habacker2017-01-301-0/+1
* Replace deprecated cmake install_ functions with related install(...) calls.Ralf Habacker2017-01-305-10/+10
* Fix broken install of dbus-arch-deps.h.Ralf Habacker2017-01-301-1/+1
* Revert "Keep cmake gcc builds in sync with autotools warnings."Simon McVittie2016-10-132-67/+2
* Remove leftover declarations for assuming int manipulation is atomicSimon McVittie2016-10-132-10/+0
* Fix building with CMake for a Unix platform where functions like recv() are i...Ralf Habacker2016-08-181-0/+9
* Fix building with CMake for a Unix platform that does not have -lrt, such as ...Ralf Habacker2016-08-181-3/+11
* Only compile test-bus-launch-helper, etc. if embedded tests are enabledSimon McVittie2016-08-161-25/+22
* Migrate platform specific spawn tests into cross platform tests.Ralf Habacker2016-05-201-0/+1
* Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-123-2/+1
* Keep cmake gcc builds in sync with autotools warnings.Ralf Habacker2016-02-112-2/+67
* Refactored cmake part dealing with compiler warnings to use warnings identifier.Ralf Habacker2016-02-112-45/+115
* Do not require binfmt support for running cross compiled test applications.Ralf Habacker2016-02-081-4/+14
* add travis-ci.org build machinerySimon McVittie2015-12-021-0/+20
* cmake: run all automated tests with --tap for better diagnosticsSimon McVittie2015-12-021-2/+2
* cmake: copy the systemd-activation directory tooSimon McVittie2015-12-021-0/+1
* cmake: manual-tcp is not an automated testSimon McVittie2015-12-021-1/+1
* Refactor windows backtrace generator to link directly to dbghelp shared library.Ralf Habacker2015-11-241-1/+1
* Add backtrace test app.Ralf Habacker2015-11-171-0/+1
* Merge branch 'dbus-1.10'Simon McVittie2015-11-061-19/+7
|\
| * Test system bus config files on Unix onlyRalf Habacker2015-11-031-19/+7
* | Merge branch 'dbus-1.10'Simon McVittie2015-10-261-0/+1
|\ \ | |/
| * Keep cmake build system in sync with autotools (add test-monitor).Ralf Habacker2015-10-211-0/+1
* | cmake: simplify definition of installation pathsSimon McVittie2015-10-051-18/+2
|/