summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* build: Put system bus socket in runstatedir by defaultIssam E. Maghni2022-10-111-2/+2
* build: Show a warning if the system bus socket is not interoperableSimon McVittie2022-10-111-0/+12
* dbus-message.c: skip 1.10 layout compatibility test on new architecturesAlex Richardson2022-09-211-0/+1
* cmake: Always try to find pkg-configAlex Richardson2022-08-101-1/+5
* Use project relative paths in CMake filesJordan Williams2022-07-251-27/+27
* Bump CMake version to 3.4Jordan Williams2022-07-251-14/+2
* cmake: drop DBUS_VERBOSE_C_SMarc-André Lureau2022-07-131-4/+0
* cmake: use -gdwarf-2Marc-André Lureau2022-07-061-2/+2
* cmake: drop -DDBUS_CONSOLE_AUTH_DIR=Marc-André Lureau2022-05-191-8/+0
* cmake: Allow overriding TEST_SOCKET_DIRAlex Richardson2022-05-011-1/+1
* cmake: Let the c++ compiler use the warnings available to itRalf Habacker2022-04-211-1/+1
* Ignore gcc 10.3 'inline' warnings: 'call is unlikely and code size would grow'Ralf Habacker2022-04-211-0/+1
* cmake: Correct DBUS_{SYSTEM,SESSION}_CONFIG_FILE on UNIX systemsAlex Richardson2022-04-191-2/+2
* cmake: temporary disable fatal warnings related to new opensuse buildsRalf Habacker2022-03-291-0/+3
* cmake: Only add warning flags if the compiler supports themAlex Richardson2022-03-291-0/+1
* cmake: Fix DBUS_SESSION_SOCKET_DIR when cross-compilingAlex Richardson2022-03-291-1/+7
* cmake: Use -Wl,-export_dynamic when building for macOSAlex Richardson2022-03-241-2/+7
* cmake: Only pass -Wl,--export-dynamic when linkingAlex Richardson2022-03-241-2/+2
* Revert "Fix gcc compile error: redundant redeclaration of ‘environ’ [-Wer...Alex Richardson2022-03-191-5/+0
* cmake: Set DBUS_*_CONFIG_FILE to be in datadir on UnixRalf Habacker2022-03-041-4/+2
* cmake: setup variable WORDS_BIGENDIAN correctlyRalf Habacker2022-03-021-0/+4
* cmake: remove obsolete variable DBUS_SOURCE_DIRRalf Habacker2022-02-211-5/+2
* cmake: add -fno-common when !MSVCMarc-André Lureau2022-01-211-4/+6
* cmake: fix warnings variablesMarc-André Lureau2022-01-211-3/+3
* cmake: do not use gcc specific warning when building with msvcRalf Habacker2022-01-031-1/+4
* Disable the Containers interfaceSimon McVittie2021-12-101-1/+0
* cmake: add option ENABLE_VERBOSE_CONFIGRalf Habacker2021-12-101-0/+1
* cmake: add configure option 'ENABLE_WERROR' to keep in sync with autotoolsRalf Habacker2021-12-101-0/+5
* cmake: Make gcc builds use similar compiler warnings to autotoolsRalf Habacker2021-12-101-12/+83
* cmake: use the string 'append' command to add compiler flags for convenienceRalf Habacker2021-12-101-13/+13
* Fix gcc compile error: redundant redeclaration of ‘environ’ [-Werror=redu...Ralf Habacker2021-11-301-0/+5
* cmake: Separate setting compiler warnings between C and CXXRalf Habacker2021-11-181-8/+12
* Move _GNU_SOURCE to config.h.cmakeRalf Habacker2021-11-181-1/+1
* Move DBUS_BUILT_R_DYNAMIC to config.h.cmakeRalf Habacker2021-11-181-1/+1
* cmake: take over some fatal warnings from autotoolsRalf Habacker2021-11-181-1/+7
* cmake: fix find_package related naming mismatch for GLIB2Ralf Habacker2021-11-101-1/+1
* cmake: make support for traditional activation optionalRalf Habacker2020-09-231-0/+10
* cmake: add support for user session semantic on Linux operating systemsRalf Habacker2020-06-101-0/+10
* cmake: Add support for systemd integration on Linux operating systemsRalf Habacker2020-06-101-1/+35
* cmake: Let Wine display the correct file name and line numbers for backtracesRalf Habacker2020-05-161-0/+5
* cmake: Fix setting default value for DBUS_BUILD_TESTS too lateRalf Habacker2020-05-041-2/+2
* Add support to generate the api documentation in Qt help formatRalf Habacker2020-04-291-0/+1
* cmake: remove component 'dev' as we never used that consistentlyRalf Habacker2020-04-291-2/+2
* Merge branch 'msys2-fixes' into 'master'Simon McVittie2019-03-151-1/+0
|\
| * cmake: Drop unused iconv dependencyRalf Habacker2019-03-131-1/+0
* | cmake: Enable pkg-config generating also on WindowsRalf Habacker2019-03-131-1/+2
|/
* Fixes remaining indentations that are not covered by the cmake formatting scr...Ralf Habacker2019-01-241-8/+11
* Adjust indents of CMakeLists.txt files always to 4 spacesRalf Habacker2019-01-241-23/+23
* Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-241-44/+44
* Remove spaces between cmake command and opening bracketRalf Habacker2019-01-241-89/+89