[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.9,1.10
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-06-01 18:42:18
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv6454 Modified Files: todo.csv Log Message: add support for calls to member functions of enumerations Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** todo.csv 1 Jun 2006 10:35:57 -0000 1.9 --- todo.csv 1 Jun 2006 18:42:11 -0000 1.10 *************** *** 1,12 **** "project","subproject","task","status","priority","comp date","comment" ! "OH","Design","if user supplies handle stub he must ensure it's unique / link handle stub to calling cell (?)","done",1,05/31/2006, ! "QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public interface for Calendar, DayCounter","in progress",1,, "QLA","Design","revise code for Interpolation, and allow user to provide an enumeration indicating the desired class",,1,, "QLA","Design","yieldTermStructure user supplies two Enumerations - autogenerate nested select to instantiate indicated template",,1,, "QLA","Design","support for QuantLib::Handle give Excel user the ability to create a Handle and relink it as required",,1,, - "QLA","Design","use ""instanceName"" instead of ""handle"" required to avoid confusion with QuantLib::Handle","in progress",1,, "QLA","Design","implement XIBOR etc as Enumerations expose their public interface QL changes required",,1,, "OH","Design","""singleton"" object - static inputs & handle - load from VO? - lazy instantiation?","in progress",2,,"implement as extension of Enumeration Registry?" "OH","Design","add support for permanent objects objects which aren't deconstructed/reconstructed unless their inputs (VOs) change","in progress",2,, ,,,,,, "OH","Design","""reflection"" - support member functions dynamically",,3,, --- 1,13 ---- "project","subproject","task","status","priority","comp date","comment" ! ,,,,,, "QLA","Design","revise code for Interpolation, and allow user to provide an enumeration indicating the desired class",,1,, "QLA","Design","yieldTermStructure user supplies two Enumerations - autogenerate nested select to instantiate indicated template",,1,, "QLA","Design","support for QuantLib::Handle give Excel user the ability to create a Handle and relink it as required",,1,, "QLA","Design","implement XIBOR etc as Enumerations expose their public interface QL changes required",,1,, + "QLA","Design","use ""instanceName"" instead of ""handle"" required to avoid confusion with QuantLib::Handle","in progress",1,, "OH","Design","""singleton"" object - static inputs & handle - load from VO? - lazy instantiation?","in progress",2,,"implement as extension of Enumeration Registry?" "OH","Design","add support for permanent objects objects which aren't deconstructed/reconstructed unless their inputs (VOs) change","in progress",2,, + "QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public interface for Calendar, DayCounter","done",1,, + "OH","Design","if user supplies handle stub he must ensure it's unique / link handle stub to calling cell (?)","done",1,05/31/2006, ,,,,,, "OH","Design","""reflection"" - support member functions dynamically",,3,, *************** *** 30,34 **** "QLA","Enumerations","take enumeration description from metadata",,,, "QLA","Excel binding","categorize function names in Excel Function Wizard","on hold",2,"20/04/2006","conflict with Adfin addin" ! "QLA","Excel binding","srcgen function metadata ""noWizardRecalc"" to suppress recalc under Excel Function Wizard",,2,,"also required for ctors otherwise GC breaks" "QLA","Functions","port old QLXL functionality into new QLXL",,2,, "QLA","Functions","qlGetFixLeg() to provide column headers in output",,3,, --- 31,35 ---- "QLA","Enumerations","take enumeration description from metadata",,,, "QLA","Excel binding","categorize function names in Excel Function Wizard","on hold",2,"20/04/2006","conflict with Adfin addin" ! "QLA","Excel binding","gensrc function metadata ""noWizardRecalc"" to suppress recalc under Excel Function Wizard",,2,,"also required for ctors otherwise GC breaks" "QLA","Functions","port old QLXL functionality into new QLXL",,2,, "QLA","Functions","qlGetFixLeg() to provide column headers in output",,3,, *************** *** 36,41 **** "QLA","General Support","C++ examples - add VOs, NPV calculations",,3,, "QLA","General Support","EXPORT_QL_OBJECT macro not fully polymorphic",,3,, ! "QLA","srcgen","extend rule.py to support conversion of Guile datatypes",,3,, ! "QLA","srcgen","Provide schema for XML",,3,, "QLA","ValueObjects","dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,3,, "QLA","VBA framework","design for real-time live feed",,2,, --- 37,43 ---- "QLA","General Support","C++ examples - add VOs, NPV calculations",,3,, "QLA","General Support","EXPORT_QL_OBJECT macro not fully polymorphic",,3,, ! "QLA","gensrc","replace Serializer class with Reader class since we will never DeSerialize anything",,3,, ! "QLA","gensrc","extend rule.py to support conversion of Guile datatypes",,3,, ! "QLA","gensrc","Provide schema for XML",,3,, "QLA","ValueObjects","dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,3,, "QLA","VBA framework","design for real-time live feed",,2,, *************** *** 63,67 **** "QLA","Design","check whether catch(...) catches unhandled exceptions from QL e.g. negative timesteps","cancelled",,01/05/2006,"it doesn't" "QLA","Design","in session.cpp replace bespoke parsing with boost::regex","done",3,05/08/2006, ! "QLA","Design","srcgen flag ""ignoreError"" (default T) invoke function even if some inputs invalid e.g. qlMidEquivalent()","done",1,"28/04/2006","always ignore errors (no flag)" "QLA","Design","move all Create<>s from qla/*.?pp into autogenerated addin code","done",,"23/05/2006", "QLA","Design","move Procedure functions to QuantLibFunctions","done",1,"30/04/2006","this change will probably be reversed" --- 65,69 ---- "QLA","Design","check whether catch(...) catches unhandled exceptions from QL e.g. negative timesteps","cancelled",,01/05/2006,"it doesn't" "QLA","Design","in session.cpp replace bespoke parsing with boost::regex","done",3,05/08/2006, ! "QLA","Design","gensrc flag ""ignoreError"" (default T) invoke function even if some inputs invalid e.g. qlMidEquivalent()","done",1,"28/04/2006","always ignore errors (no flag)" "QLA","Design","move all Create<>s from qla/*.?pp into autogenerated addin code","done",,"23/05/2006", "QLA","Design","move Procedure functions to QuantLibFunctions","done",1,"30/04/2006","this change will probably be reversed" *************** *** 90,104 **** "QLA","General Support","sort out RandomSequenceGenerator","done",,"19/04/2006", "QLA","General Support","upgrade to latest CVS snapshot of QL","done",,"19/04/2006", ! "QLA","QuantLibXL","separate SourceForge projects/websites for OH, srcgen, QLA, QLXL","done",3,"19/5/2006", ! "QLA","srcgen","allow for comments in XML (ignore '#comment' nodes)","cancelled",3,,"already works OK" ! "QLA","srcgen","remove redundant XML tag getObject='true' for Member functions","cancelled",,"26/04/2006","the tag is in use" ! "QLA","srcgen","category metadata list of <includes> - only first item in list is processed","done",,06/05/2006, ! "QLA","srcgen","add support for QuantLib::Date as datatype of return value","done",,"26/04/2006", ! "QLA","srcgen","generate summary of files created/updated/changed per platform","done",3,"30/04/2006", ! "QLA","srcgen","add support for vector of QuantLib::Dates as input parameter","done",,06/05/2006, ! "QLA","srcgen","fix typo in Xibor - qlSobolRsg","done",,"26/04/2006", ! "QLA","srcgen","autogenerate source for Members which loop on input param","done",,"28/04/2006", ! "QLA","srcgen","add support for complete conversion of datatype of function return value scalar/vector/matrix, QL datatypes, void, etc.","done",,"23/5/2006", ! "QLA","srcgen","call OH_GET_REFERENCE from Addin code for functions with getObject='true' ?","done",3,"23/5/2006", "QLA","VBA framework","load XLLs","done",1,05/05/2006, "QLA","VBA framework","right click in cell to create enumeration drop down list","done",,"18/04/2006", --- 92,106 ---- "QLA","General Support","sort out RandomSequenceGenerator","done",,"19/04/2006", "QLA","General Support","upgrade to latest CVS snapshot of QL","done",,"19/04/2006", ! "QLA","QuantLibXL","separate SourceForge projects/websites for OH, gensrc, QLA, QLXL","done",3,"19/5/2006", ! "QLA","gensrc","allow for comments in XML (ignore '#comment' nodes)","cancelled",3,,"already works OK" ! "QLA","gensrc","remove redundant XML tag getObject='true' for Member functions","cancelled",,"26/04/2006","the tag is in use" ! "QLA","gensrc","category metadata list of <includes> - only first item in list is processed","done",,06/05/2006, ! "QLA","gensrc","add support for QuantLib::Date as datatype of return value","done",,"26/04/2006", ! "QLA","gensrc","generate summary of files created/updated/changed per platform","done",3,"30/04/2006", ! "QLA","gensrc","add support for vector of QuantLib::Dates as input parameter","done",,06/05/2006, ! "QLA","gensrc","fix typo in Xibor - qlSobolRsg","done",,"26/04/2006", ! "QLA","gensrc","autogenerate source for Members which loop on input param","done",,"28/04/2006", ! "QLA","gensrc","add support for complete conversion of datatype of function return value scalar/vector/matrix, QL datatypes, void, etc.","done",,"23/5/2006", ! "QLA","gensrc","call OH_GET_REFERENCE from Addin code for functions with getObject='true' ?","done",3,"23/5/2006", "QLA","VBA framework","load XLLs","done",1,05/05/2006, "QLA","VBA framework","right click in cell to create enumeration drop down list","done",,"18/04/2006", |