Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add macro for generation of constants | Christian Linke | 2016-05-11 | 1 | -32/+42 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | switch off std::out route information | Christian Linke | 2016-04-27 | 2 | -2/+5 |
| | | | | | destroy pipe in destructor of CAmSerializer. Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | remove parallel installations of the Audiomanager packages | Christian Linke | 2016-04-26 | 3 | -3/+3 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | enable deleting of CommandLineSingleton | Christian Linke | 2016-04-20 | 3 | -1/+14 |
| | | | | | fix log message Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | fix bug in Databasehandler change | Christian Linke | 2016-04-20 | 1 | -0/+2 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | fix exitsSourcebug for databasehandler. | Christian Linke | 2016-04-13 | 1 | -1/+1 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | make sure that handles are never 0 | Christian Linke | 2016-04-11 | 1 | -2/+2 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | utility: Moved TAmPluginTemplate.h to utilities | Guerra Mattia | 2016-04-11 | 1 | -0/+91 |
| | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com> | ||||
* | TCLAP: removed some unused variables leading to compiling Werror issues | Guerra Mattia | 2016-04-11 | 1 | -5/+0 |
| | | | | Signed-off-by: Guerra Mattia <mguerra@de.adit-jv.com> | ||||
* | audiomanager: Use proper cmake path to install cmake and pkg-config files | Helio Chissini de Castro | 2016-04-11 | 3 | -74/+74 |
| | | | | | Change-Id: I9a16f88ee3c27425904fc5aa0e2924e0af5df8a2 Signed-off-by: Helio Chissini de Castro <Helio.Chissini-de-Castro@bmw.de> | ||||
* | audiomanager: Use LDFLAGS for dlt-daemon pkg-config | Helio Chissini de Castro | 2016-04-11 | 1 | -2/+2 |
| | | | | | Change-Id: I8daea79df694c41a23b0ecaac853cc75b4850a65 Signed-off-by: Helio Chissini de Castro <Helio.Chissini-de-Castro@bmw.de> | ||||
* | Remove assert from database and replace by error handling | Christian Linke | 2016-04-11 | 13 | -293/+1000 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | some cleanup | Christian Linke | 2016-03-09 | 11 | -167/+194 |
| | | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | oh come on | Christian Linke | 2016-03-02 | 1 | -1/+1 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | remove debug message | Christian Linke | 2016-03-02 | 1 | -2/+0 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | update for yocto | Christian Linke | 2016-03-02 | 1 | -3/+39 |
| | |||||
* | Fix issues with cmake cross build and yocto | Christian Linke | 2016-03-01 | 7 | -13/+9 |
| | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | fix paths for cross build | Christian Linke | 2016-02-26 | 3 | -5/+5 |
| | |||||
* | fix CMake include path | Christian Linke | 2016-02-26 | 1 | -2/+0 |
| | |||||
* | move macro to a place where it is reachable | Christian Linke | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | fixed pc files | Christian Linke | 2016-02-22 | 6 | -24/+30 |
| | |||||
* | Forgot the handle | Christian Linke | 2016-02-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | reworked DltWrapper. fixed gtest and gmock.pc files | Christian Linke | 2016-02-17 | 13 | -373/+680 |
| | |||||
* | Added overflow handling for timer and poll handles | Christian Linke | 2016-02-16 | 2 | -4/+47 |
| | | | | Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | * rework of the build structure, adopt to standard cmake package structure7.4 | Christian Linke | 2016-02-15 | 183 | -10943/+3783 |
| | | | | | | | | | | | | | | * check versions when loading the libs * introduction of the AudioManagerCore * give control plugin as file or directory * remove SQLITE * either find and use gmock or build and install it * fixed [Bug 411] * compile flag gnu11 is now used Signed-off-by: Christian Linke <Christian.Linke@bmw.de> Signed-off-by: Christian Linke <Christian.Linke@bmw.de> | ||||
* | change flags for c11 | Christian Linke | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | correct cache handling of sink main sound property in changeSinkDB() | Toshiaki Isogai | 2016-02-04 | 1 | -1/+1 |
| | | | | Signed-off-by: Toshiaki Isogai <tisogai@jp.adit-jv.com> | ||||
* | cmake: Add install target for documentation | Patrick Ziegler | 2016-01-19 | 1 | -0/+5 |
| | | | | | | | | | | | | | The documentation is being built with doxygen if WITH_DOCUMENTATION is set to ON, but the install target is missing. Thus in a build framework like yocto, the documentation files must be installed manuelly into the correct location. This change adds the missing install target with the common default destination CMAKE_INSTALL_DOCDIR from GNUInstallDirs. CMAKE_INSTALL_DOCDIR == ${CMAKE_INSTALL_DATAROOTDIR}/doc/${PROJECT_NAME} Change-Id: Idaa558a567395d091ab9c0f2b6defe6f36933a46 | ||||
* | add versioning for audiomanager utitlities | Christian.Linke | 2015-12-16 | 1 | -0/+7 |
| | |||||
* | changed package config for systemd | Christian.Linke | 2015-12-15 | 2 | -9/+8 |
| | |||||
* | deleting of instance explicit is needed | Christian.Linke | 2015-12-15 | 2 | -12/+21 |
| | |||||
* | forgot to destroy the single instance in destructor | Christian Linke | 2015-12-15 | 1 | -0/+11 |
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | forgot pc file | Christian Linke | 2015-12-02 | 1 | -0/+10 |
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | moved watchdog into utilities and created .pc file for utilities | Christian Linke | 2015-12-02 | 13 | -16/+70 |
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | * Fix for inconsistency in CAmDatabaseHandlerMap/SQLite | Aleksandar Donchev | 2015-11-18 | 5 | -25/+126 |
| | | | | | | getListMainSinks/Sources. Another minor optimizations as well. Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | * Condition in CAmRoutingreceiver fixed and redundant function in ↵ | Aleksandar Donchev | 2015-11-06 | 2 | -87/+38 |
| | | | | | | CAmDatabaseHandlerMap removed. Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | * Bug fix 392. Some improvements regarding failed transactions in the router. | Christian Linke | 2015-11-04 | 10 | -88/+376 |
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | correct my whitespace stuff | Christian Linke | 2015-10-07 | 1 | -379/+1 |
| | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | Implement IAmCommand getVolume method7.3 | Pau Espin Pedrol | 2015-10-07 | 8 | -1/+424 |
| | |||||
* | small things - big hussle | Christian Linke | 2015-10-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | remove uneccessary registered context | Christian Linke | 2015-10-06 | 1 | -2/+0 |
| | |||||
* | make changes in utilities compile | Christian Linke | 2015-10-06 | 3 | -33/+29 |
| | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | Utility DBUS: Constructor now more verbosely on dbus error | Jens Lorenz | 2015-10-06 | 1 | -9/+32 |
| | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com> | ||||
* | Notification time calculation of watchdog fixed | Jens Lorenz | 2015-10-06 | 1 | -4/+5 |
| | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com> | ||||
* | Utility DLT: Created template parameter pack to generate recursive code and ↵ | Jens Lorenz | 2015-10-06 | 2 | -842/+76 |
| | | | | | | added logDebug Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com> | ||||
* | Utilities now build as a static or as a shared library on demand. | Jens Lorenz | 2015-10-06 | 13 | -45/+140 |
| | | | | Signed-off-by: Jens Lorenz <jlorenz@de.adit-jv.com> | ||||
* | * Some cmake variables exposed. | Aleksandar Donchev | 2015-10-05 | 2 | -3/+3 |
| | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | * Settings for commonAPI without binding code. | Aleksandar Donchev | 2015-10-02 | 6 | -35/+24 |
| | | | | Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | Remove nodestatemanager7.2 | Christian Linke | 2015-09-22 | 41 | -4719/+30 |
| | | | | | | Make audiomanager compile with Dbus and CommonAPI Wrapper at the same time Signed-off-by: Christian Linke <christian.linke@bmw.de> | ||||
* | install more cmake packages | Christian Linke | 2015-09-17 | 1 | -1/+2 |
| |