Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cmake/dbus/CMakeLists.txt: debug postfix also for mingw. | Ralf Habacker | 2007-03-25 | 1 | -1/+1 |
| | |||||
* | * cmake/modules/FindExpat.cmake: fix package detection on win32. | Ralf Habacker | 2007-03-16 | 1 | -2/+12 |
| | | | | * README.win: update install instructions. | ||||
* | * dbus\dbus-sysdeps-win-thread.c: renamed to dbus-sysdeps-thread-win.c, it ↵ | Ralf Habacker | 2007-03-15 | 1 | -1/+1 |
| | | | | is a platform depending file similar to dbus-sysdeps-pthread.c. | ||||
* | * cmake\doc\CMakeLists.txt: added prelimary xml doc support, needs cmake ↵ | Ralf Habacker | 2007-03-15 | 2 | -6/+73 |
| | | | | find script. | ||||
* | * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX. | Ralf Habacker | 2007-03-14 | 1 | -14/+9 |
| | |||||
* | * cmake: added doxygen support | Ralf Habacker | 2007-03-14 | 4 | -5/+199 |
| | |||||
* | * cmake/config.h.cmake: win32 msvc bug fix | Ralf Habacker | 2007-03-09 | 1 | -1/+1 |
| | |||||
* | * cmake/config.h.cmake: fixed DBUS_WINxx defines, using _WINCE does not work. | Ralf Habacker | 2007-03-09 | 1 | -4/+3 |
| | |||||
* | * cmake/CMakeList.txt,cmake/config.h.cmake: used DBUS_WIN for all win32 ↵ | Ralf Habacker | 2007-03-08 | 2 | -2/+20 |
| | | | | systems and DBUS_WINXX for specific subsystems. | ||||
* | * cmake/ConfigureChecks.cmake: fixed socketpair check, added setrlimit check ↵ | Ralf Habacker | 2007-03-08 | 1 | -1/+2 |
| | | | | really | ||||
* | * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt, | Ralf Habacker | 2007-03-06 | 3 | -5/+8 |
| | | | | cmake/CMakeLists.txt: win32 compile fix | ||||
* | * cmake: new directory, contains cmake build support. | Ralf Habacker | 2007-03-03 | 31 | -0/+3363 |
See http://www.cmake.org for more informations. Currently only unix will be buildable because some win32 required files are still missing. |