summaryrefslogtreecommitdiff
path: root/cmake/tools
AgeCommit message (Collapse)AuthorFilesLines
2014-01-08Remove obsolete cmake project tags in sub directories; we only have one project.Ralf Habacker1-2/+0
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68506 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2013-02-14Moved docbook sources used by cmake into doc subdir and adapted cmake build ↵Ralf Habacker3-504/+0
system. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-07-29Remove remnants of dbus-viewerSimon McVittie1-8/+0
Parts of it were already missing, it wasn't compiled, and it depends on dbus-glib and Gtk.
2010-03-20CMake dbus libraries usage cleanup.Ralf Habacker1-2/+0
Renamed DBUS_LIBRARIES to DBUS_INTERNAL_LIBRARIES and moved to top level CMakeLists.txt. Removed obsolate references of dbus-internal library. Added DBUS_LIBRARIES definition which contains only the dbus library.
2010-02-10added some docs for windows and updated the documentation indexRalf Habacker3-0/+504
2010-02-07remove the debug postfix for the executables, it only makes sense for the libRomain Pokrzywka1-4/+0
2010-02-07refactor the cmake build to match with autotools: only export client symbols ↵Romain Pokrzywka1-2/+4
in dbus-1 and use and internal library for the rest. Currently this library is statically linked to the apps but it can be made dynamic if wanted
2009-11-30do not add d suffix on non-windows (cherry picked from commit ↵Frank Osterfeld1-1/+3
27980491d3cac6166c30c4adc2c71d80c3e4e13a)
2009-11-30build fixes for tests on unix (cherry picked from commit ↵Frank Osterfeld1-0/+10
99f567e97f807a1270d01f97223941acd279dbf8)
2009-11-30merge changes done to the cmake-buildsystem from the sf.net windbus-svn ↵Christian Ehrlicher1-50/+11
trunk. tested and works fine with at least msvc2008. (cherry picked from commit 45c168fd61e3f6447e014df4bb6417efbe725ccd)
2007-06-01* tools/dbus-launch-win.c: new file, replaces script wrapper on win32Ralf Habacker1-0/+10
2007-04-26* cmake: added debug postfixes to debug exe's for easier debugging.Ralf Habacker1-7/+7
* dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available.
2007-03-03* cmake: new directory, contains cmake build support.Ralf Habacker1-0/+78
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing.