X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=flower%2FTODO;h=5586845c9920bb6872d9f6f75dcc044257d5ce33;hb=615a9212789c2cb2994748c023d0e19f3a83a0fd;hp=3e10b2b3af89a4d474951cd0926c165cba44f844;hpb=79511c44a27908a1beaed25bbcac8d95a8a6b7c8;p=lilypond.git diff --git a/flower/TODO b/flower/TODO index 3e10b2b3af..5586845c99 100644 --- a/flower/TODO +++ b/flower/TODO @@ -1,11 +1,26 @@ - * fix/junk ambiguous String constructor overloads, e.g.: - String( int ) and String( char ) + + + * Unicode support in strings + + * write a decent Dictionary + - write a Pointer_hash template + + * Array::slice() upper too + + * fix ambiguous String constructor overloads, e.g.: + String( int ) and String( char ), use + + class String { + explicit String(int); + } + + * Automake, libtool * LGPL? * disable this auto conv: const pointer -> bool -> string - * PointerVec ? + * Pointer_array * PCursor -> Pointer_cursor / PointerCursor ? @@ -13,7 +28,7 @@ * extend Interval - * use template handle in handle.hh for strings. + * use template handle in handle.hh for strings? * move towards gnu or STL?