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