Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-08 | Remove obsolete cmake project tags in sub directories; we only have one project. | Ralf Habacker | 1 | -2/+0 | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68506 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2013-02-14 | Moved docbook sources used by cmake into doc subdir and adapted cmake build ↵ | Ralf Habacker | 3 | -504/+0 | |
system. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59805 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> | |||||
2011-07-29 | Remove remnants of dbus-viewer | Simon McVittie | 1 | -8/+0 | |
Parts of it were already missing, it wasn't compiled, and it depends on dbus-glib and Gtk. | |||||
2010-03-20 | CMake dbus libraries usage cleanup. | Ralf Habacker | 1 | -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-10 | added some docs for windows and updated the documentation index | Ralf Habacker | 3 | -0/+504 | |
2010-02-07 | remove the debug postfix for the executables, it only makes sense for the lib | Romain Pokrzywka | 1 | -4/+0 | |
2010-02-07 | refactor the cmake build to match with autotools: only export client symbols ↵ | Romain Pokrzywka | 1 | -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-30 | do not add d suffix on non-windows (cherry picked from commit ↵ | Frank Osterfeld | 1 | -1/+3 | |
27980491d3cac6166c30c4adc2c71d80c3e4e13a) | |||||
2009-11-30 | build fixes for tests on unix (cherry picked from commit ↵ | Frank Osterfeld | 1 | -0/+10 | |
99f567e97f807a1270d01f97223941acd279dbf8) | |||||
2009-11-30 | merge changes done to the cmake-buildsystem from the sf.net windbus-svn ↵ | Christian Ehrlicher | 1 | -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 win32 | Ralf Habacker | 1 | -0/+10 | |
2007-04-26 | * cmake: added debug postfixes to debug exe's for easier debugging. | Ralf Habacker | 1 | -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 Habacker | 1 | -0/+78 | |
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing. |