summaryrefslogtreecommitdiff
path: root/CHANGELOG
blob: fe9885d3bc2456764ab7ac33513521050d4aacf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
commit 74cf9b985164be8c28a3cd1b11076900792594f8
Author: christian mueller <christian.ei.mueller@bmw.de>

    * add an out of memory handler

commit 9f4c15a8e89d798077ca3edf7f786dbc740aa176
Author: christian mueller <christian.ei.mueller@bmw.de>

    * implemented peeksinkclassIDs and peeksourceclassIDs
    * 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

commit 52a769615e476860f3e4c0196fdf7e5159a7a7c1
Author: christian mueller <christian.ei.mueller@bmw.de>

    * still the weired error but now really ok.

commit 0538d699f441beb81ab64b7f59cb87329667287a
Merge: 1b65963 bef6b6f
Author: christian mueller <christian.ei.mueller@bmw.de>

    Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager

commit 1b659632bc7fa0c1daa021a2d52da390cedec9a7
Author: christian mueller <christian.ei.mueller@bmw.de>

    * weired git error .. anyway should be ok now

commit ad0c452e9890a35a1b7a6c2e2421e092c5cf2c2d
Author: christian mueller <christian.ei.mueller@bmw.de>

    * 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 <christian.ei.mueller@bmw.de>

    * 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 <christian.ei.mueller@bmw.de>

    * 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 <christian.ei.mueller@bmw.de>

    * routing algorithm improvements
    * routing algorithms first tests

commit af0ba5b505b361679c07899187b7043d867742c3
Author: christian mueller <christian.ei.mueller@bmw.de>

    * finalized Router implementation
    * added new generated ControlSendInterface with router support

commit 4fe50302a695c625d5161b538da771b2c36bd33e
Author: christian mueller <christian.ei.mueller@bmw.de>

    * formatting all the source code with eclipse source code style
    * added used xml to the project

commit 80213f17291e5b58c733de09f06439d71640d2e2
Author: christian mueller <christian.ei.mueller@bmw.de>

    * 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 <christian.ei.mueller@bmw.de>

    * fix for package building with lower cmake versions
    * fix DBus interface to be GLIB tolerant 32bit types

commit 8a99f39f0a5b84230bb6e764950dc674258870e8
Author: christian mueller <christian.ei.mueller@bmw.de>

    * fix build without git

commit 3d458653de2ec50f524b38d33645fd773bcb207f
Author: christian mueller <christian.ei.mueller@bmw.de>

    * fixed compilation without git
    * fixed compilation without tests

commit 23c90675c09d4e2947b5a827a5ebcd5516c0270e
Author: christian mueller <christian.ei.mueller@bmw.de>

    * added package creation based on cpack
    * updated .gitignore

commit a4a4c50ff375d94fa90c13d293b145176f214bf4
Author: christian mueller <christian.ei.mueller@bmw.de>

    * added install and uninstall routines to make

commit 915ae08fa586cfa67559cc94a72ac5787df909ea
Author: christian mueller <christian.ei.mueller@bmw.de>

    * just update changelog

commit 5f02509296864bc5b4b438139a246fb3119802ed
Author: christian mueller <christian.ei.mueller@bmw.de>

    * fixed commandline option p is now recognized
    * fixed bug: loading of routing plugins with version control now works

commit 472d0762b68ce0f2a755b4215515a3e031831495
Author: christian mueller <christian.ei.mueller@bmw.de>

    * 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 <christian.ei.mueller@bmw.de>

    * fixed sockethandler timespec issues

commit d2033f10762c1b39b7755f067cb614228336aec8
Author: christian mueller <christian.ei.mueller@bmw.de>

    changed README, added correct header in files

commit 93d7610b460c6212a3098a3eccb127fd45ada345
Author: christian mueller <christian.ei.mueller@bmw.de>

    *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 <christian.ei.mueller@bmw.de>

    * 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 <christian.ei.mueller@bmw.de>

    * finally, first socket test work

commit cd23bf5e1d2e1d134df91f23ebfd761d770a99db
Author: christian mueller <christian.ei.mueller@bmw.de>

    * fixed no compile bug
    * fixed sockethandler loop

commit 4f74d6e303c58326fe75ee75e1c92cf9263f800d
Author: christian mueller <christian.ei.mueller@bmw.de>

    * rework of buildsystem
    * now everything depends on a toplevel CMakefile
    * cleanup of makefiles and compiler options

commit 4618280b6d777ac7bf3bb5cf5b0ea3f0d9e4b2b7
Author: christian mueller <christian.ei.mueller@bmw.de>

    * 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 <christian.ei.mueller@bmw.de>

    * first version of SocketHandler working with DBus
    * currently Sockethandler test not working

commit f8a41c140abbd1d193ed19f6c2be598adc01292a
Author: christian mueller <christian.ei.mueller@bmw.de>

    * fixed bug in database handler connected to delay calculation

commit 18d1c7ee814993ae3fbee5635650e55472dac587
Author: christian mueller <christian.ei.mueller@bmw.de>

    * first version of the sockethandler with test

commit 1c992fd131eab06ee4f5a7090377031975092aba
Author: Christian Mueller <christian@lmuc329619u.(none)>

    - changed header comment - entered correct licence

commit 2cefc51e7bb2b3810f57e7c340c0c8857de1a05a
Author: Christian Mueller <christian@lmuc329619u.(none)>

    - adds dbus test for command plugin

