summaryrefslogtreecommitdiff
path: root/README.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Revert "cmake: use the same default system bus address as for autotools"Simon McVittie2012-08-131-3/+3
| | | | This reverts commit 05b0b9e65b6a58f0b0cb56d6ee8cf100061250b3.
* Revert "Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect ↵Simon McVittie2012-08-131-5/+2
| | | | | | | | addresses and set better defaults" This reverts commit b5d36dc27d1905d4d46ad7f0097f0ea0e0776adb. On second thoughts, this is too big a change for a stable branch.
* Split DBUS_SESSION_BUS_DEFAULT_ADDRESS into listen, connect addresses and ↵Simon McVittie2012-08-131-2/+5
| | | | | | | | | | | | | | | | set better defaults On Unix, the connect address should basically always be "autolaunch:" but the listen address has to be something you can listen on. On Windows, you can listen on "autolaunch:" or "autolaunch:scope=*install-path", for instance, and the dbus-daemon is involved in the auto-launching process. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38201 Reviewed-by: David Zeuthen <davidz@redhat.com> [default address changed to autolaunch: for interop with GDBus -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* cmake: use the same default system bus address as for autotoolsSimon McVittie2012-08-131-3/+3
| | | | | | | | | | | The system bus is unsupported (and rather meaningless) on Windows anyway, so we can use anything. Also, make it clear that it has to be a "specific" address that can be listened on *and* connected to, like unix:path=/xxx - a listen-only address like unix:tmpdir=/xxx or nonce-tcp: would not be suitable. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38201 Reviewed-by: David Zeuthen <davidz@redhat.com>
* added notes about supported compilersRalf Habacker2011-12-211-32/+38
|
* Visual Studio Professional uses a different ide starter - pointed out by ↵Ralf Habacker2011-07-081-18/+33
| | | | Romain Pokrzywka
* Collected cmake doc into README.cmake.Ralf Habacker2011-07-021-0/+150