summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: Avoid overwriting PKG_CONFIG_PATH env varClemens Lang2019-03-141-0/+27
* Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-242-3/+3
* Adjust indents of cmake build system files always to 4 spacesRalf Habacker2019-01-231-10/+10
* Remove obsolete parameter in end... cmake keywordsRalf Habacker2019-01-236-17/+17
* Remove spaces between cmake command and opening bracketRalf Habacker2019-01-235-52/+52
* Use lower case cmake keywordsRalf Habacker2019-01-235-37/+37
* Replace tabs by 4 spaces in cmake build system filesRalf Habacker2019-01-233-25/+25
* Remove trailing spaces in cmake related filesRalf Habacker2019-01-231-2/+2
* Add cmake macros add_executable_version_info and add_library_version_infoRalf Habacker2019-01-221-0/+18
* Generate documentation html index file from doc/index.html.in for autotools a...Ralf Habacker2019-01-221-55/+0
* Move cmake related build system to top levelRalf Habacker2019-01-229-1802/+3
* test: Move sysdeps tests hereSimon McVittie2019-01-211-0/+1
* test: Move string tests (most of dbus-string-util.c) hereSimon McVittie2019-01-211-0/+1
* test: Move marshalling tests into test/Simon McVittie2019-01-212-5/+11
* test: Move dbus-message-factory and most of dbus-message-util into test/Simon McVittie2019-01-212-3/+6
* test: Move auth, credentials tests from libdbus-internal into test/Simon McVittie2019-01-212-5/+7
* test: Split slow parts of the former test-dbus into their own executablesSimon McVittie2019-01-211-0/+9
* _dbus_test_main: Move to test-utilsSimon McVittie2019-01-212-15/+7
* test: Move dbus-daemon-launch-helper-test here, and renameSimon McVittie2019-01-213-9/+2
* test: Move libdbus embedded tests from dbus/ to test/Simon McVittie2019-01-212-5/+3
* test: Break out the slow parts of test-bus into their own executablesSimon McVittie2019-01-211-0/+8
* test: Move dbus-daemon and d-d-launch-helper tests from bus/Simon McVittie2019-01-212-9/+11
* Convert spawn test into a standalone test executableSimon McVittie2019-01-212-1/+3
* build: Compile most bus/ files into static librariesSimon McVittie2019-01-211-21/+18
* Make sure ctest on Windows uses the currently built dbus libraryRalf Habacker2019-01-102-1/+12
* Rename structure DBusSocketSet to DBusPollableSet and adjust the correspondin...Ralf Habacker2019-01-091-4/+4
* In cmake use variables provided from GNUInstallDirs consequentlyRalf Habacker2018-12-216-17/+17
* Merge branch 'test-main-boilerplate' into 'master'Simon McVittie2018-12-201-1/+2
|\
| * tests: Collect common code from embedded-test main executablesSimon McVittie2018-12-171-1/+2
* | Fix multi-configuration generator supportRalf Habacker2018-12-171-4/+4
* | Add cmake support for session based test executablesRalf Habacker2018-12-171-1/+1
* | Add cmake support for session based test executablesRalf Habacker2018-12-173-6/+34
* | Use prefined variables to setup environment in cmake macro add_test_executableRalf Habacker2018-12-172-4/+7
* | Add missing extension to TEST_LAUNCH_HELPER_BINARY in cmakeRalf Habacker2018-12-171-1/+1
* | Fix setup of build time output paths in cmakeRalf Habacker2018-12-171-10/+11
|/
* test-privserver: Move helper executable out of name-test/Simon McVittie2018-12-133-2/+1
* Move _dbus_disable_crash_handling() back into test/ directorySimon McVittie2018-12-111-1/+11
* Add build system variable DBUS_NAME_TEST_EXEC to cover differences in executa...Ralf Habacker2018-12-111-0/+1
* Add new cmake configure option DBUS_USE_WINERalf Habacker2018-12-062-12/+18
* Adds uac manifest to all executable test files to prevent the Windows 740 err...Ralf Habacker2018-12-052-9/+33
* Drop cmake variable DBUS_WIN_FIXMERalf Habacker2018-12-051-1/+0
* FindDocBookXSL.cmake: AddSimon McVittie2018-11-201-0/+84
* Merge branch '233-fix-broken-meinproc4' into 'master'Simon McVittie2018-11-202-128/+97
|\
| * Fix incorrect links in index html page used by cmakeRalf Habacker2018-11-201-4/+4
| * Fix broken meinproc4 based docbook generating by already used xsltprocRalf Habacker2018-11-201-123/+83
| * Cleanup of cmake doc-related targetsRalf Habacker2018-11-201-1/+10
* | Add a test for assertionsSimon McVittie2018-11-201-0/+1
|/
* build: Require va_copy() or __va_copy() on non-MSVC compilersSimon McVittie2018-11-192-22/+1
* Only use _DBUS_VA_COPY_ASSIGN to implement va_copy() on MSVCSimon McVittie2018-11-191-2/+2
* Don't check how to copy a va_list if we already have va_copy()Simon McVittie2018-11-191-19/+19