-
Notifications
You must be signed in to change notification settings - Fork 6
/
TODO
57 lines (42 loc) · 1.13 KB
/
TODO
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
BUGS
====
- core methods are generated automatically. There are methods generating
invalid convert-syntax (e.g. resize()).
- cannot integrate api-doc into forrest-doc due to a out-of-memory
condition
- probably some wrong or missing interface-definitions
TODO/WISHLIST
=============
- bin/mk-im4java
* fix method-signature for argc > 0 ???
- test chaining of commands
* try deadlock linux:
sync1: ok
sync2: ok
* try deadlock windows:
sync1:
sync2:
* errorhandling linux:
sync1 + op1-error: ok
sync1 + op2-error: ok
sync2 + op1-error: ok
sync2 + op2-error: ok
* errorhandling windows:
sync1 + op1-error: ok
sync1 + op2-error: ok
sync2 + op1-error: ok
sync2 + op2-error: ok
* write section in dev-guide
* fix run/start-error
- add ant support
- documentation
* document contrib-directory
* docs/new-tools.xml
* docs/howtos.xml
- update description of new-tools howto
------------------------------------------------
- define and implement benchmark-scenarios
- add im4java to a maven repo
- validate IM and GM interfaces
- Pipe
* add method setBufferSize()