summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-033-0/+189
| | | | | | | | | | 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/+1
| | | | | | ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fixed bug64 genivi.audiomanager.service contains hardcoded "User=christian" Christian Linke2013-06-131-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * enable turning off the NSMchristian linke2013-01-071-0/+2
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * take away mandatory NSM dependency and ship NSM headers as fallbackchristian linke2013-01-071-0/+32
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * added new interfaces & nsm support + nsm tests + fixed some unit tests + ↵christian linke2012-12-173-1/+29
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * changes to make the package and documentation easierchristian linke2012-10-251-1/+1
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * adding GoogleMock including GoogleTest into the projectchristian linke2012-10-041-128/+0
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * include google test into source treechristian linke2012-09-271-0/+128
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * [GAM-65] seg faults when starting AudiManager as daemon. This is now ↵christian mueller2012-06-271-0/+2
| | | | | totally fixed. The absolut path is handed over via cmake so the AudioManager can find the xmls to be loaded in daemon mode as well Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * updated documentation for watchdog. Little adoptions on unit file and ↵christian mueller2012-05-241-1/+1
| | | | | | dependency graph Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-24] Watchdog concept for the AudioManager. This patch introduces the ↵Christian Mueller2012-05-242-0/+36
| | | | | | | | 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>
* * [GAM-46] improvements on CAmSockthandler.christian mueller2012-03-231-1/+0
| | | | | | * Needed adoptions on CAmSockethandler tests * Small bug in CAmSerializer Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * fixed typo in addpackagedependencies.sh used for package managementchristian mueller2012-03-231-2/+1
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * removed all documentation to new placechristian mueller2012-03-0613-271/+2
| | | | * removed GENIVI copyright from headers * [GDLT-41] changed DLT dependency to 2.5.0
* * last changes in the documentationchristian mueller2012-03-062-1661/+269
|
* * updated license headerschristian mueller2012-03-0511-40/+28
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-013-4/+2
| | | | | | * [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-0/+1
|\ | | | | | | | | | | Conflicts: CMakeLists.txt cmake/config.cmake
| * * [GAM-11]: modify cmake and add compile flag WITH_DLTFrank Herchet2012-02-241-0/+1
| |
* | * [GAM-4] updated interfaces christian mueller2012-02-272-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
* | * [ GAM-4 ] Change Database Obsever notification implementation working, ↵christian mueller2012-02-232-3/+1
|/ | | | test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.
* * add proper version information in doxygenchristian mueller2012-02-211-2/+2
|
* * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-202-0/+46
| | | | missing headers, added text version of LGPL v2.1
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-1/+1
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-241-0/+155
| | | * added used xml to the project
* * fix for package building with lower cmake versionschristian mueller2012-01-181-0/+1
| | | * fix DBus interface to be GLIB tolerant 32bit types
* * added package creation based on cpackchristian mueller2012-01-152-0/+15
| | | * updated .gitignore
* * added install and uninstall routines to makechristian mueller2012-01-121-0/+22
|
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-122-0/+5
| | | | | | | | | | | | | | | | 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-0/+3
| | | | | | *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon
* * rework of buildsystemchristian mueller2011-12-233-0/+1723
* now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options