X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2FTODO;h=6229ff65fb9bf51eb5e8a40f60f87483280654a9;hb=1aef1ec4692de9e18faf0811a3a6d20f15dcf840;hp=169a0525e6957791433e404bf8d56c494cb2fc3a;hpb=48bdd9154a32245a075494b403639181615864e2;p=lilypond.git diff --git a/flower/TODO b/flower/TODO index 169a0525e6..6229ff65fb 100644 --- a/flower/TODO +++ b/flower/TODO @@ -1,13 +1,20 @@ - * write a String_hash template - * write a Pointer_hash template - * fix/junk ambiguous String constructor overloads, e.g.: - String( int ) and String( char ) + * Unicode support in strings - * version numbering for shared lib. + * write a decent Dictionary + - write a Pointer_hash template - * LGPL? + * Array::slice() upper too + + * fix ambiguous String constructor overloads, e.g.: + String( int ) and String( char ), use + + class String { + explicit String(int); + } + + * Automake, libtool * disable this auto conv: const pointer -> bool -> string