[QuantLibAddin-cvs] QuantLibAddin NEWS.txt, 1.1, 1.2 todo.csv, 1.22, 1.23
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-06-29 10:47:37
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24479 Modified Files: NEWS.txt todo.csv Log Message: rename "Enumeration" -> "EnumeratedType", "ComplexType" -> "EnumeratedClass" Index: NEWS.txt =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/NEWS.txt,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NEWS.txt 19 May 2006 16:56:16 -0000 1.1 --- NEWS.txt 29 Jun 2006 10:47:32 -0000 1.2 *************** *** 28,31 **** --- 28,39 ---- qlSwapFixedLeg qlSwapGetFixLeg qlSwapFloatLeg qlSwapGetFloatLeg + - revise processing for Enumerations: blah blah blah. + rename "Enumeration" -> "EnumeratedType", "ComplexType" -> "EnumeratedClass" + rename associated functions: + 0.3.12 0.3.13 + qlListRegisteredEnums qlListEnumeratedTypes + qlListEnum qlEnumeratedType + qlListRegisteredTypes qlListEnumeratedClasses + qlListType qlEnumeratedClass CALC Index: todo.csv =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** todo.csv 29 Jun 2006 10:14:44 -0000 1.22 --- todo.csv 29 Jun 2006 10:47:32 -0000 1.23 *************** *** 1,5 **** "project","subproject","task","status","hours","priority","comp date","comment" ,,,,,,, - "QLA","Enumerations","rename Enumerations->Enumerated Types (ETs), Complex Types->Enumerated Classes (ECs)","in progress",0,,, "QLA","Enumerations","implement autogeneration of source code for ECs","in progress",2,,, "QLA","Enumerations","remove PricingEngine, StrikedTypePayoff from EC and implement as normal objects","in progress",4,,, --- 1,4 ---- *************** *** 10,15 **** "QLA","Enumerations","remove Create<> code from QLO ctors Create<> code to appear only in autogenerated Addin code","cancelled",0,,,"this is required when QLO classes wrap ECs" "QLA","Enumerations","ET ctors use explicit ctors instead of default i.e. use ""HongKong::HKEx"" not ""HongKong""","in progress",0,,, ! "QLA","Enumerations","QLO ctors which switch on ETs implement for YieldTermStructure, LinearInterpolation, PricingEngine(?)","in progress",4,,, "QLA","Enumerations","port ET/EC registry from QuantLibXL to ObjectHandler","on hold","- -",,,"requires redesign to allow multiple XLLs to share global Registry" ,,,,,,, "OH","Design","""singleton"" objects loaded at startup, static handle Calendars, Indexes","cancelled",,2,,"lazy instantiation?" --- 9,15 ---- "QLA","Enumerations","remove Create<> code from QLO ctors Create<> code to appear only in autogenerated Addin code","cancelled",0,,,"this is required when QLO classes wrap ECs" "QLA","Enumerations","ET ctors use explicit ctors instead of default i.e. use ""HongKong::HKEx"" not ""HongKong""","in progress",0,,, ! "QLA","Enumerations","QLO ctors which switch on ETs implement for YieldTermStructure, LinearInterpolation, PricingEngine(?)","in progress",4,,,"done for 2D interpolation" "QLA","Enumerations","port ET/EC registry from QuantLibXL to ObjectHandler","on hold","- -",,,"requires redesign to allow multiple XLLs to share global Registry" + "QLA","Enumerations","rename Enumerations->Enumerated Types (ETs), Complex Types->Enumerated Classes (ECs)","done",0,,"29/06/2006", ,,,,,,, "OH","Design","""singleton"" objects loaded at startup, static handle Calendars, Indexes","cancelled",,2,,"lazy instantiation?" |