summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* * fixed bug54Christian Linke2013-06-131-0/+1
| | | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix asyncRoutingTest and NSM testChristian Linke2013-01-181-1/+0
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-1/+0
| | | | | fixed rundown 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-6/+12
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-80] fixed PluginRoutingInterfaceAsync test does not compile ↵christian mueller2012-06-251-4/+16
| | | | | without dlt installed (WITH_DLT=OFF) Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-031-1/+1
| | | 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
* * fixing CAmSerializer.h - smaller changes and copy past stuffchristian mueller2012-03-051-2/+0
| | | | * adding new class in Controler plugin to use CAmSerializer to build up a shadow * added test to test the new class (unfinished)
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-27/+9
| | | | | | * [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-1/+3
| | | | | | | | | | | 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
* * add an out of memory handlerchristian mueller2012-02-021-10/+10
|
* * 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/+8
| | | * updated .gitignore
* *added versioning support automatically out of gitchristian mueller2011-12-301-1/+19
| | | | | | *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-291-0/+72
* added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests