Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cmake/CMakeLists.txt: added VERSION_PATCH to be able to distinguish win32 ↵ | Ralf Habacker | 2007-06-21 | 1 | -4/+12 |
| | | | | binary releases from dbus versioning | ||||
* | - debug options should not be in cvs | Ralf Habacker | 2007-06-16 | 1 | -3/+0 |
| | |||||
* | * cmake/CMakeLists.txt: use local include header first | Ralf Habacker | 2007-06-16 | 1 | -1/+5 |
| | | | | * dbus/dbus-sysdeps-win.c: mingw compile fix of DBusCredential struct | ||||
* | * cmake/modules/FindKDEWIN.cmake, cmake/modules/FindKDEWIN_Packager.cmake ↵ | Ralf Habacker | 2007-06-14 | 1 | -33/+8 |
| | | | | | | cmake/modules/Win32Macros.cmake: new files from the kdewin32 project * cmake/CMakeLists.txt: cleaned support for kdewin installer and win32 explorer wrapper | ||||
* | * cmake: added cygwin compile support | Ralf Habacker | 2007-06-03 | 1 | -3/+40 |
| | |||||
* | * tools/dbus-launch-win.c: new file, replaces script wrapper on win32 | Ralf Habacker | 2007-06-01 | 1 | -2/+0 |
| | |||||
* | * cmake/CMakeLists.txt: fixed creating of TEST_..._BINARY to make bus-test ↵ | Ralf Habacker | 2007-05-23 | 1 | -13/+5 |
| | | | | able to find the binaries. | ||||
* | * cmake/: don't install test applications and service files, moved ↵ | Ralf Habacker | 2007-04-28 | 1 | -1/+2 |
| | | | | CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt | ||||
* | * cmake: added debug postfixes to debug exe's for easier debugging. | Ralf Habacker | 2007-04-26 | 1 | -1/+6 |
| | | | | * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): print error code in case no string message is available. | ||||
* | * cmake\doc\CMakeLists.txt: added prelimary xml doc support, needs cmake ↵ | Ralf Habacker | 2007-03-15 | 1 | -3/+0 |
| | | | | find script. | ||||
* | * cmake: added doxygen support | Ralf Habacker | 2007-03-14 | 1 | -5/+1 |
| | |||||
* | * cmake/CMakeList.txt,cmake/config.h.cmake: used DBUS_WIN for all win32 ↵ | Ralf Habacker | 2007-03-08 | 1 | -1/+2 |
| | | | | systems and DBUS_WINXX for specific subsystems. | ||||
* | * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt, | Ralf Habacker | 2007-03-06 | 1 | -2/+0 |
| | | | | cmake/CMakeLists.txt: win32 compile fix | ||||
* | * cmake: new directory, contains cmake build support. | Ralf Habacker | 2007-03-03 | 1 | -0/+545 |
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing. |