summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update version to 7.7.07.7Martin Koch2020-02-101-1/+1
* Merge pull request #48 from GENIVI/LoggingArchitectureMartin Koch2020-02-1037-1052/+1836
|\
| * AM: Reorganize daemon, core, utilities and tests to make use of the new loggi...Martin Koch2020-01-1422-30/+35
| * AM-Test: exclude AmSocketHandlerTest from build if WITH_DLT is not enabledMartin Koch2020-01-141-1/+7
| * AM_Utils: reduce CAmDltWrapper to legacy wrapper around new logging architectureMartin Koch2020-01-143-1021/+90
| * AM-Utils: Introduce new logging architecture, providing separate classes for ...Martin Koch2020-01-1412-0/+1704
* | Merge pull request #49 from GENIVI/PluralPropertiesMartin Koch2020-02-1017-3/+281
|\ \ | |/ |/|
| * AM: add plural form of setSystemProperties for global configuration attribute...Martin Koch2020-01-1717-1/+86
| * AM: add plural form of set...SoundProperties for sources and sinks to command...Martin Koch2020-01-1717-2/+195
|/
* Merge pull request #47 from mkoch-aditg/fixRemoveConnectionMartin Koch2019-12-161-3/+3
|\
| * AM database: correct implementation of CAmDatabaseHandlerMap::removeMainConne...Martin Koch2019-10-171-3/+3
* | Merge pull request #46 from mkoch-aditg/addNamespaceDocMartin Koch2019-12-161-0/+3
|\ \
| * | add a documentation to the global namespace 'am'Martin Koch2019-10-161-0/+3
| |/
* | Merge pull request #45 from mkoch-aditg/masterMartin Koch2019-12-161-48/+0
|\ \ | |/
| * AM-Test: drop accidentally pushed backup file: AudioManagerCore/test/AmRoutin...Martin Koch2019-10-161-48/+0
|/
* Merge pull request #39 from GENIVI/genivi_impJens Lorenz2018-09-255-303/+375
|\
| * Notifying observers of sound properties only by value changes.genivi_impJacqueline Molz2018-08-225-303/+375
|/
* Merge pull request #35 from JensLorenz/issue_24_clean_up_whitespaceGENIVI Audio Manager Maintainer2018-07-1236-8827/+9785
|\
| * FOO: Issue #26 fix white space issues and apply new coding styleJens Lorenz2018-07-0335-8817/+9783
| * FOO: Remove missing logging files in uncrustify_files.cfgJens Lorenz2018-07-031-10/+2
|/
* Merge pull request #34 from JensLorenz/foo_beatifier_uncrustifyGENIVI Audio Manager Maintainer2018-07-0322-230/+442
|\
| * Foo: Initial proposal for the command line beautifier uncrustifyJens Lorenz2018-06-202-0/+257
| * codestyle: Remove empty single line c++ comments in ctor initializersJens Lorenz2018-06-2014-124/+124
| * AMCore: Rework of preprocessor defines to improve readabilityJens Lorenz2018-06-204-102/+57
| * CMAKE: Rename the input cmake file of audiomanagerconfig.hJens Lorenz2018-06-202-4/+4
|/
* Merge pull request #32 from JensLorenz/clean_pr26_utility_updatesGENIVI Audio Manager Maintainer2018-06-2010-573/+982
|\
| * AMUtil: Fix inconsistent fdPollingArrayJens Lorenz2018-06-123-116/+110
| * AMUtil: Test: Return in threads with NULLJens Lorenz2018-04-231-0/+6
| * AMCore: Test: Initialize file descriptors of pipe with '-1' in ctorJens Lorenz2018-04-231-1/+2
| * AMUtil: No check callback needed for eventfd and signalfdJens Lorenz2018-04-091-5/+2
| * AMUtil: Change log level of removeFDPoll from error to warningJens Lorenz2018-04-091-1/+1
| * AMUtil: Store signalfd as file descriptor instead of pollfd handleJens Lorenz2018-04-092-46/+21
| * AMUtil: Wakeup of ppoll is now also triggered on addFdPollJens Lorenz2018-04-092-16/+17
| * AMUtil: Fix startup sequence addFdPoll and removeFdPollJens Lorenz2018-04-092-4/+87
| * AMUtil: Cleanup indents and whitespacesJens Lorenz2018-04-093-33/+34
| * AMUtil: Rework of exception debug messagesJens Lorenz2018-04-091-13/+15
| * AMUtil: ONLY timers will be closed in worker threadJens Lorenz2018-04-092-9/+18
| * AMUtil: Rework of socketHandler to avoid calls of invalidated objectsJens Lorenz2018-04-094-219/+505
| * AMUtil: Change from mPipe to eventfdJens Lorenz2018-04-092-20/+41
| * AMUtil: Improve timer implementation and ensure that no fd leak happensJens Lorenz2018-04-092-48/+50
| * AMUtil: Rework of listenToSignal and minor improvementsJens Lorenz2018-04-091-17/+15
| * AMUtil: Improve actionPoll lambda implementation for signal and timerJens Lorenz2018-04-091-27/+45
| * AMUtil: Test: Ensure that revents are tested in fire callbackJens Lorenz2018-04-091-2/+2
| * AMUtil: Test: Lets check the return value of addTimerJens Lorenz2018-04-091-13/+14
| * AMUtil: Test: Remove off-by-one problem for timer meas. and socket testsJens Lorenz2018-04-091-45/+39
| * AMUtil: Test: Fix mExpected value range for 32-bitJens Lorenz2018-04-092-2/+2
| * CMAKE: Update option messageAleksandar Donchev2018-03-271-3/+1
| * AMUtil: Test: Add macro to increase the loop count of serializer testsAleksandar Donchev2018-03-271-2/+5
| * AMUtil: Common API WrapperAleksandar Donchev2018-03-272-106/+124
| * AMUtil: Dlt init function returns now correctlyAleksandar Donchev2018-03-271-2/+3
|/