[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.32,1.33
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-07-13 10:40:58
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv15025 Modified Files: todo.csv Log Message: Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** todo.csv 11 Jul 2006 09:28:43 -0000 1.32 --- todo.csv 13 Jul 2006 10:40:52 -0000 1.33 *************** *** 2,20 **** ,,,,,,, "QLA","General Support","YC bootstrap fails if workbook RateHelpers.xls is open",,,0,, ! "gensrc","Design","enhance gensrc to support references to library objects e.g. QuantLib::Evolution. new XML tag libraryReference='xxx'",,,1,, ! "gensrc","Design","add optional long description to function metadata",,,1,, "gensrc","Design","complete the separation of core gensrc functionality from platform- and library-specific functionality",,,1,, "OH","Design","ohDummyObject() to create an empty object for demo purposes",,,1,, - "OH","Functions","ohPack() broken not removing empty cells from end of range e.g. for timeseries","???",,1,,"unable to recreate the problem ask Katiuscia" "QLA","Design","discontinue support for VC6","in progress",,1,, - "QLA","Design","raise exception if trigger parameter has value of #ERR!/#NULL!",,,1,, "QLA","Design","use ""objectID"" instead of ""handle"" required to avoid confusion with QuantLib::Handle","in progress",,1,, - "QLA","Docs","include #/functions in summary page of autogenerated documentation",,,1,, - "QLA","Docs","autogenerated documentation of ETs/ECs: separate descriptions of types & classes",,,1,, "QLA","Enumerations","enumeration as return value (string) should be same as the input value Period, DayCounter",,,1,, "QLA","Enumerations","single return value gets repeated in calling range force scalar to be returned as vector",,,1,,"is there an example of an enum list containing 1 item?" "QLA","Enumerations","autogenerate Enumerated Classes for curves (std::pair<std::string, std::string>",,,1,, - "QLA","Excel binding","categorize function names in Excel Function Wizard: Math/Date/Finance/ObjectHandler",,,1,, - "QLA","Functions","qlCompiler() to return info on version and configuration of compiler used to build QLA ?",,,1,, "gensrc","Design","Handle - automate conversions so it's not necessary for developer to implement linkTo for every class",,,2,, "gensrc","Design","coercion implicit conversion between required datatypes for function input/output parameters",,,2,,"date->EuropeanExercise, volatility->BlackSwaptionEngine, etc." --- 2,15 ---- ,,,,,,, "QLA","General Support","YC bootstrap fails if workbook RateHelpers.xls is open",,,0,, ! "gensrc","Design","enhance gensrc to support references to library objects e.g. QuantLib::Evolution. new XML tag libraryReference='xxx'",,,0,, ! "QLA","Enumerations","enum as return value always use stream operator << to convert to string",,,0,, ! "QLA","Design","support vector iterators as parameters to QL functions",,,0,, "gensrc","Design","complete the separation of core gensrc functionality from platform- and library-specific functionality",,,1,, "OH","Design","ohDummyObject() to create an empty object for demo purposes",,,1,, "QLA","Design","discontinue support for VC6","in progress",,1,, "QLA","Design","use ""objectID"" instead of ""handle"" required to avoid confusion with QuantLib::Handle","in progress",,1,, "QLA","Enumerations","enumeration as return value (string) should be same as the input value Period, DayCounter",,,1,, "QLA","Enumerations","single return value gets repeated in calling range force scalar to be returned as vector",,,1,,"is there an example of an enum list containing 1 item?" "QLA","Enumerations","autogenerate Enumerated Classes for curves (std::pair<std::string, std::string>",,,1,, "gensrc","Design","Handle - automate conversions so it's not necessary for developer to implement linkTo for every class",,,2,, "gensrc","Design","coercion implicit conversion between required datatypes for function input/output parameters",,,2,,"date->EuropeanExercise, volatility->BlackSwaptionEngine, etc." *************** *** 47,50 **** --- 42,52 ---- "QLA","VBA framework","access logfile (GUI browser)",,,4,, "QLA","VBA framework","interrogate object repository (GUI browser)",,,4,,"Plamen?" + "QLA","Excel binding","categorize function names in Excel Function Wizard: Math/Date/Finance/ObjectHandler","done",,1,07/11/2006, + "OH","Functions","ohPack() broken not removing empty cells from end of range e.g. for timeseries","done",,1,07/11/2006,"indicate empty cell with NA() rather than " + "QLA","Docs","include #/functions in summary page of autogenerated documentation","done",,1,07/12/2006, + "QLA","Docs","autogenerated documentation of ETs/ECs: separate descriptions of types & classes","done",,1,07/12/2006, + "gensrc","Design","add optional long description to function metadata","done",,1,07/12/2006, + "QLA","Functions","qlCompiler() to return info on version and configuration of compiler used to build QLA","done",,1,07/12/2006, + "QLA","Design","raise exception if trigger parameter has value of #ERR!/#NULL!","done",,1,07/13/2006, ,,,,,,, "QLA","Enumerations","QLO ctors which switch on ETs implement for YieldTermStructure, Extrapolator, PricingEngine(?)","done",4,,04/07/2006, |