summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* * [GAM-56] fixchristian mueller2012-04-031-2/+3
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-061-1/+0
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDERchristian mueller2012-03-061-2/+2
|
* * updated license headerschristian mueller2012-03-051-18/+12
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-4/+4
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [GAM-4] updated interfaces christian mueller2012-02-271-1/+1
| | | | | | | * shifted mainpage doxygen from EA generated to mainpage.h * added logo to doxygen documentation * fixed compile bug in cmakelists when no plugins are build * [ GAM-23 ]fixed plugin version recognition in cmake * first working CAmSerializer with DatabaseObserver
* * as discussed in the face2face versioning scheme of the interfaces changed.christian mueller2012-02-211-2/+2
|
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-8/+8
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * added package creation based on cpackchristian mueller2012-01-151-0/+9
| | | * updated .gitignore
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-121-0/+9
| | | | | | | | | | | | | | | | 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
* changed README, added correct header in fileschristian mueller2011-12-301-0/+22
|
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-291-0/+47
* added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests