summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* * added some documentation, removed sample project since it seems to addle ↵Christian Linke2013-09-121-0/+1
| | | | | users. Now the fidls are the matching final the EA version. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-031-8/+57
| | | | | | | | | | NodeStateCommunicatorCAPI with unit tests first version. Choosing between DBUS and Common-API via cmake. CommonAPI - legacy support for DBus properties (Set 1) Signed-off-by: Christian Linke <christian.linke@bmw.de> (cherry picked from commit ea96ef59e29466667c90b506426e2a5a9cdb82d2)
* First version Map implementation of database handler with unit tests ( ↵Aleksandar Donchev2013-06-261-0/+3
| | | | | | ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * add support to switch dedicated plugins off, fix databasehandler regarding ↵christian linke2013-01-111-3/+2
| | | | | getSourceInfo and getSinkInfo, add and fix tests for database Signed-off-by: christian linke <christian.linke@bmw.de>
* * fix WITH_NSM=off optionchristian linke2013-01-091-0/+4
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * enable turning off the NSMchristian linke2013-01-071-0/+3
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-171-9/+18
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * changes to make the package and documentation easierchristian linke2012-10-251-4/+4
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-041-3/+4
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * make sure that cmake -DCONTROLLER_PLUGIN="......." workschristian linke2012-10-021-6/+19
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-17/+21
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-45] fixed projecttypes.h is missing in source packagechristian mueller2012-06-271-2/+2
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-24] turn watchdog feature off by default.christian mueller2012-06-261-2/+2
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-24] Watchdog concept for the AudioManager. This patch introduces the ↵Christian Mueller2012-05-241-1/+4
| | | | | | | | watchdog functionality of the AudioManager. The function is based on the systemd watchdog functionality. The desired time intervals for checking the watchdog can be tweaked by the unit file for systemd. A sample unit file is added to the subdirectory cmake. Via Cmake build option, the watchdog functionality can be switched off. If the development package from systemd is available it will use the lib that comes with it. If not, the default handler will be compiled along with the audiomanager and this one will be used. Signed-off-by: Christian Mueller <christian.ei.mueller@bmw.de>
* * fixed wrong implementation of ProjectSpecific folder by using absolute pathschristian mueller2012-05-241-4/+3
| | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-40] build audiomanager with a version but without gitchristian mueller2012-05-241-1/+6
| | | | | | * adopted readme Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * add check if ProjectSpecific existschristian mueller2012-04-031-2/+7
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-56] fixchristian mueller2012-04-031-0/+3
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-3/+0
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * enhanced documentationchristian mueller2012-03-201-3/+3
| | | * [GAM-39] fixed bug in build system
* * [GAM-30] fixchristian mueller2012-03-071-1/+1
|
* * forgot to check in the documentationchristian mueller2012-03-071-1/+1
|
* * removed all documentation to new placechristian mueller2012-03-061-3/+2
| | | | * 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-1/+1
|
* * last changes in the documentationchristian mueller2012-03-061-6/+3
|
* * updated license headerschristian mueller2012-03-051-19/+15
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-7/+6
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [GAM-11] Merge branch 'dlt_dependency'Frank Herchet2012-02-291-2/+10
|\ | | | | | | | | | | Conflicts: CMakeLists.txt cmake/config.cmake
| * * [GAM-11]: modify cmake and add compile flag WITH_DLTFrank Herchet2012-02-241-2/+8
| |
* | * [GAM-4] updated interfaces christian mueller2012-02-271-0/+2
| | | | | | | | | | | | | | * 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
* | * [ GAM-4 ] Change Database Obsever notification implementation working, ↵christian mueller2012-02-231-7/+1
|/ | | | test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.
* * [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm ↵christian mueller2012-02-211-1/+1
| | | | gets information from controller
* * add proper version information in doxygenchristian mueller2012-02-211-0/+4
|
* * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-211-1/+4
| | | | | tests, updated audiomanagertypes.h and projecttypes.h * change towards the versioning scheme of the audiomanager in CMakelists.txt
* * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-201-11/+23
| | | | missing headers, added text version of LGPL v2.1
* * merge of changes from ChristianFrank Herchet2012-02-141-1/+1
|
* * merge local changes with updated masterFrank Herchet2012-02-091-1/+1
|
* * change doc pathchristian mueller2012-02-081-1/+1
|
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-5/+4
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-311-2/+2
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-271-3/+1
| | | | | | * changed paths of audiomanagertypes include in generated files * changed order of parameters in asyncSetSinkSoundProperty / asyncSetSourceSoundProperty / cbTimingInformationChanged to have common style over all interfaces. * changed default include paths for Controller etc... * cleanup of warnings
* * fix for package building with lower cmake versionschristian mueller2012-01-181-8/+26
| | | * fix DBus interface to be GLIB tolerant 32bit types
* * fix build without gitchristian mueller2012-01-161-4/+4
|
* * fixed compilation without gitchristian mueller2012-01-161-0/+8
| | | * fixed compilation without tests
* * added package creation based on cpackchristian mueller2012-01-151-6/+95
| | | * updated .gitignore
* * added install and uninstall routines to makechristian mueller2012-01-121-0/+10
|
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-121-0/+16
| | | | | | | | | | | | | | | | 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-1/+10
| | | | | | *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-1/+3
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * rework of buildsystemchristian mueller2011-12-231-0/+103
* now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options