[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.4,1.5
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-05-25 09:45:37
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv23820 Modified Files: todo.csv Log Message: Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** todo.csv 24 May 2006 16:04:20 -0000 1.4 --- todo.csv 25 May 2006 09:45:33 -0000 1.5 *************** *** 3,11 **** "OH","Design","add support for permanent objects objects which aren't deconstructed/reconstructed unless their inputs (VOs) change",,2,,"????" "OH","Design","""singleton"" object - static inputs & handle - load from VO? - lazy instantiation?",,2,,"implement as extension of Enumeration Registry?" "OH","Design","""reflection"" - support member functions dynamically",,3,, "OH","Design","update design doc",,3,, "OH","Design","allow objects to be grouped",,3,, "OH","Functions","ohPack() - resolve flags and values",,1,, - "OH","Functions","ohListInstanceNames() is broken in utilities.xls?",,1,, "QLA","Design","detect if calling range is row-wise / column-wise - format return vector accordingly",,1,, "QLA","Design","#include fewer headers to speed compilation",,2,, --- 3,14 ---- "OH","Design","add support for permanent objects objects which aren't deconstructed/reconstructed unless their inputs (VOs) change",,2,,"????" "OH","Design","""singleton"" object - static inputs & handle - load from VO? - lazy instantiation?",,2,,"implement as extension of Enumeration Registry?" + "OH","Functions","ohListInstanceNames() is broken in utilities.xls?","done",1,,"looks OK now?" + "QLA","Xibor","automatically load EURIBOR etc. at startup from VOs (""singleton objects"")",,2,,"see ObjectHandler" + "QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public Calendar interface",,1,, + ,,,,,, "OH","Design","""reflection"" - support member functions dynamically",,3,, "OH","Design","update design doc",,3,, "OH","Design","allow objects to be grouped",,3,, "OH","Functions","ohPack() - resolve flags and values",,1,, "QLA","Design","detect if calling range is row-wise / column-wise - format return vector accordingly",,1,, "QLA","Design","#include fewer headers to speed compilation",,2,, *************** *** 18,22 **** "QLA","Docs","provide more descriptive explanations of input/output parameters",,2,, "QLA","Docs","examples in Technical Documentation relate to Functional",,,,"?" - "QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public Calendar interface",,1,, "QLA","Enumerations","is Convention an enumeration?",,2,, "QLA","Enumerations","add support for description e.g. Nullcalendar, DayCounter::NoFrequency, DayCounter::Simple",,2,, --- 21,24 ---- *************** *** 40,44 **** "QLA","VBA framework","menu options to load/unload XLL implement as toggle",,,, "QLA","Xibor","get/set fixing for given date",,2,,"?" - "QLA","Xibor","automatically load EURIBOR etc. at startup from VOs (""singleton objects"")",,2,,"see ObjectHandler" ,,,,,, "OH","Design","class FunctionCall - streamline initialization - ""xltypeUninitialized""","done",,01/05/2006, --- 42,45 ---- |