summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test
Commit message (Collapse)AuthorAgeFilesLines
...
* * merge of changes from ChristianFrank Herchet2012-02-143-84/+254
|
* * add gtest for telnetserverFrank Herchet2012-02-144-29/+250
|
* * merge local changes with updated masterFrank Herchet2012-02-092-0/+43
|
* Merge branch 'telnetserver'christian mueller2012-02-092-0/+59
|\
| * * TelnetServer Implementation.Grape R52012-02-082-0/+59
| | | | | | * TelnetServerTest Implementation
* | * renaming of databasetest - copy paste faultchristian mueller2012-02-082-70/+70
| |
* | * add another routing testchristian mueller2012-02-071-0/+63
|/ | | * change answer in case routing can not be done on only one domain
* * restructered document generation. Now only the functions of the daemon are ↵christian mueller2012-02-071-0/+64
| | | | | | generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing
* * add an out of memory handlerchristian mueller2012-02-021-3/+127
|
* * implemented peeksinkclassIDs and peeksourceclassIDschristian mueller2012-02-014-4/+290
| | | | | | | * changed interface of both from const to non-const * corrected include headers to c++ style, eg. <cassert> * corrected sendChangedData return type to void * implemented tests for sinkclass and sourceclass peeking * fixed bug in sockethandler (FD could not be removed) thanks to Frank
* * still the weired error but now really ok.christian mueller2012-01-311-572/+0
|
* * weired git error .. anyway should be ok nowchristian mueller2012-01-311-0/+572
|
* * wrapping DLT calls in a new Class because of performance, codesize and ↵christian mueller2012-01-3114-41/+913
| | | | | lazyness reasons * the whole project now compiles without a warning with -pedantic
* * regenerated EA code based on Conti Feedback.christian mueller2012-01-2712-134/+152
| | | | | | * changed paths of audiomanagertypes include in generated files * changed order of parameters in asyncSetSinkSoundProperty / asyncSetSourceSoundProperty / cbTimingInformationChanged to have common style over all interfaces. * changed default include paths for Controller etc... * cleanup of warnings
* * routing algorithm improvementschristian mueller2012-01-259-1/+943
| | | * routing algorithms first tests
* * formatting all the source code with eclipse source code stylechristian mueller2012-01-2413-3022/+3002
| | | * added used xml to the project
* * fixed wrong memset in main.cpp (thanks to frank)christian mueller2012-01-183-0/+3
| | | | * 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-154-1/+38
| | | * updated .gitignore
* * recreated the header files out of the model. Added versioning support in ↵christian mueller2012-01-126-47/+81
| | | | | | | | | | | | | | | | 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
* * fixed sockethandler timespec issueschristian mueller2011-12-302-1/+2
|
* *added versioning support automatically out of gitchristian mueller2011-12-302-1/+6
| | | | | | *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon
* * assert on empty busname (routinginterface)ver-0.0.1christian mueller2011-12-292-13/+74
| | | | | | | * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests
* * finally, first socket test workchristian mueller2011-12-232-128/+180
|
* * fixed no compile bugchristian mueller2011-12-231-1/+1
| | | * fixed sockethandler loop
* * rework of buildsystemchristian mueller2011-12-239-36/+20
| | | | * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options
* * first version of SocketHandler working with DBuschristian mueller2011-12-213-26/+26
| | | * currently Sockethandler test not working
* * first version of the sockethandler with testchristian mueller2011-12-204-0/+370
|
* - added comments in XML descriptionChristian Mueller2011-12-1814-77/+60
| | | | - fixed bug in Dbus signal sending - corrected namespace usage
* first release !Christian Mueller2011-12-1415-124/+935
|
* update in headers, small thingsChristian Mueller2011-12-1410-25/+46
|
* .Christian Mueller2011-12-135-40/+286
|
* some updates, new testsChristian Mueller2011-12-1218-574/+1853
|
* Some changes, renaming...Christian Mueller2011-12-091-0/+33
|
* total reworkChristian Mueller2011-12-083-0/+1615
no more QT