* more changes regarding test controller. Now a very basic connect is supported
[profile/ivi/audiomanager.git] / CHANGELOG
1 commit 9f9f6fc7d283c60166431c5175b6bbaa53a23c9c
2 Author: christian mueller <christian.ei.mueller@bmw.de>
3
4     * change doc path
5
6 commit d461527cb74c2fa42202a4466a6eeb07c0848a3a
7 Author: christian mueller <christian.ei.mueller@bmw.de>
8
9     * renaming of databasetest - copy paste fault
10
11 commit 8a2db276ede7516038eb5d2bf13b89cc3ff185a7
12 Author: christian mueller <christian.ei.mueller@bmw.de>
13
14     * add another routing test
15     * change answer in case routing can not be done on only one domain
16
17 commit f00468f45b72e2693b79af30665f683967deb5a7
18 Author: christian mueller <christian.ei.mueller@bmw.de>
19
20     * restructered document generation. Now only the functions of the daemon are generated
21     * sockethandler: take [0] instead of .front. added todo to make sockethandler faster
22     * added test for local routing
23
24 commit e6b739cc7e901ca8637bf3f5a72f5956cd764249
25 Author: christian mueller <christian.ei.mueller@bmw.de>
26
27     * added function to routing algorithm that takes care of the route in case source and sink are in the same domain...
28
29 commit ba9e8ff6cfc7de6fadce914b356b6e4b398d5ab3
30 Author: christian mueller <christian.ei.mueller@bmw.de>
31
32     * worked in feedback from Thomas Goering towards integration tests
33     * corrected startup sequence and modified the testplugin so that the startup sequences match
34
35 commit 74cf9b985164be8c28a3cd1b11076900792594f8
36 Author: christian mueller <christian.ei.mueller@bmw.de>
37
38     * add an out of memory handler
39
40 commit 9f4c15a8e89d798077ca3edf7f786dbc740aa176
41 Author: christian mueller <christian.ei.mueller@bmw.de>
42
43     * implemented peeksinkclassIDs and peeksourceclassIDs
44     * changed interface of both from const to non-const
45     * corrected include headers to c++ style, eg. <cassert>
46     * corrected sendChangedData return type to void
47     * implemented tests for sinkclass and sourceclass peeking
48     * fixed bug in sockethandler (FD could not be removed) thanks to Frank
49
50 commit 52a769615e476860f3e4c0196fdf7e5159a7a7c1
51 Author: christian mueller <christian.ei.mueller@bmw.de>
52
53     * still the weired error but now really ok.
54
55 commit 0538d699f441beb81ab64b7f59cb87329667287a
56 Merge: 1b65963 bef6b6f
57 Author: christian mueller <christian.ei.mueller@bmw.de>
58
59     Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager
60
61 commit 1b659632bc7fa0c1daa021a2d52da390cedec9a7
62 Author: christian mueller <christian.ei.mueller@bmw.de>
63
64     * weired git error .. anyway should be ok now
65
66 commit ad0c452e9890a35a1b7a6c2e2421e092c5cf2c2d
67 Author: christian mueller <christian.ei.mueller@bmw.de>
68
69     * wrapping DLT calls in a new Class because of performance, codesize and lazyness reasons
70     * the whole project now compiles without a warning with -pedantic
71
72 commit bef6b6f38de4f6b201a1b6ce24855c8894031602
73 Author: christian mueller <christian.ei.mueller@bmw.de>
74
75     * fixed non reference in routing interface peeksourceclassID and peeksinkclassID
76     * fixed bug in complexer usage of routing algorithm
77     * added more router tests
78
79 commit 58d62c4af578c10375bf9baa946e33f340c42a1f
80 Author: christian mueller <christian.ei.mueller@bmw.de>
81
82     * regenerated EA code based on Conti Feedback.
83     * changed paths of audiomanagertypes include in generated files
84     * changed order of parameters in asyncSetSinkSoundProperty / asyncSetSourceSoundProperty / cbTimingInformationChanged  to have common style over all interfaces.
85     * changed default include paths for Controller etc...
86     * cleanup of warnings
87
88 commit 93c6b1973d59ce225e9cb5d2bcaea7d01c5fda52
89 Author: christian mueller <christian.ei.mueller@bmw.de>
90
91     * routing algorithm improvements
92     * routing algorithms first tests
93
94 commit af0ba5b505b361679c07899187b7043d867742c3
95 Author: christian mueller <christian.ei.mueller@bmw.de>
96
97     * finalized Router implementation
98     * added new generated ControlSendInterface with router support
99
100 commit 4fe50302a695c625d5161b538da771b2c36bd33e
101 Author: christian mueller <christian.ei.mueller@bmw.de>
102
103     * formatting all the source code with eclipse source code style
104     * added used xml to the project
105
106 commit 80213f17291e5b58c733de09f06439d71640d2e2
107 Author: christian mueller <christian.ei.mueller@bmw.de>
108
109     * fixed wrong memset in main.cpp (thanks to frank)
110     * fixed compiler warnings in signalhandler
111     * added Router Class: this class does now the autorouting job. First commit, no tests yet
112
113 commit adf0d48f869007e4527b00e1a346ed37ee82cc1a
114 Author: christian mueller <christian.ei.mueller@bmw.de>
115
116     * fix for package building with lower cmake versions
117     * fix DBus interface to be GLIB tolerant 32bit types
118
119 commit 8a99f39f0a5b84230bb6e764950dc674258870e8
120 Author: christian mueller <christian.ei.mueller@bmw.de>
121
122     * fix build without git
123
124 commit 3d458653de2ec50f524b38d33645fd773bcb207f
125 Author: christian mueller <christian.ei.mueller@bmw.de>
126
127     * fixed compilation without git
128     * fixed compilation without tests
129
130 commit 23c90675c09d4e2947b5a827a5ebcd5516c0270e
131 Author: christian mueller <christian.ei.mueller@bmw.de>
132
133     * added package creation based on cpack
134     * updated .gitignore
135
136 commit a4a4c50ff375d94fa90c13d293b145176f214bf4
137 Author: christian mueller <christian.ei.mueller@bmw.de>
138
139     * added install and uninstall routines to make
140
141 commit 915ae08fa586cfa67559cc94a72ac5787df909ea
142 Author: christian mueller <christian.ei.mueller@bmw.de>
143
144     * just update changelog
145
146 commit 5f02509296864bc5b4b438139a246fb3119802ed
147 Author: christian mueller <christian.ei.mueller@bmw.de>
148
149     * fixed commandline option p is now recognized
150     * fixed bug: loading of routing plugins with version control now works
151
152 commit 472d0762b68ce0f2a755b4215515a3e031831495
153 Author: christian mueller <christian.ei.mueller@bmw.de>
154
155     * recreated the header files out of the model. Added versioning support in the headerfiles generated
156     * ensured compatibility with 64 bit systems while compiling dbus [ changed FindDBUS.cmake]
157     * updated the README to better support building
158     * updated typo in introspectable string of DBusWrapper
159     * reworked including strategie
160     * added getInterfafeVersion method on all interfaces
161     * added Interface Versioning support
162     * added version as part of .so ending
163     * it is no possible to set a vector of source and sink sound properties at a time
164     * added interface to ask for all loaded plugins on RoutingSender
165     * added first version of telnet server (not yet productive) - set to not active in CMakeLists.txt
166     * added changelog (created out of git commit log)
167     * added default values for all enum types to be save even on other if communication is on other domain
168
169 commit 6ebae8c4d3a340c135ed2f5f611a0e1c31994164
170 Author: christian mueller <christian.ei.mueller@bmw.de>
171
172     * fixed sockethandler timespec issues
173
174 commit d2033f10762c1b39b7755f067cb614228336aec8
175 Author: christian mueller <christian.ei.mueller@bmw.de>
176
177     changed README, added correct header in files
178
179 commit 93d7610b460c6212a3098a3eccb127fd45ada345
180 Author: christian mueller <christian.ei.mueller@bmw.de>
181
182     *added versioning support automatically out of git
183     *added commandline parser
184     *changed DLT_CONTEXT for AudioManager to AudioManager
185     *added signalhandler
186     *TODO: make signalhandler not only call but correctly rundown the daemon
187
188 commit b7e748007bbe0b16fa8a8a089c6cc8fe43bc7aac
189 Author: christian mueller <christian.ei.mueller@bmw.de>
190
191     * assert on empty busname (routinginterface)
192     * added busname for DbusroutingSender
193     * rework of sockethandlertests
194     * small changes on compilerflags
195     * new default error messages on dummy controller plugin
196     * new plugin Asynchronous including tests
197
198 commit 6b583365d1f0f5c7ff613ecfc323c4d1eba1699d
199 Author: christian mueller <christian.ei.mueller@bmw.de>
200
201     * finally, first socket test work
202
203 commit cd23bf5e1d2e1d134df91f23ebfd761d770a99db
204 Author: christian mueller <christian.ei.mueller@bmw.de>
205
206     * fixed no compile bug
207     * fixed sockethandler loop
208
209 commit 4f74d6e303c58326fe75ee75e1c92cf9263f800d
210 Author: christian mueller <christian.ei.mueller@bmw.de>
211
212     * rework of buildsystem
213     * now everything depends on a toplevel CMakefile
214     * cleanup of makefiles and compiler options
215
216 commit 4618280b6d777ac7bf3bb5cf5b0ea3f0d9e4b2b7
217 Author: christian mueller <christian.ei.mueller@bmw.de>
218
219     * new run of code generation by EA
220     * removed audiomanagertypes.cpp it's creadted by EA, but empty
221     * get rid of dbusincludes, dbus files are now in the includes folder
222
223 commit b9b9e9ace5c6c7c493438ecf9a4b33b47543e8e3
224 Author: christian mueller <christian.ei.mueller@bmw.de>
225
226     * first version of SocketHandler working with DBus
227     * currently Sockethandler test not working
228
229 commit f8a41c140abbd1d193ed19f6c2be598adc01292a
230 Author: christian mueller <christian.ei.mueller@bmw.de>
231
232     * fixed bug in database handler connected to delay calculation
233
234 commit 18d1c7ee814993ae3fbee5635650e55472dac587
235 Author: christian mueller <christian.ei.mueller@bmw.de>
236
237     * first version of the sockethandler with test
238
239 commit 1c992fd131eab06ee4f5a7090377031975092aba
240 Author: Christian Mueller <christian@lmuc329619u.(none)>
241
242     - changed header comment - entered correct licence
243
244 commit 2cefc51e7bb2b3810f57e7c340c0c8857de1a05a
245 Author: Christian Mueller <christian@lmuc329619u.(none)>
246
247     - adds dbus test for command plugin
248
249 commit 18b59afe6cda90607ad0b193088000d4f9749a97
250 Author: Christian Mueller <christian@lmuc329619u.(none)>
251
252     - added comments in XML description
253     - fixed bug in Dbus signal sending
254     - corrected namespace usage
255
256 commit 392d090c63dcb03df8a044abbc6cc84807e341e5
257 Author: Christian Mueller <christian@lmuc329619u.(none)>
258
259     changes to make controlSender compile & loadable
260
261 commit 281cb0d875832bb56c82bad3516fc4021f8be4b0
262 Author: Christian Mueller <christian@lmuc329619u.(none)>
263
264     added README
265
266 commit cad108114630deebde684267d67a5b648479679e
267 Author: Christian Mueller <christian@lmuc329619u.(none)>
268
269     first release !
270
271 commit 68678bed2dc3d4a5849d283bec84a01e2836603f
272 Author: Christian Mueller <christian@lmuc329619u.(none)>
273
274     update in headers, small things
275
276 commit 92c8b837306ff1dcd889f9c075435aec50e9aea3
277 Author: Christian Mueller <christian@lmuc329619u.(none)>
278
279     .
280
281 commit 205595e3d3e6a1d55be3c462ef02c9f828a77feb
282 Author: Christian Mueller <christian@lmuc329619u.(none)>
283
284     some updates, new tests
285
286 commit d85e69bbf6d8ec6e087c7af579686923c76079cd
287 Author: Christian Mueller <christian@lmuc329619u.(none)>
288
289     Some changes, renaming...
290
291 commit 5773404eb801e27179b7c3c7803a990145d6e94a
292 Author: Christian Mueller <christian@lmuc329619u.(none)>
293
294     total rework
295
296 commit 9826492b0066d47cfa9ba68d6efe737cc3c317a3
297 Author: Christian Mueller <christian@lmuc329619u.(none)>
298
299     update on dbus
300
301 commit 2d849dd0b5b1558e92cd0f2cd6dbc556950d631d
302 Author: Christian Mueller <christian@lmuc329619u.(none)>
303
304     Dbus restructured
305
306 commit df88fefdd7df890aaf2a3206483678851cffc5c5
307 Author: Christian Mueller <christian@lmuc329619u.(none)>
308
309     - first time synchronisation with EA
310     - remodelled some interfaces
311     - new plugin structure for CommandInterfaces
312
313 commit 2feaef3bb5f91af43573155106c73143597bdf3e
314 Author: Christian Mueller <christian@lmuc329619u.(none)>
315
316     - daily commit
317     - dbus working smooth now, implemented signal handling
318     - changed worker thread for dbus to wait for dbus events not to wakeup every 50 ms
319
320 commit a34ffa9cf03c0685ee4751efb16eca8267e533c3
321 Author: Christian Mueller <christian@lmuc329619u.(none)>
322
323     - next part of getting rid of QT
324     - plugin handling for routing plugins work
325     - dbus communication works but nof finalized
326
327 commit 4bcad418c039cad5690e62ed63e2b4260c12a517
328 Author: Christian Mueller <christian@lmuc329619u.(none)>
329
330     make it compile on 10.04
331
332 commit 4a67d4c668148dd8b0cd9c818ab45c7c6ac9841a
333 Author: blacky <blacky@kiwi.(none)>
334
335     added layermanager plugin mechanism
336
337 commit 6d7c17a9ab1bccbf0bc656c87818338de28f408d
338 Author: blacky <blacky@kiwi.(none)>
339
340     - first attempt to remove QT
341     - this compiles but does not provide the same functionality
342     - hookplugin compiles
343     - other plugins do not
344
345 commit 8da33c909cfce7370ef8e53acb2e3a00464edf37
346 Author: christian mueller <christian.ei.mueller@bmw.de>
347
348     - track StructuralPlugins via list
349     - use this list to deinit the plugins upon destructor call of the hookhandler
350
351 commit 8329c1baf99ece0e93feda1331e089bc0aced52e
352 Author: christian mueller <christian.ei.mueller@bmw.de>
353
354     adding feature in the compile script:
355     by adding document to the cmaker call , the documentation will be created. By default the documentation will not be created
356
357 commit 958ff9a0907602f359028261de5d822ac995aede
358 Author: christian mueller <christian.ei.mueller@bmw.de>
359
360     - just typos in AudioManagerCore
361     - fixed a bug only updating and showing the first connection
362     - change in gitignore
363
364 commit 9eb2402884c520a4d7eaa8ce041618bfaa6930b3
365 Merge: 0108869 5394c6f
366 Author: blacky <blacky@kiwi.(none)>
367
368     Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager
369
370 commit 0108869db26775b5e30028b0956adb2007020a10
371 Author: blacky <blacky@kiwi.(none)>
372
373     merge due to non empty Repo on genivi git server. Resolving conflics in the READMEFILE
374
375 commit 4a32aebe3776323c176e0fe57298c1220ecc6d2c
376 Author: blacky <blacky@kiwi.(none)>
377
378     small change on CMakelist in player gui
379
380 commit 9d723d9b3918d8c9227b806aa9f016699e234a15
381 Merge: d61f9cb e6ad5d8
382 Author: Simon Brandner <simon.brandner@partner.bmw.de>
383
384     Merge branch 'master' of 10.250.89.137:audiomangenivi
385
386 commit e6ad5d883663688d0e36e9d506aa9a1f1190c47f
387 Author: christian mueller <christian.ei.mueller@bmw.de>
388
389     changed daemon directory name
390     changed absolute path for doxygen to relative path
391
392 commit d61f9cbeeb25c02d73fc99170b1bdf0cc802002f
393 Author: Simon Brandner <simon.brandner@partner.bmw.de>
394
395     listInterrruptedSources -> listInterruptedSources
396
397 commit fa4da60f971f55bafe157da87ae9d3bce07389b0
398 Author: Simon Brandner <simon.brandner@partner.bmw.de>
399
400     corrected speeling of sourceID
401
402 commit 246e009c14ccec699d9fbb92fde61bba5ebb8221
403 Author: Simon Brandner <simon.brandner@partner.bmw.de>
404
405     corrected spelling error in README file
406
407 commit 02acf3cebd9ec61193f63415590929ef40c504c1
408 Author: blacky <blacky@kiwi.(none)>
409
410     update & cleanup
411
412 commit 4a33862456def70049364761b2035a536b3c5881
413 Author: blacky <blacky@kiwi.(none)>
414
415     Initial submission
416
417 commit 5394c6fa5bf40d9bc8619026cbc4c306211a8499
418 Author: Jeremiah C. Foster <jeremiah.foster@pelagicore.com>
419
420     Initial import of TEMPLATE.git dir.