- 13 Mar, 2019 6 commits
-
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
pkgconfig support is used by client packages on cross compiled obs builds.
-
Ralf Habacker authored
-
Update dbus-specification.xml to avoid implying that an interface name may consist of only 1 element.
-
Ralf Habacker authored
README.cmake: Add cross compile hints See merge request dbus/dbus!100
-
- 12 Mar, 2019 2 commits
-
-
Ralf Habacker authored
Remove -G flag and let user use the default generator.
-
Ralf Habacker authored
-
- 28 Jan, 2019 1 commit
-
-
Simon McVittie authored
_dbus_test_main: Exercise NSS modules before running tests Closes #256 See merge request dbus/dbus!93 Reviewed-by: pwithnall Tested-by: rhabacker
-
- 25 Jan, 2019 2 commits
-
-
Simon McVittie authored
Remove unused bits of userdb See merge request dbus/dbus!92 Reviewed-by: pwithnall
-
Simon McVittie authored
Some NSS modules like those for sssd and LDAP might allocate fds on a one-per-process basis, for example a socket to talk to sssd. Make sure those have already been allocated before we enter the code under test, so that they don't show up as having been "leaked" by the first module of code under test that happens to do a NSS lookup. The call to _dbus_test_check_memleaks tears down libdbus' own memory allocations, but not any hidden state in libc or NSS. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 24 Jan, 2019 10 commits
-
-
Simon McVittie authored
Finish formatting cmake files See merge request dbus/dbus!91
-
Ralf Habacker authored
Fixes remaining indentations that are not covered by the cmake formatting script in CMakeLists.txt files
-
Ralf Habacker authored
-
Ralf Habacker authored
tools/cmake-format: Add option --check-indents to check indentations independently from other options Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
This fixes a regression of merge request !82 introduced with the rebase to !84.
-
- 23 Jan, 2019 15 commits
-
-
Simon McVittie authored
Reformat cmake files Closes #252 See merge request dbus/dbus!82
-
Simon McVittie authored
Adapt to API change in AX_CODE_COVERAGE version 28 Closes #249 See merge request dbus/dbus!88 Reviewed-by: @pwithnall
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
-
Ralf Habacker authored
The prefered call order is tools/cmake-format --trailing-spaces # create git commit tools/cmake-format --tabs # create git commit tools/cmake-format --keyword-case # create git commit tools/cmake-format --keyword-spaces # create git commit tools/cmake-format --end-args # create git commit tools/cmake-format --indents # create git commit Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Move cmake related build system to top level See merge request !84 Reviewed-by: @smcv
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Everything that wants a home directory uses either _dbus_homedir_from_uid() or _dbus_homedir_from_current_process(). Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Simon McVittie authored
Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
- 22 Jan, 2019 4 commits
-
-
If we're cross-compiling for Windows on Unix, CTest needs to chdir() to the native Unix path. Signed-off-by:
Simon McVittie <smcv@collabora.com>
-
Ralf Habacker authored
This helps to reduce duplicated code. Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-
Ralf Habacker authored
Signed-off-by:
Ralf Habacker <ralf.habacker@freenet.de>
-