summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * if needed the routing graph will be re-created from getRoute after aRouter_adaptionsAleksandar Donchev2017-02-205-2760/+2846
| | | | | database change has been observed. Signed-off-by: Christian Linke <christian.linke@bmw.de>
* handle overflow of handles correctlyChristian Linke2017-02-202-9/+121
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * many database observers can be registred now by the database handler.Aleksandar Donchev2017-02-2027-882/+953
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* update license graphsChristian Linke2017-02-203-0/+0
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * CAmRouterTest adoptions.Aleksandar Donchev2017-02-203-18/+17
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Max count of the returned routes tweaked up.Aleksandar Donchev2017-02-203-55/+57
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* * Max count of the returned routes and max allowed domain cyclesAleksandar Donchev2017-02-205-377/+723
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Return all routes with all possible connection formatsChristian Linke2017-02-203-118/+200
| | | | | | | Removed obsolete sqlite interface handling Signed-off-by: Christian Linke <christian.linke@bmw.de> Change-Id: I380f6d4ce1dab2efa47620164e72a30fa144afdd
* fix proper log level checkingChristian Linke2017-02-201-1/+1
| | | Signed-off-by: Christian Linke <christian.linke@bmw.de>
* Merge pull request #13 from JensLorenz/cmake_fixesGENIVI Audio Manager Maintainer2017-02-155-34/+23
|\ | | | | Cmake fixes
| * Update MacroVersionFromGit.cmakeGENIVI Audio Manager Maintainer2017-02-151-1/+1
| |
| * AMUtil: Enhancement of check log level support for DLT.Jens Lorenz2017-02-152-13/+4
| | | | | | | | | | | | | | The DLT version determination works in AudioManager repository. Other libraries including header only don't know the respective version. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
| * CMake: Allow to specify manually the version without git repo.Jens Lorenz2017-02-141-19/+17
| | | | | | | | Signed-off-by: Guerra Mattia <mguerra@de.adit-jv.com>
| * CMake: Destination path for google tests now CMAKE_INSTALL_LIBDIR.Jens Lorenz2017-02-142-2/+2
|/ | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* Merge pull request #10 from JensLorenz/dlt_is_loglevel_enableGENIVI Audio Manager Maintainer2016-12-132-0/+22
|\ | | | | AMUtil: New check log level support of DLT added.
| * AMUtil: Check log level support of DLT added.Jens Lorenz2016-12-082-0/+22
| | | | | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
* | Merge pull request #9 from JensLorenz/fix_low_level_interruptGENIVI Audio Manager Maintainer2016-12-136-1/+58
|\ \ | |/ | | AMCore: Fix deamon to update interrupt state of source.
| * AMCore: Fix deamon to update interrupt state of source.Jens Lorenz2016-11-256-1/+58
|/ | | | Signed-off-by: Toshiaki Isogai <tisogai@jp.adit-jv.com>
* Merge pull request #7 from GENIVI/pull_requestGENIVI Audio Manager Maintainer2016-11-22931-2713/+155897
|\ | | | | talked through in telefone conference
| * make macro work without gitChristian as GENIVI Maintainer2016-11-141-15/+19
| | | | | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
| * CMAKE: Adding DEFAULT_PLUGIN_DIR for building customized paths.Jens Lorenz2016-11-143-3/+10
| | | | | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
| * Utility: Serializer::dtor must also remove the fd from list to prevent crash.Jens Lorenz2016-11-141-6/+10
| | | | | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
| * Utility: DBUS library supports applications bindings which do not need to ↵Jens Lorenz2016-11-141-0/+6
| | | | | | | | | | | | new register a connection object. This allows to attach to already existing interface bindings. Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
| * CMAKE: Added missing quotation marks and enhanced the version extraction.Jens Lorenz2016-11-142-5/+30
| | | | | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com>
| * audiomanagercore.pc.in: fix RequiresMathieu Duponchelle2016-11-141-1/+1
| | | | | | | | | | pkg-config looks for the exact, case-sensitive names listed in the requirements.
| * audiomanagerutilities.pc.in: fix typoMathieu Duponchelle2016-11-141-1/+1
| |
| * AudioManagerUtilities: use LINK_DIRECTORIESMathieu Duponchelle2016-11-145-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | The -L flags were not retrieved from pkg_check_modules, except for automotive-dlt, where LDFLAGS was added to the LIBS variable, which was then passed to TARGET_LINK_LIBRARIES. This led to compile-time errors when compiling in a custom prefix. We also propagate the LIB_DIRECTORIES and use them in AmControlInterfaceTest and AudioManagerDaemon.
| * AudioManagerUtilities: fix dlt cmake integrationMathieu Duponchelle2016-11-143-4/+4
| | | | | | | | | | | | | | | | | | The wrong variables from pkg_check_modules were used, effectively forcing the inclusion of dlt.h to happen from /include. Fix this to take advantage of pkg-config and allow building against a non-system-wide dlt-daemon.
| * add configurable dlt APP ID and descriptionChristian as GENIVI Maintainer2016-10-183-1/+20
| | | | | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
| * remove sqlite artefactChristian as GENIVI Maintainer2016-10-181-17/+10
| | | | | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
| * logging beautifyingChristian as GENIVI Maintainer2016-10-186-270/+281
| | | | | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
| * remove telnet server from AudiomanagerChristian as GENIVI Maintainer2016-10-1813-2402/+1
| | | | | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
| * add doxygen documentation for githubChristian as GENIVI Maintainer2016-09-30900-0/+155482
|/ | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
* removed setting of logging context in CAPI wrapperChristian as GENIVI Maintainer2016-09-281-5/+3
| | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
* Adopted READMEChristian as GENIVI Maintainer2016-09-282-10/+9
| | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
* Change error in databasehandler into warningChristian as GENIVI Maintainer2016-09-281-2/+2
| | | Signed-off-by: Christian as GENIVI Maintainer <genivi-maint-audiomanager@genivi.org>
* Minor formatting changesJeremiah as GENIVI Maintainer2016-09-271-1/+0
|
* Remove white space.Jeremiah C. Foster2016-09-271-1/+0
|
* Removing extraneous copyright lineJeremiah C. Foster2016-09-271-1/+0
|
* wrong error messageChristian Linke2016-09-021-2/+2
|
* some test fixesChristian Linke2016-08-302-65/+1
| | | | Change-Id: I22ea9682756dd36f6442241951ec6678f3c3f7ae
* Improved the changes. Cleared wrongly issued errors.Christian Linke2016-08-304-18/+39
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* Changed error to warning in database if data is receivedChristian Linke2016-07-292-31/+39
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* some updates of the fixChristian Linke2016-06-2112-129/+128
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* cleanup routing interface to add clean abort and resend possibilities7.5Christian Linke2016-06-1715-696/+1155
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* Fix enter gateway issueChristian Linke2016-05-202-24/+1
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* try catch for sockethandler callbacksChristian Linke2016-05-182-101/+93
| | | | | small improvements of sockethandler. Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* close pipes after useChristian Linke2016-05-173-0/+5
| | | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* optimize static const in audiomanagertypes.h and CAmDltWrapper template ↵Christian Linke2016-05-173-137/+167
| | | | | specializations Signed-off-by: Christian Linke <Christian.Linke@bmw.de>
* add macro for generation of constantsChristian Linke2016-05-111-32/+42
| | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de>