[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.50,1.51
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-09-12 09:49:08
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10131 Modified Files: todo.csv Log Message: Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** todo.csv 12 Sep 2006 09:16:29 -0000 1.50 --- todo.csv 12 Sep 2006 09:49:05 -0000 1.51 *************** *** 11,15 **** QLA,Design,enumeration aliases - map multiple strings to single enum value,,2,, QLA,Design,#include fewer headers to speed compilation,,2,,"re-enable optimization, investigate precompiled headers, /Zm flag" ! QLA,Design,use Quote (or Handle<Quote>) instead of double to solve the problem of reconstructing objects with default value,,2,,unable to recreate problem (reuters required?) QLA,General Support,performance profile of workbook YieldCurveMonitor.xls,on hold,2,, all,General Support,migrate gensrc/OH/QLA/QLXL sourceforge projects back into QL,,3,,need to resolve name conflict for QLXL module --- 11,15 ---- QLA,Design,enumeration aliases - map multiple strings to single enum value,,2,, QLA,Design,#include fewer headers to speed compilation,,2,,"re-enable optimization, investigate precompiled headers, /Zm flag" ! QLA,Design,export and use Quote (or Handle<Quote>) instead of double to solve the problem of reconstructing objects with default value,,2,,unable to recreate problem (reuters required?) QLA,General Support,performance profile of workbook YieldCurveMonitor.xls,on hold,2,, all,General Support,migrate gensrc/OH/QLA/QLXL sourceforge projects back into QL,,3,,need to resolve name conflict for QLXL module *************** *** 42,44 **** QLA,ValueObjects,"dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,5,, QLA,VBA framework,access logfile (GUI browser),,5,, ! ,,move stub.enum.types out of GenSrc into QLA,,,, --- 42,47 ---- QLA,ValueObjects,"dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,5,, QLA,VBA framework,access logfile (GUI browser),,5,, ! ,,move stub.enum.types out of GenSrc into QLA,,4,, ! OH,Design,refactor OH / OHXL implementation,,5,, ! QLA,,allow for default optimization Method (see as example qlAbcdCapletCalibration in marrketmodels.xml),,1,, ! ,,return std::pair (see locate in swaptionvolmatrix),,3,, |