[QuantLibAddin-cvs] QuantLibAddin todo.eric.csv,1.10,1.11
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2007-01-05 09:32:17
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22831 Modified Files: todo.eric.csv Log Message: Index: todo.eric.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.eric.csv,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** todo.eric.csv 3 Jan 2007 22:25:33 -0000 1.10 --- todo.eric.csv 5 Jan 2007 09:32:07 -0000 1.11 *************** *** 1,3 **** --- 1,11 ---- project,subproject,task,status,priority,days,comp date,comment + + ,,fix Katiuscia's reported bug on Index - (this is a design change not a bug) :-),,,,, + ,,QuantLib.xla double-click/launcher launch (i.e. do not rely on environment variables anymore),,,,, + ,,replace all instance of post-increment with pre-increment where appropriate in the for loops,,,,, + ,,case insensitive regex in listObjectIDs,,,,, + ,,consolidate ohFilter1/ohFilter2 into ohFilter and enable Function Wizard,,,,, + + gensrc,Design,types.xml,,,,, OH,Design,refactor OH / OHXL implementation (including implementation of coercion),in progress,1,,, QLXL,Framework,separate QuantLibXL.xla into multiple modules with loader facility,in progress,2,,, *************** *** 39,58 **** QLA,Functions,port old QLXL functionality into new QLXL,cancelled,4,,, QLA,Design,loop functions: 1) template 2) Procedures 3) error per iteration,done,2,,, ! gensrc,Design,Increase max # params for Excel functions,done,5,,, ! QLA,Design,right-click error messages - allow user to click anywhere in the range,done,2,,, ! QLA,gensrc,extend rule.py to support conversion of Guile datatypes,done,5,,, ! gensrc,Design,consolidate Rule/RuleGroup classes,done,2,,, ! gensrc,Design,consolidate functions serializeObjectDict/serializeObjectDict2,done,2,,, ! QLA,General Support,count the number of functions available in the addin,done,5,,, ! OH,Design,ohLastErrorMessage() - analyze a better approach for error handling and diagnostics,done,1,,, ! QLA,Design,export and use Quote (or Handle<Quote>) instead of double to solve the problem of reconstructing objects with default value,done,0,,, ! QLA,Enumerations,EuriborSwapFixA / Eur Libor - fix design problems,done,0,,, ! gensrc,Design,"automatic conversion of QuantLib::Rate, Volatility, Discount, Spread, Time, etc",done,5,,, ! QLA,General Support,allow for default optimization Method (see as example qlAbcdCapletCalibration in marketmodels.xml),done,1,1,, ! QLA,Design,Joint Calendar as other Calendar (with special string),done,2,"0,5",, ! QLA,General Support,bring the C Addin and QuantLibXLDynamic up to date,done,5,,, ! gensrc,Design,subdivide file qlxl\qladdin.cpp (1MB!) by category,done,2,1,, ! OH,Design,convert objectIDs to uppercase,done,,,, ! OH,Design,implement case-preserving behavior for objectIDs,done,4,,, QLA,VBA framework,network launcher/updater for VBA framework - to point to different environments / configuration files,done,1,3,, all,General Support,NSIS installers - uninstall old app before installing new,cancelled,1,- -,,not required after network launcher? --- 47,66 ---- QLA,Functions,port old QLXL functionality into new QLXL,cancelled,4,,, QLA,Design,loop functions: 1) template 2) Procedures 3) error per iteration,done,2,,, ! gensrc,Design,Increase max # params for Excel functions,done,5, ! QLA,Design,right-click error messages - allow user to click anywhere in the range,done,2, ! QLA,gensrc,extend rule.py to support conversion of Guile datatypes,done,5, ! gensrc,Design,consolidate Rule/RuleGroup classes,done,2, ! gensrc,Design,consolidate functions serializeObjectDict/serializeObjectDict2,done,2, ! QLA,General Support,count the number of functions available in the addin,done,5, ! OH,Design,ohLastErrorMessage() - analyze a better approach for error handling and diagnostics,done,1, ! QLA,Design,export and use Quote (or Handle<Quote>) instead of double to solve the problem of reconstructing objects with default value,done,0, ! QLA,Enumerations,EuriborSwapFixA / Eur Libor - fix design problems,done,0, ! gensrc,Design,"automatic conversion of QuantLib::Rate, Volatility, Discount, Spread, Time, etc",done,5, ! QLA,General Support,allow for default optimization Method (see as example qlAbcdCapletCalibration in marketmodels.xml),done,1,1 ! QLA,Design,Joint Calendar as other Calendar (with special string),done,2,"0,5" ! QLA,General Support,bring the C Addin and QuantLibXLDynamic up to date,done,5, ! gensrc,Design,subdivide file qlxl\qladdin.cpp (1MB!) by category,done,2,1 ! OH,Design,convert objectIDs to uppercase,done,, ! OH,Design,implement case-preserving behavior for objectIDs,done,4, QLA,VBA framework,network launcher/updater for VBA framework - to point to different environments / configuration files,done,1,3,, all,General Support,NSIS installers - uninstall old app before installing new,cancelled,1,- -,,not required after network launcher? |