summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* * remove python from nodestatemanger test, remove warnings from test CXX ↵christian linke2013-01-081-1/+4
| | | | | flags, fix compare warning Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-041-4/+4
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-10/+10
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-69] AudioManager tests does not compile without dlt installed ↵christian mueller2012-05-241-1/+5
| | | | | | (WITH_DLT=OFF) fixed Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-031-2/+2
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * unfortunatly changed AUDIO_include_FOLDER back to AUDIO_INCLUDE_FOLDERchristian mueller2012-03-061-1/+1
|
* * updated license headerschristian mueller2012-03-051-18/+12
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-25/+22
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [ performance] for classes that do not need to be derived from, removed ↵christian mueller2012-02-291-0/+2
| | | | | | | | | | | virtual desctructor * implemented confirmation of routing ready in RoutingReceiver * [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop * fixed unit text to work with latest changes (expect Dbus command interface) * [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h * reworked AsyncRoutingPlugin to work with CAmSerializer.h * reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h * reworked AsncPlugin Tests to work with remodelled Plugin
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-311-0/+2
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * added package creation based on cpackchristian mueller2012-01-151-0/+15
| | | * updated .gitignore
* * rework of buildsystemchristian mueller2011-12-231-10/+10
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* - adds dbus test for command pluginChristian Mueller2011-12-181-0/+98