summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Merge 'dbus-1.12.20' into tizenAdrian Szyndela1-0/+1
2020-04-20cmake: Add X11 include path for toolsTuomo Rinne1-0/+1
2020-04-16Merge dbus-1.12.16 into tizenAdrian Szyndela16-283/+502
2019-05-13cmake: Avoid overwriting PKG_CONFIG_PATH env varClemens Lang1-0/+27
2018-10-04travis-ci: Add cross building support for mingw 64 bit compilerRalf Habacker1-0/+19
2018-02-20Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie2-0/+2
2018-02-20cmake: Check for getrlimit, setrlimitSimon McVittie2-0/+4
2018-02-07Add new test for waiting on pending calls in threadsSimon McVittie1-0/+1
2018-02-07cmake: Match AC_DEFINE more precisely, respecting [] quotingSimon McVittie1-1/+1
2017-11-24Add a targeted test for OOM during _dbus_server_new_for_tcp_socket()Simon McVittie1-0/+1
2017-10-23build: Remove various unused files from build systemSimon McVittie1-1/+0
2017-10-23Do not add custom UAC related manifest to cmake builds for MSVC on WindowsRalf Habacker1-1/+1
2017-10-18Fix cmake 3.5 configure error on opening a non existant fileRalf Habacker1-1/+1
2017-10-18Add version info to dbus-1 target for non msvc builds on Windows tooRalf Habacker1-7/+6
2017-10-18Use cmake build in timestamp function to generate the build time stampRalf Habacker2-14/+2
2017-10-17Windows: Stop manipulating line numbering in versioninfo.rcSimon McVittie1-1/+0
2017-10-17cmake: Stop creating an empty afxres.hSimon McVittie1-1/+0
2017-09-29unix: Condition Linux-specific abstract sockets on __linux__Simon McVittie4-48/+0
2017-09-29build: Remove unused substitution DBUS_PATH_OR_ABSTRACTSimon McVittie2-17/+0
2017-09-27Add Windows manifest to dbus-update-activation-environment.exeRalf Habacker1-0/+9
2017-09-25Deprecate the pam_console/pam_foreground flag-file directorySimon McVittie1-6/+8
2017-07-07Remove legacy smack support, keep upstream smack supportsubmit/tizen/20170710.061501submit/tizen/20170707.072404accepted/tizen/unified/20170712.164836Adrian Szyndela2-6/+1
2017-06-30build: Introduce ${runstatedir} and use it for the pid fileSimon McVittie2-2/+4
2017-06-08test/dbus-daemon: Exercise the Peer interfaceSimon McVittie1-0/+1
2017-04-18Pass in DBUS_TEST_EXEC via environment, not hard-coded into binariesSimon McVittie2-1/+1
2017-04-10build: Remove indirection from uses of ExpatSimon McVittie2-16/+12
2017-03-20cmake, autotools: Add find package config support for cmake clientsRalf Habacker4-1/+117
2017-03-20cmake: Optionally create relocatable dbus-1.pc fileRalf Habacker1-7/+27
2017-02-14cmake: keep variable DBUS_MACHINE_UUID_FILE in sync with autotools.Ralf Habacker1-1/+1
2017-02-13cmake: Keep include file install locations on Windows in sync with Unix.Ralf Habacker1-6/+2
2017-02-13cmake: use default GNU installation layout.Ralf Habacker2-24/+19
2017-02-10cmake: Use relative install locations on Unix tooRalf Habacker1-5/+1
2017-02-10cmake: Install executables in bin/ on Unix, not lib/Ralf Habacker1-1/+1
2017-02-10Let cmake install arch depending headers on Unix in the same location as auto...Ralf Habacker1-1/+8
2017-02-10Add pkgconfig file generating support on unix os to cmake build system.Ralf Habacker1-0/+23
2017-01-30Do not dump unused DBUS_SYSTEM_BUS_DEFAULT_ADDRESS variable on windows.Ralf Habacker1-7/+6
2017-01-30Do not define unused variable DBUS_SESSION_SOCKET_DIR setting with cmake on W...Ralf Habacker1-21/+14
2017-01-30Add test-uid-permissions test case to cmake build system.Ralf Habacker1-0/+1
2017-01-30Replace deprecated cmake install_ functions with related install(...) calls.Ralf Habacker5-10/+10
2017-01-30Fix broken install of dbus-arch-deps.h.Ralf Habacker1-1/+1
2016-10-13Revert "Keep cmake gcc builds in sync with autotools warnings."Simon McVittie2-67/+2
2016-10-13Remove leftover declarations for assuming int manipulation is atomicSimon McVittie2-10/+0
2016-08-18Fix building with CMake for a Unix platform where functions like recv() are i...Ralf Habacker1-0/+9
2016-08-18Fix building with CMake for a Unix platform that does not have -lrt, such as ...Ralf Habacker1-3/+11
2016-08-16Only compile test-bus-launch-helper, etc. if embedded tests are enabledSimon McVittie1-25/+22
2016-05-20Migrate platform specific spawn tests into cross platform tests.Ralf Habacker1-0/+1
2016-02-19Add kdbus transportAdrian Szyndela1-1/+1
2016-02-19Enable checking of smack context from DBus interfaceBrian McGillion2-1/+6
2016-02-12Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie3-2/+1
2016-02-11Keep cmake gcc builds in sync with autotools warnings.Ralf Habacker2-2/+67