]> git.donarmstrong.com Git - lilypond.git/blob - flower/TODO
release: 0.1.22
[lilypond.git] / flower / TODO
1
2         * write a decent Dictionary
3         - write a String_hash template
4         - write a Pointer_hash template
5
6         * Array::slice() upper too
7
8         * fix ambiguous String constructor overloads, e.g.:
9           String( int ) and String( char ), use 
10         
11         class String { 
12                 explicit String(int);
13         }
14
15         * Automake, libtool
16
17         * version numbering for shared lib.
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 --