]> git.donarmstrong.com Git - lilypond.git/blob - flower/TODO
release: 0.1.45
[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         * LGPL?
20
21         * disable this auto conv: const pointer -> bool -> string
22
23         * Pointer_array
24
25         * PCursor -> Pointer_cursor / PointerCursor ?
26
27         * efficient copy cons for List
28
29         * extend Interval
30
31         * use template handle in handle.hh for strings?
32
33         * move towards gnu or STL?
34
35                 parsestream.h
36                 vector.h
37
38         * lgetopt: cmd -, or cmd --