commit 18b59afe6cda90607ad0b193088000d4f9749a97
Author: Christian Mueller <christian@lmuc329619u.(none)>

    - added comments in XML description
    - fixed bug in Dbus signal sending
    - corrected namespace usage

commit 392d090c63dcb03df8a044abbc6cc84807e341e5
Author: Christian Mueller <christian@lmuc329619u.(none)>

    changes to make controlSender compile & loadable

commit 281cb0d875832bb56c82bad3516fc4021f8be4b0
Author: Christian Mueller <christian@lmuc329619u.(none)>

    added README

commit cad108114630deebde684267d67a5b648479679e
Author: Christian Mueller <christian@lmuc329619u.(none)>

    first release !

commit 68678bed2dc3d4a5849d283bec84a01e2836603f
Author: Christian Mueller <christian@lmuc329619u.(none)>

    update in headers, small things

commit 92c8b837306ff1dcd889f9c075435aec50e9aea3
Author: Christian Mueller <christian@lmuc329619u.(none)>

    .

commit 205595e3d3e6a1d55be3c462ef02c9f828a77feb
Author: Christian Mueller <christian@lmuc329619u.(none)>

    some updates, new tests

commit d85e69bbf6d8ec6e087c7af579686923c76079cd
Author: Christian Mueller <christian@lmuc329619u.(none)>

    Some changes, renaming...

commit 5773404eb801e27179b7c3c7803a990145d6e94a
Author: Christian Mueller <christian@lmuc329619u.(none)>

    total rework

commit 9826492b0066d47cfa9ba68d6efe737cc3c317a3
Author: Christian Mueller <christian@lmuc329619u.(none)>

    update on dbus

commit 2d849dd0b5b1558e92cd0f2cd6dbc556950d631d
Author: Christian Mueller <christian@lmuc329619u.(none)>

    Dbus restructured

commit df88fefdd7df890aaf2a3206483678851cffc5c5
Author: Christian Mueller <christian@lmuc329619u.(none)>

    - first time synchronisation with EA
    - remodelled some interfaces
    - new plugin structure for CommandInterfaces

commit 2feaef3bb5f91af43573155106c73143597bdf3e
Author: Christian Mueller <christian@lmuc329619u.(none)>

    - 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 <christian@lmuc329619u.(none)>

    - next part of getting rid of QT
    - plugin handling for routing plugins work
    - dbus communication works but nof finalized

commit 4bcad418c039cad5690e62ed63e2b4260c12a517
Author: Christian Mueller <christian@lmuc329619u.(none)>

    make it compile on 10.04

commit 4a67d4c668148dd8b0cd9c818ab45c7c6ac9841a
Author: blacky <blacky@kiwi.(none)>

    added layermanager plugin mechanism

commit 6d7c17a9ab1bccbf0bc656c87818338de28f408d
Author: blacky <blacky@kiwi.(none)>

    - 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 <christian.ei.mueller@bmw.de>

    - track StructuralPlugins via list
    - use this list to deinit the plugins upon destructor call of the hookhandler

commit 8329c1baf99ece0e93feda1331e089bc0aced52e
Author: christian mueller <christian.ei.mueller@bmw.de>

    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 <christian.ei.mueller@bmw.de>

    - just typos in AudioManagerCore
    - fixed a bug only updating and showing the first connection
    - change in gitignore

commit 9eb2402884c520a4d7eaa8ce041618bfaa6930b3
Merge: 0108869 5394c6f
Author: blacky <blacky@kiwi.(none)>

    Merge branch 'master' of https://git.genivi.org/srv/git/AudioManager

commit 0108869db26775b5e30028b0956adb2007020a10
Author: blacky <blacky@kiwi.(none)>

    merge due to non empty Repo on genivi git server. Resolving conflics in the READMEFILE

commit 4a32aebe3776323c176e0fe57298c1220ecc6d2c
Author: blacky <blacky@kiwi.(none)>

    small change on CMakelist in player gui

commit 9d723d9b3918d8c9227b806aa9f016699e234a15
Merge: d61f9cb e6ad5d8
Author: Simon Brandner <simon.brandner@partner.bmw.de>

    Merge branch 'master' of 10.250.89.137:audiomangenivi

commit e6ad5d883663688d0e36e9d506aa9a1f1190c47f
Author: christian mueller <christian.ei.mueller@bmw.de>

    changed daemon directory name
    changed absolute path for doxygen to relative path

commit d61f9cbeeb25c02d73fc99170b1bdf0cc802002f
Author: Simon Brandner <simon.brandner@partner.bmw.de>

    listInterrruptedSources -> listInterruptedSources

commit fa4da60f971f55bafe157da87ae9d3bce07389b0
Author: Simon Brandner <simon.brandner@partner.bmw.de>

    corrected speeling of sourceID

commit 246e009c14ccec699d9fbb92fde61bba5ebb8221
Author: Simon Brandner <simon.brandner@partner.bmw.de>

    corrected spelling error in README file

commit 02acf3cebd9ec61193f63415590929ef40c504c1
Author: blacky <blacky@kiwi.(none)>

    update & cleanup

commit 4a33862456def70049364761b2035a536b3c5881
Author: blacky <blacky@kiwi.(none)>

    Initial submission

commit 5394c6fa5bf40d9bc8619026cbc4c306211a8499
Author: Jeremiah C. Foster <jeremiah.foster@pelagicore.com>

    Initial import of TEMPLATE.git dir.