]> git.donarmstrong.com Git - lilypond.git/blob - flower/TODO
release: 0.1.42
[lilypond.git] / flower / TODO
1
2
3         * Unicode support in strings
4
5         * write a decent Dictionary
6         - write a Pointer_hash template
7
8         * Array::slice() upper too
9
10         * fix ambiguous String constructor overloads, e.g.:
11           String( int ) and String( char ), use 
12         
13         class String { 
14                 explicit String(int);
15         }
16
17         * Automake, libtool
18
19         * version numbering for shared lib.
20
21         * LGPL?
22
23         * disable this auto conv: const pointer -> bool -> string
24
25         * Pointer_array
26
27         * PCursor -> Pointer_cursor / PointerCursor ?
28
29         * efficient copy cons for List
30
31         * extend Interval
32
33         * use template handle in handle.hh for strings?
34
35         * move towards gnu or STL?
36
37                 parsestream.h
38                 vector.h
39
40         * lgetopt: cmd -, or cmd --