summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* travis-ci: Add cross building support for mingw 64 bit compilerRalf Habacker2018-03-221-0/+19
* cmake: Fix warning on travis-ci 'CMAKE_FORCE_C.._COMPILER macro is deprecated'Ralf Habacker2018-03-211-3/+2
* cmake: Fold GObject detection into GLib detectionSimon McVittie2018-03-194-58/+8
* Enable "unused result" warning for Visual Studio >= 2012 (MSVC 11.0)Daniel Wendt2018-03-151-0/+7
* Add version info to installed executables for cmake build system on WindowsRalf Habacker2018-03-124-10/+68
* Windows: Target Windows Vista or higherSimon McVittie2018-03-091-0/+2
* Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie2018-02-202-0/+2
* cmake: Check for getrlimit, setrlimitSimon McVittie2018-02-202-0/+4
* Add new test for waiting on pending calls in threadsSimon McVittie2018-02-061-0/+1
* dbus-spawn-unix: Rename from dbus-spawnSimon McVittie2018-01-151-1/+1
* driver: Add a stub implementation of the Containers1 interfaceSimon McVittie2017-12-113-0/+4
* Add a targeted test for OOM during _dbus_server_new_for_tcp_socket()Simon McVittie2017-11-241-0/+1
* Remove references to test/data/incomplete-messages tooSimon McVittie2017-11-151-1/+0
* tests: Remove leftover references to valid-messages directorySimon McVittie2017-11-151-2/+0
* Remove test data in the "message builder" domain-specific languageSimon McVittie2017-11-151-1/+1
* Add utility functions to emit TAP diagnostics and fatal errorsSimon McVittie2017-11-151-0/+2
* cmake: Match AC_DEFINE more precisely, respecting [] quotingSimon McVittie2017-11-061-1/+1
* 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