summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * remove unessessary script2.0christian mueller2012-03-231-24/+0
| | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* Merge branch 'master' of qmuc300924:AudioManager1.0christian mueller2012-03-230-0/+0
|\
| * * [GAM-42] fixchristian mueller2012-03-231-1/+4
| | | | | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* | * fixed typo in addpackagedependencies.sh used for package managementchristian mueller2012-03-232-3/+5
|/ | | Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
* * enhanced documentationchristian mueller2012-03-204-5/+5
| | | * [GAM-39] fixed bug in build system
* * enhanced documentation christian mueller2012-03-1318-57/+300
|
* * [GAM-37] fixed christian mueller2012-03-131-1/+5
|
* * [GAM-34] fixes sqlite missing error handlingchristian mueller2012-03-122-969/+729
|
* * [GAM-32] fixchristian mueller2012-03-081-0/+2
|
* * fixes [ GAM-31]christian mueller2012-03-081-2/+2
|
* * [GAM-30] fixchristian mueller2012-03-071-1/+1
|
* * [GAM-29] fixeschristian mueller2012-03-0710-550/+886
|
* * forgot to check in the documentationchristian mueller2012-03-0728-1/+902
|
* * removed all documentation to new placechristian mueller2012-03-06115-930/+196
| | | | * 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-0615-22/+22
|
* * last changes in the documentationchristian mueller2012-03-066-1727/+348
|
* * changed licence of Interfaceheaders and audiomanagertypes.h after reviewchristian mueller2012-03-067-172/+193
|
* * updated license headerschristian mueller2012-03-05119-3729/+4093
| | | * updated documentation
* * fixing CAmSerializer.h - smaller changes and copy past stuffchristian mueller2012-03-0513-210/+1459
| | | | * adding new class in Controler plugin to use CAmSerializer to build up a shadow * added test to test the new class (unfinished)
* Merge remote branch 'buildsau/master'christian mueller2012-03-010-0/+0
|\ | | | | | | | | | | | | Conflicts: AudioManagerDaemon/src/CAmDltWrapper.cpp AudioManagerDaemon/src/main.cpp include/shared/CAmDltWrapper.h
| * * fix debug output to stdout if WITH_DLT undefinedFrank Herchet2012-02-292-15/+10
| |
| * Merge branch 'master' of qmuc300924:AudioManagerFrank Herchet2012-02-2957-2146/+2240
| |\
| * | * add command line argument "-V: print DLT logs to stdout" if compile flag ↵Frank Herchet2012-02-291-5/+19
| | | | | | | | | | | | WITH_DLT undefined
* | | * solved merge conflictschristian mueller2012-03-014-21/+29
| | |
* | | * fix [GAM-28] problems in routingsender.cppchristian mueller2012-03-01116-4905/+4453
| |/ |/| | | | | | | | | * [GAM-27] major refactoring: bringing everything to standardized names * Enhancement of CAmSerializer.h * improvement of documentation * adoption & regeneration of inerfaces
* | Merge remote branch 'buildsau/master'christian mueller2012-02-295-21/+212
|\ \ | |/
| * * fix compile error in DLTWrapper.cppFrank Herchet2012-02-291-0/+2
| |
| * * [GAM-11] Merge branch 'dlt_dependency'Frank Herchet2012-02-295-21/+210
| |\ | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt cmake/config.cmake
| | * * [GAM-11] remove dependency from DLT in DLTWrapper if WITH_DLT is undefinedFrank Herchet2012-02-282-7/+74
| | | | | | | | | | | | * [GAM-11] add some structs and enums to be compatible to DLT-interface
| | * * [GAM-11] make project compilable without DLTFrank Herchet2012-02-242-0/+87
| | |
| | * * [GAM-11]: modify cmake and add compile flag WITH_DLTFrank Herchet2012-02-243-15/+48
| | |
* | | * [ performance] for classes that do not need to be derived from, removed ↵christian mueller2012-02-2957-2146/+2240
|/ / | | | | | | | | | | | | | | | | | | | | virtual desctructor * implemented confirmation of routing ready in RoutingReceiver * [Sockethandler] automatically set gDispatchDone to 0 when starting mainloop * fixed unit text to work with latest changes (expect Dbus command interface) * [GAM-4] added way to do synchronous calling on interfaces with the help of CAmSerializer.h * reworked AsyncRoutingPlugin to work with CAmSerializer.h * reworked AsyncRoutingPlugin to register elemtes in thread using CAmSerializer.h * reworked AsncPlugin Tests to work with remodelled Plugin
* | * [GAM-4] updated interfaces christian mueller2012-02-2744-1142/+1587
| | | | | | | | | | | | | | * 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
* | * removed simple DBus Loop from DBusWrapper - is not needed anymore since ↵christian mueller2012-02-272-16/+0
| | | | | | | | Sockethandler is mandatory
* | Merge remote branch 'buildsau/master'christian mueller2012-02-231-2/+0
|\ \ | |/
| * * remove spacesFrank Herchet2012-02-231-2/+0
| |
* | * [ GAM-4 ] Change Database Obsever notification implementation working, ↵christian mueller2012-02-2321-196/+414
|/ | | | test are not ready yet. This implies that the Sockethandler is mandatory so I removed the cmake options.
* * remove dispensable method of CAmTelnetMenuHelperFrank Herchet2012-02-233-14/+3
|
* [GAM-14] enable some asci colorsFrank Herchet2012-02-231-21/+7
| | | | * use DLTWrapper for debug and error output
* * rename local pointer, insert 'p' into nameFrank Herchet2012-02-232-41/+45
|
* * [GAM-21] activate telnetserver testsFrank Herchet2012-02-221-1/+1
|
* Merge branch 'master' of qmuc300924:AudioManagerFrank Herchet2012-02-2247-1300/+1638
|\
| * * as discussed in the face2face versioning scheme of the interfaces changed.christian mueller2012-02-214-8/+8
| |
| * * [ GAM-6 ] enhace routing algorithm: changed the way the routing algorithm ↵christian mueller2012-02-218-119/+131
| | | | | | | | gets information from controller
| * * [ GAM-18 ] Add cancel rundown messages to interfaces: added possbility for ↵christian mueller2012-02-2112-231/+228
| | | | | | | | | | controller to call rundown on command and routing interfaces * beautified EA generated code in comments
| * * [ GAM-1] AudioManager DBusPlugin crashes when Controller registers ↵christian mueller2012-02-212-70/+118
| | | | | | | | source/sink class on startup: changed plugin in a way that only messages are sent out when InterfaceReady was called
| * * add proper version information in doxygenchristian mueller2012-02-212-2/+6
| |
| * * [GAM-12] Change project types as discussed in the F2F: changed in all ↵christian mueller2012-02-2118-966/+537
| | | | | | | | | | tests, updated audiomanagertypes.h and projecttypes.h * change towards the versioning scheme of the audiomanager in CMakelists.txt
| * * [GT-1835] Resolve issues identified by code screening process: added ↵christian mueller2012-02-2011-49/+755
| | | | | | | | missing headers, added text version of LGPL v2.1
| * Merge branch 'master', remote branch 'buildsau/master'christian mueller2012-02-200-0/+0
| |