summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2022-05-19cmake: drop -DDBUS_CONSOLE_AUTH_DIR=Marc-André Lureau1-8/+0
2022-05-01cmake: Allow overriding TEST_SOCKET_DIRAlex Richardson1-1/+1
2022-04-21cmake: Let the c++ compiler use the warnings available to itRalf Habacker1-1/+1
2022-04-21Ignore gcc 10.3 'inline' warnings: 'call is unlikely and code size would grow'Ralf Habacker1-0/+1
2022-04-19cmake: Correct DBUS_{SYSTEM,SESSION}_CONFIG_FILE on UNIX systemsAlex Richardson1-2/+2
2022-03-29cmake: temporary disable fatal warnings related to new opensuse buildsRalf Habacker1-0/+3
2022-03-29cmake: Only add warning flags if the compiler supports themAlex Richardson1-0/+1
2022-03-29cmake: Fix DBUS_SESSION_SOCKET_DIR when cross-compilingAlex Richardson1-1/+7
2022-03-24cmake: Use -Wl,-export_dynamic when building for macOSAlex Richardson1-2/+7
2022-03-24cmake: Only pass -Wl,--export-dynamic when linkingAlex Richardson1-2/+2
2022-03-19Revert "Fix gcc compile error: redundant redeclaration of ‘environ’ [-Wer...Alex Richardson1-5/+0
2022-03-04cmake: Set DBUS_*_CONFIG_FILE to be in datadir on UnixRalf Habacker1-4/+2
2022-03-02cmake: setup variable WORDS_BIGENDIAN correctlyRalf Habacker1-0/+4
2022-02-21cmake: remove obsolete variable DBUS_SOURCE_DIRRalf Habacker1-5/+2
2022-01-21cmake: add -fno-common when !MSVCMarc-André Lureau1-4/+6
2022-01-21cmake: fix warnings variablesMarc-André Lureau1-3/+3
2022-01-03cmake: do not use gcc specific warning when building with msvcRalf Habacker1-1/+4
2021-12-10Disable the Containers interfaceSimon McVittie1-1/+0
2021-12-10cmake: add option ENABLE_VERBOSE_CONFIGRalf Habacker1-0/+1
2021-12-10cmake: add configure option 'ENABLE_WERROR' to keep in sync with autotoolsRalf Habacker1-0/+5
2021-12-10cmake: Make gcc builds use similar compiler warnings to autotoolsRalf Habacker1-12/+83
2021-12-10cmake: use the string 'append' command to add compiler flags for convenienceRalf Habacker1-13/+13
2021-11-30Fix gcc compile error: redundant redeclaration of ‘environ’ [-Werror=redu...Ralf Habacker1-0/+5
2021-11-18cmake: Separate setting compiler warnings between C and CXXRalf Habacker1-8/+12
2021-11-18Move _GNU_SOURCE to config.h.cmakeRalf Habacker1-1/+1
2021-11-18Move DBUS_BUILT_R_DYNAMIC to config.h.cmakeRalf Habacker1-1/+1
2021-11-18cmake: take over some fatal warnings from autotoolsRalf Habacker1-1/+7
2021-11-10cmake: fix find_package related naming mismatch for GLIB2Ralf Habacker1-1/+1
2020-09-23cmake: make support for traditional activation optionalRalf Habacker1-0/+10
2020-06-10cmake: add support for user session semantic on Linux operating systemsRalf Habacker1-0/+10
2020-06-10cmake: Add support for systemd integration on Linux operating systemsRalf Habacker1-1/+35
2020-05-16cmake: Let Wine display the correct file name and line numbers for backtracesRalf Habacker1-0/+5
2020-05-04cmake: Fix setting default value for DBUS_BUILD_TESTS too lateRalf Habacker1-2/+2
2020-04-29Add support to generate the api documentation in Qt help formatRalf Habacker1-0/+1
2020-04-29cmake: remove component 'dev' as we never used that consistentlyRalf Habacker1-2/+2
2019-03-15Merge branch 'msys2-fixes' into 'master'Simon McVittie1-1/+0
2019-03-13cmake: Enable pkg-config generating also on WindowsRalf Habacker1-1/+2
2019-03-13cmake: Drop unused iconv dependencyRalf Habacker1-1/+0
2019-01-24Fixes remaining indentations that are not covered by the cmake formatting scr...Ralf Habacker1-8/+11
2019-01-24Adjust indents of CMakeLists.txt files always to 4 spacesRalf Habacker1-23/+23
2019-01-24Remove obsolete parameter in end... cmake keywordsRalf Habacker1-44/+44
2019-01-24Remove spaces between cmake command and opening bracketRalf Habacker1-89/+89
2019-01-24Use lower case cmake keywords in CMakeLists.txt filesRalf Habacker1-28/+28
2019-01-24Replace tabs by 4 spaces in CMakeLists.txt filesRalf Habacker1-33/+33
2019-01-24Remove trailing spaces in CMakeLists.txt filesRalf Habacker1-2/+2
2019-01-22cmake: Set working directory to be a native pathSimon McVittie1-1/+1
2019-01-22Move cmake related build system to top levelRalf Habacker1-0/+696