[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.1,1.2
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-05-23 10:31:33
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9015 Modified Files: todo.csv Log Message: improved support for conversion of datatypes Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** todo.csv 19 May 2006 16:56:16 -0000 1.1 --- todo.csv 23 May 2006 10:31:10 -0000 1.2 *************** *** 10,14 **** "QLA","Functions","qlGetDf() to return vector","done","M","21/04/2006","renamed to qlDiscount()" "QLA","Design","use ""instanceName"" instead of ""handle""","in progress","L",, - "QLA","Design","move all Create<>s from qla/*.?pp into autogenerated addin code?","in progress",,,"need to add support for one input dependent on other inputs" "QLA","Design","detect if calling range is row-wise / column-wise - format return vector accordingly",,"M",, "QLA","Design","transfer qla/typefactory.hpp, qla/typeregistry to ObjectHandler?",,,, --- 10,13 ---- *************** *** 17,20 **** --- 16,20 ---- "QLA","Design","improve formatting of log messages",,"L",, "QLA","Design","#include fewer headers to speed compilation",,"L",, + "QLA","Design","move all Create<>s from qla/*.?pp into autogenerated addin code","done",,"23/05/2006", "QLA","Design","export IMM dates e.g. H7 -> date","done",,, "QLA","Design","in session.cpp replace bespoke parsing with boost::regex","done","L",05/08/2006, *************** *** 35,39 **** "QLA","VBA framework","QuantLibAddin menu for Excel","done",,"18/04/2006", "QLA","VBA framework","right click in cell to create enumeration drop down list","done",,"18/04/2006", ! "QLA","QuantLibXL","separate SourceForge projects/websites for OH, srcgen, QLA, QLXL","in progress","L",, "QLA","ValueObjects","dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,"L",, "QLA","Enumerations","qlListEnum() - single return value gets repeated in calling range force scalar to be returned as vector",,,,"is there an example of an enum list containing 1 item?" --- 35,39 ---- "QLA","VBA framework","QuantLibAddin menu for Excel","done",,"18/04/2006", "QLA","VBA framework","right click in cell to create enumeration drop down list","done",,"18/04/2006", ! "QLA","QuantLibXL","separate SourceForge projects/websites for OH, srcgen, QLA, QLXL","done","L","19/5/2006", "QLA","ValueObjects","dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,"L",, "QLA","Enumerations","qlListEnum() - single return value gets repeated in calling range force scalar to be returned as vector",,,,"is there an example of an enum list containing 1 item?" *************** *** 44,48 **** "QLA","Enumerations","if string name omitted from XML, use class name as default","cancelled","L",, "QLA","Enumerations","add support for abbreviations","cancelled","M","21/04/2006","not required because of right-click menu" ! "QLA","Excel binding","srcgen function metadata ""noWizardRecalc"" to suppress recalc under Excel Function Wizard",,,, "QLA","Excel binding","categorize function names in Excel Function Wizard","suspended",,"20/04/2006","conflict with Adfin addin" "QLA","Excel binding","XLL description in Addin manager","cancelled",,"20/04/2006","not supported by Excel C API" --- 44,48 ---- "QLA","Enumerations","if string name omitted from XML, use class name as default","cancelled","L",, "QLA","Enumerations","add support for abbreviations","cancelled","M","21/04/2006","not required because of right-click menu" ! "QLA","Excel binding","srcgen function metadata ""noWizardRecalc"" to suppress recalc under Excel Function Wizard",,,,"also required for ctors otherwise GC breaks" "QLA","Excel binding","categorize function names in Excel Function Wizard","suspended",,"20/04/2006","conflict with Adfin addin" "QLA","Excel binding","XLL description in Addin manager","cancelled",,"20/04/2006","not supported by Excel C API" *************** *** 64,71 **** "QLA","General Support","sort out RandomSequenceGenerator","done",,"19/04/2006", "QLA","srcgen","add support for direct call to member function of temporary object e.g. qlDayCount(), qlYearFraction()",,,, - "QLA","srcgen","add support for complete conversion of datatype of function return value scalar/vector/matrix, QL datatypes, void, etc.","in progress",,, - "QLA","srcgen","call OH_GET_REFERENCE from Addin code for functions with getObject='true' ?","in progress","L",, "QLA","srcgen","extend rule.py to support conversion of Guile datatypes",,"L",, "QLA","srcgen","Provide schema for XML",,"L",, "QLA","srcgen","add support for vector of QuantLib::Dates as input parameter","done",,06/05/2006, "QLA","srcgen","category metadata list of <includes> - only first item in list is processed","done",,06/05/2006, --- 64,71 ---- "QLA","General Support","sort out RandomSequenceGenerator","done",,"19/04/2006", "QLA","srcgen","add support for direct call to member function of temporary object e.g. qlDayCount(), qlYearFraction()",,,, "QLA","srcgen","extend rule.py to support conversion of Guile datatypes",,"L",, "QLA","srcgen","Provide schema for XML",,"L",, + "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","L","23/5/2006", "QLA","srcgen","add support for vector of QuantLib::Dates as input parameter","done",,06/05/2006, "QLA","srcgen","category metadata list of <includes> - only first item in list is processed","done",,06/05/2006, |