summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-1/+1
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-241-0/+155
| | | * added used xml to the project
* * fix for package building with lower cmake versionschristian mueller2012-01-181-0/+1
| | | * fix DBus interface to be GLIB tolerant 32bit types
* * added package creation based on cpackchristian mueller2012-01-152-0/+15
| | | * updated .gitignore
* * added install and uninstall routines to makechristian mueller2012-01-121-0/+22
|
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-122-0/+5
| | | | | | | | | | | | | | | | the headerfiles generated * ensured compatibility with 64 bit systems while compiling dbus [ changed FindDBUS.cmake] * updated the README to better support building * updated typo in introspectable string of DBusWrapper * reworked including strategie * added getInterfafeVersion method on all interfaces * added Interface Versioning support * added version as part of .so ending * it is no possible to set a vector of source and sink sound properties at a time * added interface to ask for all loaded plugins on RoutingSender * added first version of telnet server (not yet productive) - set to not active in CMakeLists.txt * added changelog (created out of git commit log) * added default values for all enum types to be save even on other if communication is on other domain
* *added versioning support automatically out of gitchristian mueller2011-12-301-0/+3
| | | | | | *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon
* * rework of buildsystemchristian mueller2011-12-233-0/+1723
* now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options