[QuantLibAddin-cvs] QuantLibAddin todo.csv,1.44,1.45
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-08-30 10:06:46
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8354 Modified Files: todo.csv Log Message: remove platform-specific code/configuration from core gensrc app Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** todo.csv 30 Aug 2006 08:14:15 -0000 1.44 --- todo.csv 30 Aug 2006 10:06:40 -0000 1.45 *************** *** 6,9 **** --- 6,10 ---- QLA,Enumerations,"enumeration as return value (string) should be same as the input value Period, DayCounter",,1,, all,General Support,NSIS installers - uninstall old app before installing new,,2,, + gensrc,Design,remove platform-specific configuration/code from core gensrc app,,2,, OH,Design,update design doc,,2,, QLA,Design,#include fewer headers to speed compilation,,2,,"re-enable optimization, investigate precompiled headers, /Zm flag" *************** *** 14,33 **** QLA,Docs,"autogenerate documentation for datatype, default value, platform",,3,,organize docs appropriately for OH/QLA/QLXL QLA,Enumerations,enums as function inputs: optional description suffixed with generic description taken from enum metadata,,3,, ! QLA,Functions,port old QLXL functionality into new QLXL,,3,, ! QLA,General Support,"C++ examples - add VOs, NPV calculations",,3,, ! QLA,gensrc,replace Serializer class with Reader class since we will never DeSerialize anything,,3,, ! QLA,VBA framework,design for real-time live feed,,3,, ! QLA,VBA framework,menu options to load/unload XLL/XLA implement as toggle,in progress,3,, ! OH,Design,"""reflection"" - support member functions dynamically",,4,, ! OH,Design,Object to hold reference to CallingRange so we can support Object->isOrphaned() etc.,,4,, ! OH,Design,allow objects to be grouped,,4,, ! QLA,Design,"Sessions: instead of using workbook as session, allow user to specify session number",,4,, ! QLA,Enumerations,"add support for description e.g. Nullcalendar, DayCounter::NoFrequency, DayCounter::Simple",,4,, ! QLA,General Support,count the number of functions available in the addin,,4,, ! QLA,General Support,calculate memory usage of repository,,4,, ! QLA,gensrc,Provide schema for XML,,4,, ! QLA,gensrc,extend rule.py to support conversion of Guile datatypes,,4,, ! QLA,ValueObjects,"dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,4,, ! QLA,VBA framework,access logfile (GUI browser),,4,, QLA,VBA framework,interrogate object repository (GUI browser),,4,,Plamen? QLA,Enumerations,port ET/EC registry from QuantLibXL to ObjectHandler,on hold,,,requires redesign to allow multiple XLLs to share global Registry --- 15,34 ---- QLA,Docs,"autogenerate documentation for datatype, default value, platform",,3,,organize docs appropriately for OH/QLA/QLXL QLA,Enumerations,enums as function inputs: optional description suffixed with generic description taken from enum metadata,,3,, ! QLA,Functions,port old QLXL functionality into new QLXL,,3 ! QLA,General Support,"C++ examples - add VOs, NPV calculations",,3 ! QLA,gensrc,replace Serializer class with Reader class since we will never DeSerialize anything,,3 ! QLA,VBA framework,design for real-time live feed,,3 ! QLA,VBA framework,menu options to load/unload XLL/XLA implement as toggle,in progress,3 ! OH,Design,"""reflection"" - support member functions dynamically",,4 ! OH,Design,Object to hold reference to CallingRange so we can support Object->isOrphaned() etc.,,4 ! OH,Design,allow objects to be grouped,,4 ! QLA,Design,"Sessions: instead of using workbook as session, allow user to specify session number",,4 ! QLA,Enumerations,"add support for description e.g. Nullcalendar, DayCounter::NoFrequency, DayCounter::Simple",,4 ! QLA,General Support,count the number of functions available in the addin,,4 ! QLA,General Support,calculate memory usage of repository,,4 ! QLA,gensrc,Provide schema for XML,,4 ! QLA,gensrc,extend rule.py to support conversion of Guile datatypes,,4 ! QLA,ValueObjects,"dynamic properties e.g. ohMember(""instanceName"", ""NPV"", ...) replaces qlNPV(""instanceName"")",,4 ! QLA,VBA framework,access logfile (GUI browser),,4 QLA,VBA framework,interrogate object repository (GUI browser),,4,,Plamen? QLA,Enumerations,port ET/EC registry from QuantLibXL to ObjectHandler,on hold,,,requires redesign to allow multiple XLLs to share global Registry |