summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* *PluginCommandInterfaceCAPI, PluginRoutingInterfaceCAPI, ↵Aleksandar Donchev2013-09-031-22/+62
| | | | | | | | | | 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)
* cmake configuration now allows change of inital map sizesAleksander Donchev2013-07-101-1/+3
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Created an abstract interface for the database handlers.Aleksander Donchev2013-07-101-3/+8
| | | | | | | | Renamed CAmDatabaseHandler to CAmDatabaseHandlerSQLite and CAmMapHandler to CAmDatabaseHandlerMap. Changed std::map to std::unordered_map. Added to the cmake configuration a definition, which defines the capacity of the source and sink maps. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * make Telnetserver work with maphandlerChristian Linke2013-06-261-13/+17
| | | | | | | | * small changes to get cmake script cleaner * clean up includes of main.cpp * make DatabaseMaphandler structs private Signed-off-by: Christian Linke <christian.linke@bmw.de>
* First version Map implementation of database handler with unit tests ( ↵Aleksandar Donchev2013-06-261-2/+19
| | | | | | ticket 38 ) Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * fix WITH_NSM=off optionchristian linke2013-01-091-3/+9
| | | Signed-off-by: christian linke <christian.linke@bmw.de>
* * take away mandatory NSM dependency and ship NSM headers as fallbackchristian 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-4/+22
| | | | | fixed rundown Signed-off-by: christian linke <christian.linke@bmw.de>
* * corrected packageconf handling for systemdChristian Mueller2012-05-241-2/+2
| | | | 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-241-2/+27
| | | | | | | | 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-56] fixchristian mueller2012-04-031-2/+3
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * [GAM-32] fixchristian mueller2012-03-081-0/+2
|
* * removed all documentation to new placechristian mueller2012-03-061-1/+0
| | | | * 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-2/+2
|
* * updated license headerschristian mueller2012-03-051-19/+14
| | | * updated documentation
* * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-011-18/+18
| | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* * [GAM-11]: modify cmake and add compile flag WITH_DLTFrank Herchet2012-02-241-13/+39
|
* * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-201-10/+22
| | | | missing headers, added text version of LGPL v2.1
* * TelnetServer Implementation.Grape R52012-02-081-0/+1
| | | * TelnetServerTest Implementation
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-8/+8
| | | | | | 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-0/+1
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * fixed wrong memset in main.cpp (thanks to frank)christian mueller2012-01-181-0/+1
| | | | * fixed compiler warnings in signalhandler * added Router Class: this class does now the autorouting job. First commit, no tests yet
* * added package creation based on cpackchristian mueller2012-01-151-0/+12
| | | * updated .gitignore
* * added install and uninstall routines to makechristian mueller2012-01-121-2/+5
|
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-121-1/+2
| | | | | | | | | | | | | | | | 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/+1
| | | | | | *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-231-38/+55
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* - added comments in XML descriptionChristian Mueller2011-12-181-2/+2
| | | | - fixed bug in Dbus signal sending - corrected namespace usage
* update in headers, small thingsChristian Mueller2011-12-141-1/+1
|
* some updates, new testsChristian Mueller2011-12-121-5/+4
|
* total reworkChristian Mueller2011-12-081-16/+12
| | | | no more QT
* Dbus restructuredChristian Mueller2011-08-031-3/+15
|
* - first time synchronisation with EAChristian Mueller2011-07-261-2/+1
| | | | - remodelled some interfaces - new plugin structure for CommandInterfaces
* - next part of getting rid of QTChristian Mueller2011-07-211-26/+5
| | | | - plugin handling for routing plugins work - dbus communication works but nof finalized
* make it compile on 10.04Christian Mueller2011-07-191-2/+0
|
* added layermanager plugin mechanismblacky2011-07-191-1/+0
|
* - first attempt to remove QTblacky2011-07-151-38/+3
| | | | | - this compiles but does not provide the same functionality - hookplugin compiles - other plugins do not
* adding feature in the compile script:christian mueller2011-07-061-0/+3
| | | by adding document to the cmaker call , the documentation will be created. By default the documentation will not be created
* changed daemon directory namechristian mueller2011-07-011-0/+133
changed absolute path for doxygen to relative path