commit f00468f45b72e2693b79af30665f683967deb5a7 Author: christian mueller * restructered document generation. Now only the functions of the daemon are generated * sockethandler: take [0] instead of .front. added todo to make sockethandler faster * added test for local routing commit e6b739cc7e901ca8637bf3f5a72f5956cd764249 Author: christian mueller * added function to routing algorithm that takes care of the route in case source and sink are in the same domain... commit ba9e8ff6cfc7de6fadce914b356b6e4b398d5ab3 Author: christian mueller * worked in feedback from Thomas Goering towards integration tests * corrected startup sequence and modified the testplugin so that the startup sequences match commit 74cf9b985164be8c28a3cd1b11076900792594f8 Author: christian mueller * add an out of memory handler commit 9f4c15a8e89d798077ca3edf7f786dbc740aa176 Author: christian mueller * implemented peeksinkclassIDs and peeksourceclassIDs * changed interface of both from const to non-const * corrected include headers to c++ style, eg. * 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 commit 52a769615e476860f3e4c0196fdf7e5159a7a7c1 Author: christian mueller * still the weired error but now really ok. commit 0538d699f441beb81ab64b7f59cb87329667287a Merge: 1b65963 bef6b6f Author: christian mueller Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager commit 1b659632bc7fa0c1daa021a2d52da390cedec9a7 Author: christian mueller * weired git error .. anyway should be ok now commit ad0c452e9890a35a1b7a6c2e2421e092c5cf2c2d Author: christian mueller * wrapping DLT calls in a new Class because of performance, codesize and lazyness reasons * the whole project now compiles without a warning with -pedantic commit bef6b6f38de4f6b201a1b6ce24855c8894031602 Author: christian mueller * fixed non reference in routing interface peeksourceclassID and peeksinkclassID * fixed bug in complexer usage of routing algorithm * added more router tests commit 58d62c4af578c10375bf9baa946e33f340c42a1f Author: christian mueller * regenerated EA code based on Conti Feedback. * 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 commit 93c6b1973d59ce225e9cb5d2bcaea7d01c5fda52 Author: christian mueller * routing algorithm improvements * routing algorithms first tests commit af0ba5b505b361679c07899187b7043d867742c3 Author: christian mueller * finalized Router implementation * added new generated ControlSendInterface with router support commit 4fe50302a695c625d5161b538da771b2c36bd33e Author: christian mueller * formatting all the source code with eclipse source code style * added used xml to the project commit 80213f17291e5b58c733de09f06439d71640d2e2 Author: christian mueller * fixed wrong memset in main.cpp (thanks to frank) * fixed compiler warnings in signalhandler * added Router Class: this class does now the autorouting job. First commit, no tests yet commit adf0d48f869007e4527b00e1a346ed37ee82cc1a Author: christian mueller * fix for package building with lower cmake versions * fix DBus interface to be GLIB tolerant 32bit types commit 8a99f39f0a5b84230bb6e764950dc674258870e8 Author: christian mueller * fix build without git commit 3d458653de2ec50f524b38d33645fd773bcb207f Author: christian mueller * fixed compilation without git * fixed compilation without tests commit 23c90675c09d4e2947b5a827a5ebcd5516c0270e Author: christian mueller * added package creation based on cpack * updated .gitignore commit a4a4c50ff375d94fa90c13d293b145176f214bf4 Author: christian mueller * added install and uninstall routines to make commit 915ae08fa586cfa67559cc94a72ac5787df909ea Author: christian mueller * just update changelog commit 5f02509296864bc5b4b438139a246fb3119802ed Author: christian mueller * fixed commandline option p is now recognized * fixed bug: loading of routing plugins with version control now works commit 472d0762b68ce0f2a755b4215515a3e031831495 Author: christian mueller * recreated the header files out of the model. Added versioning support in 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 commit 6ebae8c4d3a340c135ed2f5f611a0e1c31994164 Author: christian mueller * fixed sockethandler timespec issues commit d2033f10762c1b39b7755f067cb614228336aec8 Author: christian mueller changed README, added correct header in files commit 93d7610b460c6212a3098a3eccb127fd45ada345 Author: christian mueller *added versioning support automatically out of git *added commandline parser *changed DLT_CONTEXT for AudioManager to AudioManager *added signalhandler *TODO: make signalhandler not only call but correctly rundown the daemon commit b7e748007bbe0b16fa8a8a089c6cc8fe43bc7aac Author: christian mueller * assert on empty busname (routinginterface) * added busname for DbusroutingSender * rework of sockethandlertests * small changes on compilerflags * new default error messages on dummy controller plugin * new plugin Asynchronous including tests commit 6b583365d1f0f5c7ff613ecfc323c4d1eba1699d Author: christian mueller * finally, first socket test work commit cd23bf5e1d2e1d134df91f23ebfd761d770a99db Author: christian mueller * fixed no compile bug * fixed sockethandler loop commit 4f74d6e303c58326fe75ee75e1c92cf9263f800d Author: christian mueller * rework of buildsystem * now everything depends on a toplevel CMakefile * cleanup of makefiles and compiler options commit 4618280b6d777ac7bf3bb5cf5b0ea3f0d9e4b2b7 Author: christian mueller * new run of code generation by EA * removed audiomanagertypes.cpp it's creadted by EA, but empty * get rid of dbusincludes, dbus files are now in the includes folder commit b9b9e9ace5c6c7c493438ecf9a4b33b47543e8e3 Author: christian mueller * first version of SocketHandler working with DBus * currently Sockethandler test not working commit f8a41c140abbd1d193ed19f6c2be598adc01292a Author: christian mueller * fixed bug in database handler connected to delay calculation commit 18d1c7ee814993ae3fbee5635650e55472dac587 Author: christian mueller * first version of the sockethandler with test commit 1c992fd131eab06ee4f5a7090377031975092aba Author: Christian Mueller - changed header comment - entered correct licence commit 2cefc51e7bb2b3810f57e7c340c0c8857de1a05a Author: Christian Mueller - adds dbus test for command plugin commit 18b59afe6cda90607ad0b193088000d4f9749a97 Author: Christian Mueller - added comments in XML description - fixed bug in Dbus signal sending - corrected namespace usage commit 392d090c63dcb03df8a044abbc6cc84807e341e5 Author: Christian Mueller changes to make controlSender compile & loadable commit 281cb0d875832bb56c82bad3516fc4021f8be4b0 Author: Christian Mueller added README commit cad108114630deebde684267d67a5b648479679e Author: Christian Mueller first release ! commit 68678bed2dc3d4a5849d283bec84a01e2836603f Author: Christian Mueller update in headers, small things commit 92c8b837306ff1dcd889f9c075435aec50e9aea3 Author: Christian Mueller . commit 205595e3d3e6a1d55be3c462ef02c9f828a77feb Author: Christian Mueller some updates, new tests commit d85e69bbf6d8ec6e087c7af579686923c76079cd Author: Christian Mueller Some changes, renaming... commit 5773404eb801e27179b7c3c7803a990145d6e94a Author: Christian Mueller total rework commit 9826492b0066d47cfa9ba68d6efe737cc3c317a3 Author: Christian Mueller update on dbus commit 2d849dd0b5b1558e92cd0f2cd6dbc556950d631d Author: Christian Mueller Dbus restructured commit df88fefdd7df890aaf2a3206483678851cffc5c5 Author: Christian Mueller - first time synchronisation with EA - remodelled some interfaces - new plugin structure for CommandInterfaces commit 2feaef3bb5f91af43573155106c73143597bdf3e Author: Christian Mueller - daily commit - dbus working smooth now, implemented signal handling - changed worker thread for dbus to wait for dbus events not to wakeup every 50 ms commit a34ffa9cf03c0685ee4751efb16eca8267e533c3 Author: Christian Mueller - next part of getting rid of QT - plugin handling for routing plugins work - dbus communication works but nof finalized commit 4bcad418c039cad5690e62ed63e2b4260c12a517 Author: Christian Mueller make it compile on 10.04 commit 4a67d4c668148dd8b0cd9c818ab45c7c6ac9841a Author: blacky added layermanager plugin mechanism commit 6d7c17a9ab1bccbf0bc656c87818338de28f408d Author: blacky - first attempt to remove QT - this compiles but does not provide the same functionality - hookplugin compiles - other plugins do not commit 8da33c909cfce7370ef8e53acb2e3a00464edf37 Author: christian mueller - track StructuralPlugins via list - use this list to deinit the plugins upon destructor call of the hookhandler commit 8329c1baf99ece0e93feda1331e089bc0aced52e Author: christian mueller adding feature in the compile script: by adding document to the cmaker call , the documentation will be created. By default the documentation will not be created commit 958ff9a0907602f359028261de5d822ac995aede Author: christian mueller - just typos in AudioManagerCore - fixed a bug only updating and showing the first connection - change in gitignore commit 9eb2402884c520a4d7eaa8ce041618bfaa6930b3 Merge: 0108869 5394c6f Author: blacky Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager commit 0108869db26775b5e30028b0956adb2007020a10 Author: blacky merge due to non empty Repo on genivi git server. Resolving conflics in the READMEFILE commit 4a32aebe3776323c176e0fe57298c1220ecc6d2c Author: blacky small change on CMakelist in player gui commit 9d723d9b3918d8c9227b806aa9f016699e234a15 Merge: d61f9cb e6ad5d8 Author: Simon Brandner Merge branch 'master' of 10.250.89.137:audiomangenivi commit e6ad5d883663688d0e36e9d506aa9a1f1190c47f Author: christian mueller changed daemon directory name changed absolute path for doxygen to relative path commit d61f9cbeeb25c02d73fc99170b1bdf0cc802002f Author: Simon Brandner listInterrruptedSources -> listInterruptedSources commit fa4da60f971f55bafe157da87ae9d3bce07389b0 Author: Simon Brandner corrected speeling of sourceID commit 246e009c14ccec699d9fbb92fde61bba5ebb8221 Author: Simon Brandner corrected spelling error in README file commit 02acf3cebd9ec61193f63415590929ef40c504c1 Author: blacky update & cleanup commit 4a33862456def70049364761b2035a536b3c5881 Author: blacky Initial submission commit 5394c6fa5bf40d9bc8619026cbc4c306211a8499 Author: Jeremiah C. Foster Initial import of TEMPLATE.git dir.