summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Forgot to add the Daemonversion in cmake for plugins.incubationChristian Linke2015-03-171-0/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Do not store handle before it is initialisedPhilip Lorenz2015-03-121-2/+3
| | | | | | | handle is only set by ::addTimer so do not store its value by copy before it is actually set. Signed-off-by: Philip Lorenz <philip.lorenz@bmw-carit.de>
* * Had to remove Plugins directory.Christian Linke2015-03-122-245/+0
|
* * fully rework. Plugins have now a new own git repositoryChristian Linke2015-03-12192-25575/+1209
| | | | | | * building out of source of plugins without AM workss * build system cmake contructions is different now Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Sound property lookup enhancement throught caching . Tests for cached ↵Alexandar Donchev2015-03-1113-98/+678
| | | | | | | sound properties. Signed-off-by: Christian Linke <christian.linke@bmw.de> Signed-off-by: Alexandar Donchev <Aleksander.Donchev@partner.bmw.de>>
* Fixed compilation problem with gcc 4.5.1Toshiaki Isogai2015-03-041-1/+1
| | | | Signed-off-by: Toshiaki Isogai <tisogai@jp.adit-jv.com>
* * Audiomanager tests adopted to the new dynamic ID boundary .Aleksandar Donchev2015-03-047-138/+177
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Description for new version Christian Linke2015-02-172-1/+6
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Fix usage of DLTJacques GUILLOU2015-02-172-2/+5
|
* * Redundand asserts removed in CAmDatabaseHandlerMap.cpp .Aleksandar Donchev2015-01-222-13/+4
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Cmake variable moved on the top in the cmake.Aleksandar Donchev2015-01-131-1/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Audiomanager share folder exposed as cmake variable.Aleksandar Donchev2015-01-133-1/+4
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug #298 - DLT messages will be created only in case respective log level is ↵Jens Lorenz2015-01-132-35/+72
| | | | | | activated Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Revert "Bug 298 - Filtering of DLT messages are not working"Christian Linke2015-01-132-68/+35
| | | | | | | | This reverts commit 426d6c6f1ea02c3093181eb36aed68605a5cdd5d. The wrong version of the patch was used. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * shift config.h file to build directory - just make it cleanerChristian Linke2014-12-093-16/+21
| | | | | | * change order of compilation - include projectspecific stuff earlier now * make dynamic ID boundary setable via cmake Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Lazy lookup for static registered sources and sinks.Aleksandar Donchev2014-11-186-0/+54
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add possibility for routing plugins to ask the domainID for sources and ↵Christian Linke2014-11-171-3/+11
| | | | | sinks. Needed to make static setup with routing plugins that do not know the infrastructure Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix domainstate_eChristian Linke2014-11-171-5/+5
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add EA model generation templateChristian Linke2014-11-171-0/+112
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug 298 - Filtering of DLT messages are not workingAleksandar Donchev2014-11-172-35/+68
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Converter Implementation .6.2Aleksandar Donchev2014-11-0555-4327/+8585
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * size comparison fixChristian Linke2014-11-031-2/+2
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *make Nodestatemanager fidls work with generator Christian Linke2014-11-031-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add missing includeChristian Linke2014-11-031-0/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fixed missing reserved flag for MapHandler and corresponding testsChristian Linke2014-11-033-6/+6
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make Audiomanager find and compile with CommonAPI 2.1.6 executable ↵Christian Linke2014-11-0356-23929/+39
| | | | | | generator. Remove precompiled sources. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Make Audiomanager compile without sqliteChristian Linke2014-11-0316-24/+30
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CMAKE_CXX_FLAGS_RELEASE will append flags and not overwrite other flags ↵Aleksandar Donchev2014-07-181-1/+1
| | | | | any more. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix changes that made commonapi generation not working6.0Christian Linke2014-07-112-5/+5
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Bug #100 - update of interface version numbers and added removed commentsJens Lorenz2014-07-1110-1541/+2724
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * Minor fix for connection id generation.Aleksandar Donchev2014-07-101-2/+6
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *An additional condition appended to the custom comparator needed for map ↵Aleksandar Donchev2014-07-101-1/+1
| | | | | | function 'find'. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Fixed routingreceiverasync test due a irritating quit without any console ↵Aleksandar Donchev2014-06-251-3/+10
| | | | | output if the libPluginRoutingInterfaceAsync.so is not at the desired file path. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Confirming routing ready state after a second domain has been registered.Aleksandar Donchev2014-06-243-4/+9
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * added documents for compliance updateChristian Linke2014-06-236-0/+680028
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #100 - removed projecttypes.h which causes compiling conflicts5.1Jens Lorenz2014-06-23131-7177/+5261
| | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* * reworked according to review feedback from Thomas GoeringChristian Linke2014-04-012-20/+57
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * reverted back projecttypes.h to GENIVI only types.Christian Linke2014-03-282-79/+30
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Some unit tests fixed due issues occured on pocky build systems.Aleksandar Donchev2014-03-285-8/+35
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* handle am_error in dltwrapperChristian Linke2014-03-281-0/+48
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Support for automatically generation of common-api sources. Cmake macros ↵Aleksandar Donchev2014-03-2810-150/+258
| | | | | | adopted to support the common-api generator. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Applied gmock_propagate_cxx_flags.patchAleksandar Donchev2014-03-281-1/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Applied routing_send_async_calls.patchAleksandar Donchev2014-03-281-8/+8
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Applied sync_xml_introspection_cpp_handling.patchAleksandar Donchev2014-03-281-18/+18
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Applied dbus_command_interface_changed_for_unit_tests.patchAleksandar Donchev2014-03-282-41/+41
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * some adoptionsChristian Linke2014-03-283-7/+8
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Cmake scripts adopted for cross-compilationAleksandar Donchev2014-03-289-71/+53
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CommonAPI cmake scripts cleaned from redundant dbus linking parameters .Aleksandar Donchev2014-03-282-14/+1
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Bug #127 - appended forgotten methods to the Dbus Command Interface .Aleksandar Donchev2014-03-281-3/+13
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* First commit for Helios5.0Christian Linke2013-10-221-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>