[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.14,1.15
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-06-16 08:29:15
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24230 Modified Files: todo.csv Log Message: remove reliance on try/catch in program logic for distinguishing Enumerations from Objects Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** todo.csv 15 Jun 2006 19:19:06 -0000 1.14 --- todo.csv 16 Jun 2006 08:29:11 -0000 1.15 *************** *** 5,13 **** "OH","Design"," permanent objects objects which aren't deleted by ohDeleteObject()/ohDeleteAllObjects()/ohCallGC()","in progress",2,, "QLA","General Support","getReference/OH_GET_OBJECT/OH_GET_REFERENCE vs getObject/EXPORT_UNDERLYING_OBJECT","done",3,09/06/2006,"consolidate code for returning object references" ! "QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public interface for Calendar, DayCounter","done",1,,"represent stateful objects as singletons rather than Enumerations?" ,,,,,, "QLA","Design","revise code for Interpolation, and allow user to provide an enumeration indicating the desired class",,0,, "QLA","Design","yieldTermStructure user supplies two Enumerations - autogenerate nested select to instantiate indicated template",,0,, ! "QLA","Design","support for QuantLib::Handle give Excel user the ability to create a Handle and relink it as required","done",0,,"need to add support for creation of empty QuantLib::Handle" "QLA","Design","use ""objectID"" instead of ""handle"" required to avoid confusion with QuantLib::Handle","in progress",1,,"use id instead of instance name ???" "OH","Design","if user supplies objectID stub he must ensure it's unique / link objectID stub to calling cell (?)","done",1,05/31/2006, --- 5,13 ---- "OH","Design"," permanent objects objects which aren't deleted by ohDeleteObject()/ohDeleteAllObjects()/ohCallGC()","in progress",2,, "QLA","General Support","getReference/OH_GET_OBJECT/OH_GET_REFERENCE vs getObject/EXPORT_UNDERLYING_OBJECT","done",3,09/06/2006,"consolidate code for returning object references" ! "QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public interface for Calendar, DayCounter","done",1,12/06/2006,"represent stateful objects as singletons rather than Enumerations?" ,,,,,, "QLA","Design","revise code for Interpolation, and allow user to provide an enumeration indicating the desired class",,0,, "QLA","Design","yieldTermStructure user supplies two Enumerations - autogenerate nested select to instantiate indicated template",,0,, ! "QLA","Design","support for QuantLib::Handle give Excel user the ability to create a Handle and relink it as required","done",0,"15/06/2006","need to add support for creation of empty QuantLib::Handle" "QLA","Design","use ""objectID"" instead of ""handle"" required to avoid confusion with QuantLib::Handle","in progress",1,,"use id instead of instance name ???" "OH","Design","if user supplies objectID stub he must ensure it's unique / link objectID stub to calling cell (?)","done",1,05/31/2006, *************** *** 18,26 **** ,,"YC bootstrap fails if workbook RateHelpers.xls is open",,,, ,,"raise exception if trigger parameter has value of #ERR!/#NULL!",,,, ! ,,"in autogenerated code - suppress call to objectPointer->setPermanent() if input parameter permanent is FALSE",,,, ! ,,"don't rely on try/catch to control processing flow for deriving Enumerations (in templates in qla/conversions.hpp)",,,, ,,"calculate memory usage of repository",,,, ,,"count the number of functions available in the addin",,,, ,,"add VC8 makefile to generate .chm documentation from metadata",,,, ,,,,,, "OH","Design","""reflection"" - support member functions dynamically",,3,, --- 18,27 ---- ,,"YC bootstrap fails if workbook RateHelpers.xls is open",,,, ,,"raise exception if trigger parameter has value of #ERR!/#NULL!",,,, ! ,,"in autogenerated code - suppress call to objectPointer->setPermanent() if input parameter permanent is FALSE","done",,"15/06/2006", ! ,,"don't rely on try/catch to control processing flow for deriving Enumerations (in templates in qla/conversions.hpp)","done",,"16/06/2006", ,,"calculate memory usage of repository",,,, ,,"count the number of functions available in the addin",,,, ,,"add VC8 makefile to generate .chm documentation from metadata",,,, + ,,"add facility to query the most recent error message",,,, ,,,,,, "OH","Design","""reflection"" - support member functions dynamically",,3,, |