Update of /cvsroot/quantlibaddin/QuantLibAddin
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11657
Modified Files:
.cvsignore QuantLibObjects.vcproj QuantLibObjects_vc8.vcproj
todo.csv
Log Message:
cleaner processing for object references
Index: .cvsignore
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 19 May 2006 16:56:16 -0000 1.1
--- .cvsignore 9 Jun 2006 18:58:47 -0000 1.2
***************
*** 16,20 ****
QuantLibAddin-*.exe
QuantLibAddin-*.tar.gz
! QuantLibAddin*.ncb
QuantLibAddin.dep
QuantLibAddin.layout
--- 16,20 ----
QuantLibAddin-*.exe
QuantLibAddin-*.tar.gz
! *.ncb
QuantLibAddin.dep
QuantLibAddin.layout
Index: QuantLibObjects_vc8.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects_vc8.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** QuantLibObjects_vc8.vcproj 9 Jun 2006 07:45:21 -0000 1.9
--- QuantLibObjects_vc8.vcproj 9 Jun 2006 18:58:47 -0000 1.10
***************
*** 556,563 ****
</File>
<File
- RelativePath="qlo\config.hpp"
- >
- </File>
- <File
RelativePath=".\qlo\conversions.hpp"
>
--- 556,559 ----
Index: QuantLibObjects.vcproj
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** QuantLibObjects.vcproj 8 Jun 2006 14:52:22 -0000 1.4
--- QuantLibObjects.vcproj 9 Jun 2006 18:58:47 -0000 1.5
***************
*** 374,377 ****
--- 374,380 ----
</File>
<File
+ RelativePath=".\qlo\forwardrateagreement.cpp">
+ </File>
+ <File
RelativePath="qlo\forwardvanillaoption.cpp">
</File>
***************
*** 428,431 ****
--- 431,437 ----
</File>
<File
+ RelativePath=".\qlo\vo_forwardrateagreement.cpp">
+ </File>
+ <File
RelativePath=".\qlo\vo_instruments.cpp">
</File>
***************
*** 519,522 ****
--- 525,531 ----
</File>
<File
+ RelativePath=".\qlo\forwardrateagreement.hpp">
+ </File>
+ <File
RelativePath="qlo\forwardvanillaoption.hpp">
</File>
***************
*** 594,597 ****
--- 603,609 ----
</File>
<File
+ RelativePath=".\qlo\vo_forwardrateagreement.hpp">
+ </File>
+ <File
RelativePath="qlo\vo_instruments.hpp">
</File>
Index: todo.csv
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todo.csv,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** todo.csv 7 Jun 2006 13:35:32 -0000 1.11
--- todo.csv 9 Jun 2006 18:58:47 -0000 1.12
***************
*** 4,8 ****
"QLA","Design","implement XIBOR etc as singleton objects expose public interface QL changes required",,1,,
"OH","Design"," permanent objects objects which aren't deleted by ohDeleteObject()/ohDeleteAllObjects()/ohCallGC()","in progress",2,,
! "QLA","General Support","getReference/OH_GET_OBJECT/OH_GET_REFERENCE vs getObject/EXPORT_UNDERLYING_OBJECT",,3,,"consolidate code for returning object references"
"QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public interface for Calendar, DayCounter","done",1,,"represent stateful objects as singletons rather than Enumerations?"
,,,,,,
--- 4,8 ----
"QLA","Design","implement XIBOR etc as singleton objects expose public interface QL changes required",,1,,
"OH","Design"," permanent objects objects which aren't deleted by ohDeleteObject()/ohDeleteAllObjects()/ohCallGC()","in progress",2,,
! "QLA","General Support","getReference/OH_GET_OBJECT/OH_GET_REFERENCE vs getObject/EXPORT_UNDERLYING_OBJECT","done",3,09/06/2006,"consolidate code for returning object references"
"QLA","Enumerations","add support for accessing member function of Enumeration e.g. publish the public interface for Calendar, DayCounter","done",1,,"represent stateful objects as singletons rather than Enumerations?"
,,,,,,
|