-
Notifications
You must be signed in to change notification settings - Fork 11
/
ChangeLog
570 lines (389 loc) · 18 KB
/
ChangeLog
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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
commit 31d972db1acc7d4366ca4f444cf0a0e269c54b2c
Author: Andreas Shimokawa <andi@directfb.org>
Date: Fri Jul 5 16:56:59 2013 +0200
update copyright headers
commit fc92cf61051d3fd091602da67af7f9fff8f9fc1c
Merge: 9062937 d3086b8
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Tue May 21 01:53:45 2013 +0200
Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/flux
commit 90629372ff74dc17f8aa76734c37883825c418dd
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Tue May 21 01:53:14 2013 +0200
fluxcomp: add note to generated file that the file was generated by flux
commit d3086b8e39aaddd5302de6ce16cdc300ffd3ac75
Author: Andreas Shimokawa <andi@directfb.org>
Date: Mon Apr 15 18:28:32 2013 +0200
change version to 1.4.4
commit 6056f2a94acb380b34f637fb98b1434d5f82b2b5
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Fri Apr 12 11:14:28 2013 +0200
fluxcomp: Add option --dispatch-error-abort to add D_BREAK when object lookup fails.
commit ade35ab9a8dfc95cb7c7f97b0d2f25612f119a98
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Fri Apr 12 06:38:49 2013 +0200
fluxcomp: Allow core to be set in flux file.
commit 34521ce0550389138656bdc11a3203c69c2566b0
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Fri Feb 22 12:15:44 2013 +0100
flux: Connect entities with their parent in parser, print method name when lookup fails.
commit 1a07adc13b12b0068413ecb37320c50ec267ea54
Author: Marek Pikarski <mass@directfb.org>
Date: Fri Feb 15 16:00:48 2013 +0100
flux: add forgotten sizeof of local struct for call message preparation
commit 643f61087bb464d9b168373fde3dbfeb44212d1b
Author: Marek Pikarski <mass@directfb.org>
Date: Wed Feb 13 18:00:38 2013 +0100
flux: fix computation of records written to fusion call message
commit 6705477e78b869c3790aa71a66a33ff6d272d18c
Merge: b913e87 e904b3c
Author: Marek Pikarski <mass@directfb.org>
Date: Wed Feb 13 15:21:50 2013 +0100
Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/flux
commit b913e87b4e6905be0dc22140bfe800a35d0247bb
Author: Marek Pikarski <mass@directfb.org>
Date: Wed Feb 13 15:18:54 2013 +0100
flux: support "split" of arrays i.e. support a hint parameter gives to method arguments in .flux files.
Enables i.e. to call FillRectangles(..., num=100000) without errors, and all 100000 rects are split into n FusionMessages each fitting into a FusionCallMessage buffer without causing an overflow.
commit e904b3cfd667f3d1c7506d942e78c8626ef47e25
Author: Andreas Shimokawa <andi@directfb.org>
Date: Wed Feb 13 11:25:05 2013 +0100
fix c mode
commit a85ab71c422d23af3cdd4261acdfe07160efe170
Author: Andreas Shimokawa <andi@directfb.org>
Date: Fri Jan 18 15:05:31 2013 +0100
update changelog
commit d10258fc92eece837491ce9afe86aed44a42e0d6
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Fri Jan 11 22:45:50 2013 +0100
flux: add 'buffer' property to methods (valid when async+queue also set)
Methods being marked with 'buffer' set to 'yes' will not cause an individual
fusion call. Instead all buffered methods are appending to a local buffer that
is "sent" to the master object via one fusion call (using num -1).
This reduces overhead in libfusion and fusion.ko when lots of buffered calls
are made, e.g. via CoreGraphicsState for rendering.
commit e698ce0dbeda86e95ff49e8628c4eb8a8d522fee
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Jan 10 18:44:33 2013 +0100
flux 1.4.3
commit 52d5e1be77f64440653213d8f556e1809c6cf71c
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Thu Jan 10 14:55:06 2013 +0100
flux: fix leak introduced by error propagation on Dec 15th 2012
commit 2d142a3f293de3c48108f8b370664655aacf8012
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Thu Jan 3 03:29:29 2013 +0100
flux: Return result from calls that fail on server side.
commit 4be3c6791b37fd3223d312db6cd8557e34bd286a
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Jan 2 02:07:47 2013 +0100
flux: Add default for --static-args-bytes to help.
commit 83ad7900762adf86e0cfca76280a64e2f310bc5a
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Jan 2 02:05:03 2013 +0100
flux: Add missing '<filename>' to help.
commit 98d388f4937edd68edeb95901ad1c3dc399d337f
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Jan 2 02:03:53 2013 +0100
flux: Add description of options in help.
commit eeb59615b38fc5aaf3e84edbeafc2df3b56290d0
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Dec 15 17:10:47 2012 +0100
flux: return errors from calls
commit 080f970b6ac98f0f824a7ee8ae8aed0e1aa2d665
Author: Marek Pikarski <mass@directfb.org>
Date: Mon Oct 22 13:38:02 2012 +0200
flux: fix potential memleak
commit afdd61798313a84f0a0700731e41d81ce2144855
Author: Marek Pikarski <mass@directfb.org>
Date: Thu Oct 11 16:59:58 2012 +0200
flux: use direct macros instead of direct functions (fixes rare compilation issues)
commit d22c6931e0336c06e6b34ad249513702d40f38bc
Merge: df0a8e4 8fd3efc
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon Oct 8 20:36:21 2012 +0200
Merge branch 'master' of git+ssh://git.directfb.org/git/directfb/core/flux
commit df0a8e407e13229e2722e7a8f4a3fb8629017c89
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon Oct 8 20:35:23 2012 +0200
flux: allow strings for --static-args-bytes option (1.4.2)
commit 8fd3efc945d5370e76dbd97f904dd3888840fea1
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 20 16:18:24 2012 +0200
update changelog
commit 65e576eef6a624ea399e2b6a77313c97d6a6a61a
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 20 16:16:48 2012 +0200
version 1.4.2
commit 43a7f399ddc43212cac2e8e2cb8f74c1cc886467
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Sep 15 16:02:17 2012 +0200
flux: Remove alloca() usage. Add --static-args-bytes= argument. Use direct_malloc/free() for bigger blocks.
commit bdcb3c60acd682ce6f803da0820b30915a5d9fc4
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Thu Jun 14 18:17:23 2012 +0200
update ChangeLog
commit 5c2dd79d43ad6027a870b358869d4dc519e76f34
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Jun 6 23:30:52 2012 +0200
version: 1.4.1
commit 16d588254e54b457843a6fba5064784ec0548acb
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Jun 6 23:29:20 2012 +0200
flux: Handle multiple variable length output arrays properly.
commit 96abe92e94b658b081afa8747a006ba681e7a599
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon Jun 4 22:10:15 2012 +0200
Flux: Fix multiple output array code.
commit 2e427e334cdf8efbd8b32bc3b74606e5ad42b287
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed May 23 22:57:14 2012 +0200
fluxcomp: Add --object-ptrs option to add object pointers used to return objects.
In addition to the object id, the master directly returns the shared memory address
of the object. That way the slave does not need to lookup the object in the pool and
we can convert all object pool skirmishs to mutexes!
commit 8d59f18314b65422c2e28b1031d160994ad70ca6
Author: Andreas Shimokawa <andi@directfb.org>
Date: Tue May 22 18:17:19 2012 +0200
update changelog
commit 38e47f9e4be7ae2bcf368921c9c5d453f6f087d4
Author: Andreas Shimokawa <andi@directfb.org>
Date: Tue May 22 18:16:25 2012 +0200
flux: increase version to 1.3.0
commit 2298fa4698b81f58b1f180840a1091b63bfbe932
Author: Andreas Shimokawa <andi@directfb.org>
Date: Tue May 22 15:50:34 2012 +0200
fluxcomp: add option -V / --version-code to output a version code to stdout
version code is MAJOR*1000000+MINOR*1000+MICRO
commit bf4e2ea9b536b68f65e48c22728048627905793d
Author: Andreas Shimokawa <andi@directfb.org>
Date: Mon May 21 16:10:02 2012 +0200
fluxcomp: support optional output parameters
commit e5e84a89e5a981c981ea96778b68492d2ae0dd03
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Thu Apr 5 12:48:35 2012 +0200
flux: fix missing semicolon
commit de1fd95b8588e38979da0cbef4f5ad9acf07efdc
Author: Andreas Shimokawa <andi@directfb.org>
Date: Wed Apr 4 14:57:06 2012 +0200
fluxcomp: compile fix
commit 01b96ee4bbbe0ca404e2848e3942cfde6313d247
Author: Andreas Shimokawa <andi@directfb.org>
Date: Wed Apr 4 14:56:23 2012 +0200
generate Core_PopCalling() and Core_PushCalling() calls
commit e795734fb28a707a21fdca85bb8c9a52c6ee1f0a
Author: Andreas Shimokawa <andi@directfb.org>
Date: Tue Apr 3 14:04:24 2012 +0200
fluxcomp: prepare for DirectFB-1.6 and DirectFB 1.4.17
The generated code now uses CoreDFB_CallMode() to determinate if calls should be direct, indirect or denied
commit 01cd3b0f3d8ec1cf16fdd9e3cc35e535044c4c11
Author: Andreas Shimokawa <andi@directfb.org>
Date: Tue Mar 20 15:51:37 2012 +0100
update ChangeLog
commit 6e369b8690574d473b2b5a6db92cadc3041d7918
Author: Andreas Shimokawa <andi@directfb.org>
Date: Tue Mar 20 14:39:06 2012 +0100
fluxcomp: increase version to 1.2.0
commit c0a5e9a3d9f2858ad9579c315bc49312e2e39bcd
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sun Nov 13 13:33:01 2011 +0100
Flux: Add property "queue" to methods, used with "async" it makes usage of FCEF_QUEUE.
commit 4b0dc49ac6717c0fce0b07eece53b414d88ca33a
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sun Nov 13 10:41:45 2011 +0100
flux: Fix generated debug code for optional arguments.
commit 860bd89b68a25de603fa4e8439018799404b2521
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sun Oct 23 02:46:56 2011 +0200
Flux: Don't print errors in requestor functions that are not on flux/fusion layer.
commit 800e0e8475e6bcbd765fdcdbfb7314844cc1a22a
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sun Oct 23 02:39:49 2011 +0200
Flux: Add simple input argument logging code generation.
commit ed1df2d3a6c7bb523fb941f929ee3bd054bf075d
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Oct 22 23:09:02 2011 +0200
Flux: Allow usage of input argument for 'count' of an output argument.
commit a9ce29b2b2e6a858c3a8998bb1d1482021c6c548
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Oct 22 16:20:38 2011 +0200
Flux: Don't add direct shortcut calls when dispatch is different from object type.
commit 3211a95544091244ce9866284d066fba1924c1a3
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Oct 12 19:54:10 2011 +0200
Flux: Option --no-direct to drop shortcuts, 'dispatch' object property for interfaces
With 'object' the local and remote object is defined, e.g. CoreWindow,
but for non-shared objects, the 'dispatch' property changes the object
on dispatcher side.
commit edb991c0f6840e6b025e49925bbcf4e62a76c52f
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Oct 8 23:02:38 2011 +0200
Flux: Fix Method::ArgumentsOutputObjectCatch() as well
commit d6d502ed59cfbc2df855339b6122effc9a61e70e
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Oct 8 22:02:47 2011 +0200
Flux: Fix Method::ArgumentsSizeReturn() from previous commit.
commit c8d6c78553e9ad70d1b0764fcff5e0970a6020ba
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Oct 8 21:18:28 2011 +0200
Flux: Implement variable length array output args with new 'max' specifier.
commit d7b4d522546f5675f568dd011122e727febc82aa
Author: Andreas Shimokawa <andi@directfb.org>
Date: Mon Sep 26 18:17:25 2011 +0200
change version to 1.1.0
commit 66ae11e60bd1ae2ad75204e5e1a76a78ebf6a3b8
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Sep 24 13:04:04 2011 +0200
Flux: Add Core_Push/PopIdentity() calls when parameter "-i" is used.
Move options and parsing into new FluxConfig object.
commit eaa11776b07720d665f8d54c9eb1f6ba834c759c
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 22 16:56:51 2011 +0200
flux: build with libdirect if available
commit 9b73c276557eeff2ec7182fdd3e970cee6255a5a
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 22 15:51:30 2011 +0200
flux: add changelog
commit 6588579c368b85a91032ea3dcef7712f0632686e
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 22 15:46:00 2011 +0200
flux: add autofoo stuff
commit 8c97bdb4020539c90e632c1cf07a8005d5aeeb5f
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 22 15:45:48 2011 +0200
flux: make libdirect optional
commit c61d2180ea469aa2c6d14c39277b9b10d777c03f
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 22 15:17:26 2011 +0200
rename flux->src
commit 2623d3516003e90cb0b24e2c9776ce763edab716
Author: Andreas Shimokawa <andi@directfb.org>
Date: Tue Sep 20 13:00:50 2011 +0200
flux: remove workaround for c-mode (dummy data for fusion_call_execute3)
Requires new linux-fusion
commit 78899458988ab47ed805402db172022c722ab145
Author: Andreas Shimokawa <andi@directfb.org>
Date: Mon Sep 19 18:55:44 2011 +0200
core: remove Dispatch class, use functions instead (even in C++ mode)
This patch also adds _Deinit_Dispatch() calls which were missing before (fixes leaks)
commit d244d2640cc3d73850dc0a431ca9fd3c12a43331
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 15 14:24:45 2011 +0200
flux: added option --include-prefix= to fix build of external projects(e.g sawman)
commit 7cd5d0ffbe22ad33ff5066f1b725d1fa4cffd722
Author: Andreas Shimokawa <andi@directfb.org>
Date: Wed Sep 14 14:58:25 2011 +0200
build: fix out-of-tree builds
commit 7c1ec2586048dff0f8a6e357605461019d619b73
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 8 18:37:44 2011 +0200
fluxcomp: added semicolon to fix warning in generated C code
commit aa272a05bb7203770f6069933ca3002073a44aae
Author: Andreas Shimokawa <andi@directfb.org>
Date: Thu Sep 8 18:21:38 2011 +0200
fluxcomp: added C mode for generation C instead of C++
commit 6273735d7c2fce16f578ab52da9a829e9b430498
Author: Andreas Shimokawa <andi@directfb.org>
Date: Mon Sep 5 16:19:32 2011 +0200
build: set CXX=g++ for fluxcomp, to avoid the cross compiler from being used
commit b4c8915ed373877c1b6b9b18b6195fd8aa148442
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Fri Jul 29 14:44:30 2011 +0200
Flux: Generate TypeName_GetID( ptr ) instead of ptr->object.id.
commit 362367383001b932886301301275920721b2c086
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Jul 6 12:50:55 2011 +0200
Flux: Check fusion_config->secure_fusion to use real interface in slaves as well when false.
commit 6368c4c1ae4c39d7e67473c91660938aa96e46f2
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Wed Jul 6 11:30:11 2011 +0200
Flux: Added TODO for types/structs.
commit c337d30d2652c55f32e1203bea9ff036ba16fb01
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Sat Jul 2 09:06:56 2011 +0200
Flux: Implement async calls, comments, reference passing, int/enum array input, optional arrays
commit d5ce4f9fc45ed30865de996f93702bddbc2a5334
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Tue Jun 21 19:35:22 2011 +0200
Flux: Fix optional object passing
commit 005e354fceec235edd9105b00565dc5dd918bd64
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Tue Jun 21 18:12:37 2011 +0200
Flux: Implement 'optional' flag, e.g. for FlipUpdate() with NULL region
commit db7255265b1c9b5af02fc1b94fe6f7097774a918
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon Jun 20 22:05:57 2011 +0200
Flux: Implement variable sized array arguments, e.g. BatchBlit(rects,points,num)
commit 30ea240d8e2b8a48526519575326ceef45886f7b
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon May 16 21:51:24 2011 +0200
Flux: On successful dispatch of a request, copy inout arguments from request to return structure.
commit 01bc50a5a66706133422651084b0e81569304fce
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon May 16 21:39:10 2011 +0200
Flux: Add TODO file
- Generate stub real implementation optionally in a serate file.
- Generate proper cleanup code in case of multiple object lookups etc.
commit 9ee53d9f4b115b48ae41ab97caa36e9c05c62150
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon May 16 21:28:01 2011 +0200
Flux: Few fixes for return values (struct,enums...) and inout arguments.
commit 93663bad789f002a24be564affbcda530d55f10d
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon May 16 18:38:54 2011 +0200
Core: Use Flux to generate all code for hiding FusionCalls behind local/proxy interfaces.
This is limited to CoreDFB and CoreWindow at the moment.
The Flux compiler generates .cpp and .h containing abstract interface definition
and two implementations, one generated 'requestor' implementation making FusionCalls
and one 'real' implementation only being declared, implemented manually in _real.cpp file.
Next to these there's code generated to dispatch incoming FusionCalls to the real
implementation.
A C wrapper is also generated for minimizing code changes outside of new files, but the
new C++ API will be used in 1.6 branch, when Secure Fusion has stabilized in 1.5 branch.
commit e61ba7b5ef17f28ba2741df997638432547deea3
Author: Denis Oliver Kropp <dok@directfb.org>
Date: Mon May 16 18:31:09 2011 +0200
Flux: Introduce new language for interfaces, with parser/code generator.
Input looks like this:
interface {
name IWindow
version 1.0
object CoreWindow
method {
name Repaint
arg {
name left
direction input
type struct
typename DFBRegion
}
arg {
name right
direction input
type struct
typename DFBRegion
}
arg {
name flags
direction input
type enum
typename DFBSurfaceFlipFlags
}
}
method {
name Restack
arg {
name relative
direction input
type object
typename CoreWindow
optional yes
}
arg {
name relation
direction input
type int
typename int
}
}
...