-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
32 lines (18 loc) · 842 Bytes
/
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
What is missing for 3.0
-----------------------
Define TCL procedures to add services, parameters, maybe tasks, maybe
components.
Create tcl procedure to retrieve a component, service, task, ... by name (or
pattern, like [dotgen types]).
Document tcl object procedures
Write introduction in documentation
Write component model in documentation
Write genom overview in documentation
Write minimal example in documentation
Document remaining grammar rules in documentation
Refine C++ mappings for bounded types (extend the genom classes).
In particular: add operator[] for sequences.
Improve documentation index
Add the 'scheduling' attribute for tasks.
Rethink the buildenv stuff and how to build codels, add cmake support.
Add more 'standard' template options, like -C, -f(orce)/-p(reserve) etc.