quantlibaddin-cvs Mailing List for QuantLibAddin (Page 60)
Brought to you by:
ericehlers,
nando
You can subscribe to this list here.
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(51) |
Jun
(320) |
Jul
(210) |
Aug
(272) |
Sep
(169) |
Oct
(232) |
Nov
(138) |
Dec
(109) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2007 |
Jan
(101) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Sylvie <s_f...@us...> - 2006-06-12 14:08:28
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12790/qlo Added Files: swaptionvolstructure.hpp Log Message: exported SwaptionVolStructure interface --- NEW FILE: swaptionvolstructure.hpp --- /* Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2006 Silvia Frasson This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ QuantLib is free software: you can redistribute it and/or modify it under the terms of the QuantLib license. You should have received a copy of the license along with this program; if not, please email qua...@li... The license is also available online at http://quantlib.org/html/license.html This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details. */ #ifndef qla_swaptionvolstructure_hpp #define qla_swaptionvolstructure_hpp #include <oh/objhandler.hpp> #include <ql/swaptionvolstructure.hpp> namespace QuantLibAddin { class SwaptionVolatilityStructure : public ObjHandler::LibraryObject<QuantLib::SwaptionVolatilityStructure> { }; } #endif |
|
From: Sylvie <s_f...@us...> - 2006-06-12 14:08:21
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12790 Modified Files: QuantLibObjects_vc8.vcproj Log Message: exported SwaptionVolStructure interface Index: QuantLibObjects_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects_vc8.vcproj,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** QuantLibObjects_vc8.vcproj 11 Jun 2006 18:16:49 -0000 1.11 --- QuantLibObjects_vc8.vcproj 12 Jun 2006 14:08:17 -0000 1.12 *************** *** 640,643 **** --- 640,647 ---- </File> <File + RelativePath=".\qlo\swaptionvolstructure.hpp" + > + </File> + <File RelativePath="qlo\termstructures.hpp" > |
|
From: Sylvie <s_f...@us...> - 2006-06-12 14:08:21
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12790/gensrc/metadata Added Files: swaptionvolstructure.xml Log Message: exported SwaptionVolStructure interface --- NEW FILE: swaptionvolstructure.xml --- <Category name='swaptionvolstructure'> <description>functions to construct QuantLib Swaption Volatility Term Structure objects</description> <displayName>Swaption Volatility Term Structures</displayName> <Functions> <Member name='qlSwaptionVTSVolatility' libraryClass='SwaptionVolatilityStructure' loopParameter='strike'> <description>Returns a vector of volatilities corresponding to a vector of strikes for a given exercise date and underlying swap length.</description> <libraryFunction>volatility</libraryFunction> <functionCategory>QuantLib</functionCategory> <platforms>EO</platforms> <ParameterList> <Parameters> <Parameter name='expiry' libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> <description>swaption expiry date</description> </Parameter> <Parameter name='swapLength' enumeration='QuantLib::Period'> <type>string</type> <tensorRank>scalar</tensorRank> <description>Underlying swap length as period (e.g. 5Y)</description> </Parameter> <Parameter name='strike' libraryType='QuantLib::Rate'> <type>any</type> <tensorRank>vector</tensorRank> <description>swaption strike vector</description> </Parameter> <Parameter name='allowExtrapolation'> <type>bool</type> <tensorRank>scalar</tensorRank> <description>Extrapolation Flag (TRUE allows extrapolation)</description> </Parameter> <Parameter name='trigger' ignore='true'> <type>any</type> <tensorRank>scalar</tensorRank> <description>dependency tracking trigger</description> </Parameter> </Parameters> </ParameterList> <ReturnValue libraryType='QuantLib::Volatility'> <type>any</type> <tensorRank>vector</tensorRank> <description>vector of volatilities</description> </ReturnValue> </Member> <Member name='qlSwaptionVTSVolatilityMaxExpiry' libraryClass='SwaptionVolatilityStructure'> <description>Returns the latest start date for which the term structure can return vols.</description> <libraryFunction>maxStartDate</libraryFunction> <functionCategory>QuantLib</functionCategory> <platforms>EO</platforms> <ParameterList> <Parameters/> </ParameterList> <ReturnValue libraryType='QuantLib::Date'> <type>long</type> <tensorRank>scalar</tensorRank> <description>max swaption expiry date</description> </ReturnValue> </Member> <!--Member name='qlSwaptionVTSVolatilityMaxSwapLength' libraryClass='SwaptionVolatilityStructure'> <description>Returns the largest length for which the term structure can return vols.</description> <libraryFunction>maxLength</libraryFunction> <functionCategory>QuantLib</functionCategory> <platforms>EO</platforms> <ParameterList> <Parameters/> </ParameterList> <ReturnValue libraryType='QuantLib::Period'> <type>string</type> <tensorRank>scalar</tensorRank> <description>max underlying swap length as period</description> </ReturnValue> </Member--> <Member name='qlSwaptionVTSVolatilityMinStrike' libraryClass='SwaptionVolatilityStructure'> <description>Returns the minimum strike for which the term structure can return vols.</description> <libraryFunction>minStrike</libraryFunction> <functionCategory>QuantLib</functionCategory> <platforms>EO</platforms> <ParameterList> <Parameters/> </ParameterList> <ReturnValue> <type>double</type> <tensorRank>scalar</tensorRank> <description>minimum strike</description> </ReturnValue> </Member> <Member name='qlSwaptionVTSVolatilityMaxStrike' libraryClass='SwaptionVolatilityStructure'> <description>Returns the maximum strike for which the term structure can return vols.</description> <libraryFunction>maxStrike</libraryFunction> <functionCategory>QuantLib</functionCategory> <platforms>EO</platforms> <ParameterList> <Parameters/> </ParameterList> <ReturnValue> <type>double</type> <tensorRank>scalar</tensorRank> <description>maximum strike</description> </ReturnValue> </Member> </Functions> </Category> |
|
From: Sylvie <s_f...@us...> - 2006-06-12 14:08:21
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/config In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12790/gensrc/config Modified Files: config.xml Log Message: exported SwaptionVolStructure interface Index: config.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/config/config.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** config.xml 8 Jun 2006 18:42:42 -0000 1.2 --- config.xml 12 Jun 2006 14:08:17 -0000 1.3 *************** *** 26,29 **** --- 26,30 ---- <categoryName>shortratemodels</categoryName> <categoryName>swap</categoryName> + <categoryName>swaptionvolstructure</categoryName> <categoryName>termstructures</categoryName> <categoryName>utilities</categoryName> |
|
From: Sylvie <s_f...@us...> - 2006-06-12 14:08:21
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12790/gensrc Modified Files: Makefile.vc gensrc_vc8.vcproj Log Message: exported SwaptionVolStructure interface Index: Makefile.vc =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/Makefile.vc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Makefile.vc 9 Jun 2006 18:58:47 -0000 1.6 --- Makefile.vc 12 Jun 2006 14:08:17 -0000 1.7 *************** *** 23,26 **** --- 23,27 ---- metadata\shortratemodels.xml \ metadata\swap.xml \ + metadata\swaptionvolstructure.xml \ metadata\termstructures.xml \ metadata\utilities.xml \ Index: gensrc_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/gensrc_vc8.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** gensrc_vc8.vcproj 8 Jun 2006 18:42:42 -0000 1.5 --- gensrc_vc8.vcproj 12 Jun 2006 14:08:17 -0000 1.6 *************** *** 127,130 **** --- 127,134 ---- </File> <File + RelativePath=".\metadata\swaptionvolstructure.xml" + > + </File> + <File RelativePath="metadata\termstructures.xml" > |
|
From: Ferdinando A. <na...@us...> - 2006-06-12 13:43:42
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2389 Modified Files: QuantLibAddin_vc8.sln Log Message: Index: QuantLibAddin_vc8.sln =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibAddin_vc8.sln,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** QuantLibAddin_vc8.sln 12 Jun 2006 10:10:02 -0000 1.5 --- QuantLibAddin_vc8.sln 12 Jun 2006 13:43:34 -0000 1.6 *************** *** 49,59 **** {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.All|Win32.Build.0 = Debug CRTDLL|Win32 {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Debug CRTDLL|Win32.ActiveCfg = Debug CRTDLL|Win32 - {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Debug CRTDLL|Win32.Build.0 = Debug CRTDLL|Win32 {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Debug|Win32.ActiveCfg = Debug CRTDLL|Win32 - {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Debug|Win32.Build.0 = Debug CRTDLL|Win32 {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Release CRTDLL|Win32.ActiveCfg = Debug CRTDLL|Win32 - {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Release CRTDLL|Win32.Build.0 = Debug CRTDLL|Win32 {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Release|Win32.ActiveCfg = Debug CRTDLL|Win32 - {10DC0D9D-ABB3-4737-B14D-4FFAD4810A72}.Release|Win32.Build.0 = Debug CRTDLL|Win32 {B598DA76-9F89-4F2D-97D0-54C34C1E3CB4}.All|Win32.ActiveCfg = Debug CRTDLL|Win32 {B598DA76-9F89-4F2D-97D0-54C34C1E3CB4}.All|Win32.Build.0 = Debug CRTDLL|Win32 --- 49,55 ---- *************** *** 111,119 **** {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Debug CRTDLL|Win32.Build.0 = Debug CRTDLL|Win32 {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Debug|Win32.ActiveCfg = Debug CRTDLL|Win32 - {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Debug|Win32.Build.0 = Debug CRTDLL|Win32 {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release CRTDLL|Win32.ActiveCfg = Release CRTDLL|Win32 {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release CRTDLL|Win32.Build.0 = Release CRTDLL|Win32 {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release|Win32.ActiveCfg = Release CRTDLL|Win32 - {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release|Win32.Build.0 = Release CRTDLL|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution --- 107,113 ---- |
|
From: Cristina D. <cdu...@us...> - 2006-06-12 10:10:05
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv4590 Modified Files: QuantLibAddin_vc8.sln Log Message: adding QuantLibXL and QuantLibXLDynamic projects Index: QuantLibAddin_vc8.sln =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibAddin_vc8.sln,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** QuantLibAddin_vc8.sln 25 May 2006 17:24:59 -0000 1.4 --- QuantLibAddin_vc8.sln 12 Jun 2006 10:10:02 -0000 1.5 *************** *** 17,20 **** --- 17,30 ---- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gensrc", "gensrc\gensrc_vc8.vcproj", "{88BE5568-6E55-41C5-A251-670FAFB44336}" EndProject + Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibXL", "..\QuantLibXL\qlxl\QuantLibXL_vc8.vcproj", "{DADFEC4C-A850-4312-8146-FB9BCC19CE92}" + ProjectSection(ProjectDependencies) = postProject + {CAB8330C-6424-4455-9285-3654587EF71F} = {CAB8330C-6424-4455-9285-3654587EF71F} + EndProjectSection + EndProject + Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibXLDynamic", "..\QuantLibXL\qlxl\QuantLibXLDynamic_vc8.vcproj", "{0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}" + ProjectSection(ProjectDependencies) = postProject + {CAB8330C-6424-4455-9285-3654587EF71F} = {CAB8330C-6424-4455-9285-3654587EF71F} + EndProjectSection + EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution *************** *** 86,89 **** --- 96,119 ---- {88BE5568-6E55-41C5-A251-670FAFB44336}.Release|Win32.ActiveCfg = All|Win32 {88BE5568-6E55-41C5-A251-670FAFB44336}.Release|Win32.Build.0 = All|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.All|Win32.ActiveCfg = Release CRTDLL|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.All|Win32.Build.0 = Release CRTDLL|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Debug CRTDLL|Win32.ActiveCfg = Debug CRTDLL|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Debug CRTDLL|Win32.Build.0 = Debug CRTDLL|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Debug|Win32.ActiveCfg = Debug|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Debug|Win32.Build.0 = Debug|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Release CRTDLL|Win32.ActiveCfg = Release CRTDLL|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Release CRTDLL|Win32.Build.0 = Release CRTDLL|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Release|Win32.ActiveCfg = Release|Win32 + {DADFEC4C-A850-4312-8146-FB9BCC19CE92}.Release|Win32.Build.0 = Release|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.All|Win32.ActiveCfg = Release CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.All|Win32.Build.0 = Release CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Debug CRTDLL|Win32.ActiveCfg = Debug CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Debug CRTDLL|Win32.Build.0 = Debug CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Debug|Win32.ActiveCfg = Debug CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Debug|Win32.Build.0 = Debug CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release CRTDLL|Win32.ActiveCfg = Release CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release CRTDLL|Win32.Build.0 = Release CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release|Win32.ActiveCfg = Release CRTDLL|Win32 + {0D4D2F44-4491-4412-9782-A9F6D5ACB5E4}.Release|Win32.Build.0 = Release CRTDLL|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 18:16:53
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Addins/C In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29894/Addins/C Modified Files: AddinC_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: AddinC_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/C/AddinC_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AddinC_vc8.vcproj 30 May 2006 10:26:58 -0000 1.2 --- AddinC_vc8.vcproj 11 Jun 2006 18:16:49 -0000 1.3 *************** *** 16,21 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\Debug" ! IntermediateDirectory=".\build\vc80\Debug" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 48,55 **** RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Debug/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\Debug/" ! ObjectFile=".\build\vc80\Debug/" ! ProgramDataBaseFileName=".\build\vc80\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 48,55 ---- RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 81,85 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Debug/AddinC.bsc" /> <Tool --- 81,85 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/AddinC.bsc" /> <Tool *************** *** 92,97 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 92,97 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 124,131 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 124,131 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 157,161 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\DebugCRTDLL/AddinC.bsc" /> <Tool --- 157,161 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/AddinC.bsc" /> <Tool *************** *** 168,173 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 168,173 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 201,208 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 201,208 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 233,237 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\ReleaseCRTDLL/AddinC.bsc" /> <Tool --- 233,237 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/AddinC.bsc" /> <Tool *************** *** 244,249 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\Release" ! IntermediateDirectory=".\build\vc80\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 244,249 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 277,284 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Release/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\Release/" ! ObjectFile=".\build\vc80\Release/" ! ProgramDataBaseFileName=".\build\vc80\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 277,284 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/AddinC.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 309,313 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Release/AddinC.bsc" /> <Tool --- 309,313 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/AddinC.bsc" /> <Tool |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 18:16:53
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Clients/C++ In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29894/Clients/C++ Modified Files: ClientCppDemo_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: ClientCppDemo_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Clients/C++/ClientCppDemo_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ClientCppDemo_vc8.vcproj 30 May 2006 10:26:59 -0000 1.2 --- ClientCppDemo_vc8.vcproj 11 Jun 2006 18:16:50 -0000 1.3 *************** *** 16,21 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 38,42 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\DebugCRTDLL/ClientCppDemo.tlb" HeaderFileName="" /> --- 38,42 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 50,57 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 50,57 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 77,81 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/QLADemo-vc80-mt-gd.pdb" SubSystem="1" TargetMachine="1" --- 77,81 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-gd.pdb" SubSystem="1" TargetMachine="1" *************** *** 93,97 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\DebugCRTDLL/ClientCppDemo.bsc" /> <Tool --- 93,97 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool *************** *** 110,115 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\Release" ! IntermediateDirectory=".\build\vc80\Release" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 110,115 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 132,136 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Release/ClientCppDemo.tlb" HeaderFileName="" /> --- 132,136 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 145,152 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Release/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\Release/" ! ObjectFile=".\build\vc80\Release/" ! ProgramDataBaseFileName=".\build\vc80\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 145,152 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 170,174 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\Release/QLADemo-vc80-mt-s.pdb" SubSystem="1" TargetMachine="1" --- 170,174 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-s.pdb" SubSystem="1" TargetMachine="1" *************** *** 186,190 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Release/ClientCppDemo.bsc" /> <Tool --- 186,190 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool *************** *** 203,208 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 203,208 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 225,229 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\ReleaseCRTDLL/ClientCppDemo.tlb" HeaderFileName="" /> --- 225,229 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 238,245 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 238,245 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 263,267 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/QLADemo-vc80-mt.pdb" SubSystem="1" TargetMachine="1" --- 263,267 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt.pdb" SubSystem="1" TargetMachine="1" *************** *** 279,283 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\ReleaseCRTDLL/ClientCppDemo.bsc" /> <Tool --- 279,283 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool *************** *** 296,301 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\Debug" ! IntermediateDirectory=".\build\vc80\Debug" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 296,301 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 318,322 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Debug/ClientCppDemo.tlb" HeaderFileName="" /> --- 318,322 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName="" /> *************** *** 330,337 **** RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Debug/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\Debug/" ! ObjectFile=".\build\vc80\Debug/" ! ProgramDataBaseFileName=".\build\vc80\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 330,337 ---- RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 357,361 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\Debug/QLADemo-vc80-mt-sgd.pdb" SubSystem="1" TargetMachine="1" --- 357,361 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-sgd.pdb" SubSystem="1" TargetMachine="1" *************** *** 373,377 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Debug/ClientCppDemo.bsc" /> <Tool --- 373,377 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCppDemo.bsc" /> <Tool |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 18:16:53
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Clients/C In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29894/Clients/C Modified Files: ClientCDemo_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: ClientCDemo_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Clients/C/ClientCDemo_vc8.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ClientCDemo_vc8.vcproj 30 May 2006 10:26:59 -0000 1.2 --- ClientCDemo_vc8.vcproj 11 Jun 2006 18:16:49 -0000 1.3 *************** *** 16,21 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 38,42 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\ReleaseCRTDLL/ClientCDemo.tlb" HeaderFileName="" /> --- 38,42 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName="" /> *************** *** 51,58 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 51,58 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 76,80 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\ReleaseCRTDLL/QLADemo-vc80-mt.pdb" SubSystem="1" TargetMachine="1" --- 76,80 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt.pdb" SubSystem="1" TargetMachine="1" *************** *** 92,96 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\ReleaseCRTDLL/ClientCDemo.bsc" /> <Tool --- 92,96 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.bsc" /> <Tool *************** *** 109,114 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\Debug" ! IntermediateDirectory=".\build\vc80\Debug" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 109,114 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 131,135 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Debug/ClientCDemo.tlb" HeaderFileName="" /> --- 131,135 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName="" /> *************** *** 143,150 **** RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Debug/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\Debug/" ! ObjectFile=".\build\vc80\Debug/" ! ProgramDataBaseFileName=".\build\vc80\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 143,150 ---- RuntimeLibrary="1" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 170,174 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\Debug/QLADemo-vc80-mt-sgd.pdb" SubSystem="1" TargetMachine="1" --- 170,174 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-sgd.pdb" SubSystem="1" TargetMachine="1" *************** *** 186,190 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Debug/ClientCDemo.bsc" /> <Tool --- 186,190 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.bsc" /> <Tool *************** *** 203,208 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\Release" ! IntermediateDirectory=".\build\vc80\Release" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 203,208 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 225,229 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\Release/ClientCDemo.tlb" HeaderFileName="" /> --- 225,229 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName="" /> *************** *** 238,245 **** EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Release/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\Release/" ! ObjectFile=".\build\vc80\Release/" ! ProgramDataBaseFileName=".\build\vc80\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 238,245 ---- EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 263,267 **** SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\Release/QLADemo-vc80-mt-s.pdb" SubSystem="1" TargetMachine="1" --- 263,267 ---- SuppressStartupBanner="true" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-s.pdb" SubSystem="1" TargetMachine="1" *************** *** 279,283 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Release/ClientCDemo.bsc" /> <Tool --- 279,283 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.bsc" /> <Tool *************** *** 296,301 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 296,301 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 318,322 **** <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\DebugCRTDLL/ClientCDemo.tlb" HeaderFileName="" /> --- 318,322 ---- <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc80\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName="" /> *************** *** 330,337 **** RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 330,337 ---- RuntimeLibrary="3" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 357,361 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\DebugCRTDLL/QLADemo-vc80-mt-gd.pdb" SubSystem="1" TargetMachine="1" --- 357,361 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="true" ! ProgramDatabaseFile=".\build\vc80\$(ConfigurationName)/QLADemo-vc80-mt-gd.pdb" SubSystem="1" TargetMachine="1" *************** *** 373,377 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\DebugCRTDLL/ClientCDemo.bsc" /> <Tool --- 373,377 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/ClientCDemo.bsc" /> <Tool |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 18:16:52
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Addins/Calc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29894/Addins/Calc Modified Files: AddinCalc_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: AddinCalc_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/Calc/AddinCalc_vc8.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AddinCalc_vc8.vcproj 19 May 2006 16:56:16 -0000 1.1 --- AddinCalc_vc8.vcproj 11 Jun 2006 18:16:49 -0000 1.2 *************** *** 17,22 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="0" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 17,22 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="0" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 18:16:52
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29894 Modified Files: QuantLibObjects_vc8.vcproj Log Message: adopting vc80\$(ConfigurationName) in *_vc8.proj files Index: QuantLibObjects_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects_vc8.vcproj,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** QuantLibObjects_vc8.vcproj 9 Jun 2006 18:58:47 -0000 1.10 --- QuantLibObjects_vc8.vcproj 11 Jun 2006 18:16:49 -0000 1.11 *************** *** 16,21 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc80\ReleaseCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 16,21 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 50,57 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\ReleaseCRTDLL/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\ReleaseCRTDLL/" ! ObjectFile=".\build\vc80\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 50,57 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 82,86 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\ReleaseCRTDLL/QuantLibObjects.bsc" /> <Tool --- 82,86 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool *************** *** 93,98 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\Release" ! IntermediateDirectory=".\build\vc80\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 93,98 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 127,134 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Release/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\Release/" ! ObjectFile=".\build\vc80\Release/" ! ProgramDataBaseFileName=".\build\vc80\Release/" WarningLevel="3" SuppressStartupBanner="true" --- 127,134 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 159,163 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Release/QuantLibObjects.bsc" /> <Tool --- 159,163 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool *************** *** 170,175 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\Debug" ! IntermediateDirectory=".\build\vc80\Debug" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 170,175 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 203,210 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\Debug/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\Debug/" ! ObjectFile=".\build\vc80\Debug/" ! ProgramDataBaseFileName=".\build\vc80\Debug/" WarningLevel="3" SuppressStartupBanner="true" --- 203,210 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 236,240 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\Debug/QuantLibObjects.bsc" /> <Tool --- 236,240 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool *************** *** 247,252 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\DebugCRTDLL" ! IntermediateDirectory=".\build\vc80\DebugCRTDLL" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" --- 247,252 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc80\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc80\$(ConfigurationName)" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" *************** *** 280,287 **** DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\DebugCRTDLL/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\DebugCRTDLL/" ! ObjectFile=".\build\vc80\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc80\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="true" --- 280,287 ---- DisableLanguageExtensions="false" RuntimeTypeInfo="true" ! PrecompiledHeaderFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.pch" ! AssemblerListingLocation=".\build\vc80\$(ConfigurationName)/" ! ObjectFile=".\build\vc80\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc80\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="true" *************** *** 313,317 **** Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\DebugCRTDLL/QuantLibObjects.bsc" /> <Tool --- 313,317 ---- Name="VCBscMakeTool" SuppressStartupBanner="true" ! OutputFile=".\build\vc80\$(ConfigurationName)/QuantLibObjects.bsc" /> <Tool |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 13:39:28
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8771/gensrc Modified Files: gensrc.vcproj Log Message: adopting vc71\$(ConfigurationName) in proj files Index: gensrc.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/gensrc.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gensrc.vcproj 8 Jun 2006 14:52:22 -0000 1.2 --- gensrc.vcproj 11 Jun 2006 13:39:19 -0000 1.3 *************** *** 13,18 **** <Configuration Name="All|Win32" ! OutputDirectory="Debug" ! IntermediateDirectory="Debug" ConfigurationType="0"> <Tool --- 13,18 ---- <Configuration Name="All|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="0"> <Tool |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 13:39:27
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Clients/C++ In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8771/Clients/C++ Modified Files: ClientCppDemo.vcproj Log Message: adopting vc71\$(ConfigurationName) in proj files Index: ClientCppDemo.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Clients/C++/ClientCppDemo.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ClientCppDemo.vcproj 19 May 2006 16:56:16 -0000 1.1 --- ClientCppDemo.vcproj 11 Jun 2006 13:39:19 -0000 1.2 *************** *** 13,18 **** <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\ReleaseST" ! IntermediateDirectory=".\build\vc71\ReleaseST" ConfigurationType="1" UseOfMFC="0" --- 13,18 ---- <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 30,37 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseST/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseST/" ! ObjectFile=".\build\vc71\ReleaseST/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 30,37 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 46,55 **** SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\ReleaseST/QLADemo-vc71-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\ReleaseST/ClientCppDemo.tlb" HeaderFileName=""/> <Tool --- 46,55 ---- SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName=""/> <Tool *************** *** 76,81 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\DebugCRTDLL" ! IntermediateDirectory=".\build\vc71\DebugCRTDLL" ConfigurationType="1" UseOfMFC="0" --- 76,81 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 91,98 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugCRTDLL/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\DebugCRTDLL/" ! ObjectFile=".\build\vc71\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 91,98 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 109,118 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\DebugCRTDLL/QLADemo-vc71-mt-gd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\DebugCRTDLL/ClientCppDemo.tlb" HeaderFileName=""/> <Tool --- 109,118 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt-gd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName=""/> <Tool *************** *** 139,144 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\Release" ! IntermediateDirectory=".\build\vc71\Release" ConfigurationType="1" UseOfMFC="0" --- 139,144 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 156,163 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Release/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\Release/" ! ObjectFile=".\build\vc71\Release/" ! ProgramDataBaseFileName=".\build\vc71\Release/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 156,163 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 172,181 **** SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\Release/QLADemo-vc71-mt-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\Release/ClientCppDemo.tlb" HeaderFileName=""/> <Tool --- 172,181 ---- SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName=""/> <Tool *************** *** 202,207 **** <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\DebugST" ! IntermediateDirectory=".\build\vc71\DebugST" ConfigurationType="1" UseOfMFC="0" --- 202,207 ---- <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 217,224 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugST/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\DebugST/" ! ObjectFile=".\build\vc71\DebugST/" ! ProgramDataBaseFileName=".\build\vc71\DebugST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 217,224 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 235,244 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\DebugST/QLADemo-vc71-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\DebugST/ClientCppDemo.tlb" HeaderFileName=""/> <Tool --- 235,244 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName=""/> <Tool *************** *** 265,270 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc71\ReleaseCRTDLL" ConfigurationType="1" UseOfMFC="0" --- 265,270 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 282,289 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseCRTDLL/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseCRTDLL/" ! ObjectFile=".\build\vc71\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 282,289 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 298,307 **** SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\ReleaseCRTDLL/QLADemo-vc71-mt.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\ReleaseCRTDLL/ClientCppDemo.tlb" HeaderFileName=""/> <Tool --- 298,307 ---- SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName=""/> <Tool *************** *** 328,333 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\Debug" ! IntermediateDirectory=".\build\vc71\Debug" ConfigurationType="1" UseOfMFC="0" --- 328,333 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 343,350 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Debug/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\Debug/" ! ObjectFile=".\build\vc71\Debug/" ! ProgramDataBaseFileName=".\build\vc71\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 343,350 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCppDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 361,370 **** AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\Debug/QLADemo-vc71-mt-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\Debug/ClientCppDemo.tlb" HeaderFileName=""/> <Tool --- 361,370 ---- AdditionalLibraryDirectories="$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib,$(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCppDemo.tlb" HeaderFileName=""/> <Tool |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 13:39:25
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Clients/C In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8771/Clients/C Modified Files: ClientCDemo.vcproj Log Message: adopting vc71\$(ConfigurationName) in proj files Index: ClientCDemo.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Clients/C/ClientCDemo.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ClientCDemo.vcproj 19 May 2006 16:56:16 -0000 1.1 --- ClientCDemo.vcproj 11 Jun 2006 13:39:19 -0000 1.2 *************** *** 13,18 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc71\ReleaseCRTDLL" ConfigurationType="1" UseOfMFC="0" --- 13,18 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 30,37 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseCRTDLL/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseCRTDLL/" ! ObjectFile=".\build\vc71\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 30,37 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 46,55 **** SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\ReleaseCRTDLL/QLADemo-vc71-mt.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\ReleaseCRTDLL/ClientCDemo.tlb" HeaderFileName=""/> <Tool --- 46,55 ---- SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName=""/> <Tool *************** *** 76,81 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\Debug" ! IntermediateDirectory=".\build\vc71\Debug" ConfigurationType="1" UseOfMFC="0" --- 76,81 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 91,98 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Debug/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\Debug/" ! ObjectFile=".\build\vc71\Debug/" ! ProgramDataBaseFileName=".\build\vc71\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 91,98 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 109,118 **** AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\Debug/QLADemo-vc71-mt-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\Debug/ClientCDemo.tlb" HeaderFileName=""/> <Tool --- 109,118 ---- AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName=""/> <Tool *************** *** 139,144 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\Release" ! IntermediateDirectory=".\build\vc71\Release" ConfigurationType="1" UseOfMFC="0" --- 139,144 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 156,163 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Release/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\Release/" ! ObjectFile=".\build\vc71\Release/" ! ProgramDataBaseFileName=".\build\vc71\Release/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 156,163 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 172,181 **** SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\Release/QLADemo-vc71-mt-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\Release/ClientCDemo.tlb" HeaderFileName=""/> <Tool --- 172,181 ---- SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName=""/> <Tool *************** *** 202,207 **** <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\ReleaseST" ! IntermediateDirectory=".\build\vc71\ReleaseST" ConfigurationType="1" UseOfMFC="0" --- 202,207 ---- <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 219,226 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseST/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseST/" ! ObjectFile=".\build\vc71\ReleaseST/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 219,226 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 235,244 **** SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\ReleaseST/QLADemo-vc71-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\ReleaseST/ClientCDemo.tlb" HeaderFileName=""/> <Tool --- 235,244 ---- SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-s.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName=""/> <Tool *************** *** 265,270 **** <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\DebugST" ! IntermediateDirectory=".\build\vc71\DebugST" ConfigurationType="1" UseOfMFC="0" --- 265,270 ---- <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 280,287 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugST/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\DebugST/" ! ObjectFile=".\build\vc71\DebugST/" ! ProgramDataBaseFileName=".\build\vc71\DebugST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 280,287 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 298,307 **** AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\DebugST/QLADemo-vc71-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\DebugST/ClientCDemo.tlb" HeaderFileName=""/> <Tool --- 298,307 ---- AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-sgd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName=""/> <Tool *************** *** 328,333 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\DebugCRTDLL" ! IntermediateDirectory=".\build\vc71\DebugCRTDLL" ConfigurationType="1" UseOfMFC="0" --- 328,333 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="1" UseOfMFC="0" *************** *** 343,350 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugCRTDLL/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\DebugCRTDLL/" ! ObjectFile=".\build\vc71\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 343,350 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/ClientCDemo.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 361,370 **** AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\DebugCRTDLL/QLADemo-vc71-mt-gd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\DebugCRTDLL/ClientCDemo.tlb" HeaderFileName=""/> <Tool --- 361,370 ---- AdditionalLibraryDirectories="..\..\lib,$(OBJECT_HANDLER_DIR)\lib,$(QL_DIR)\lib, $(LOG4CXX_DIR)/msvc/lib" GenerateDebugInformation="TRUE" ! ProgramDatabaseFile=".\build\vc71\$(ConfigurationName)/QLADemo-vc71-mt-gd.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" ! TypeLibraryName=".\build\vc71\$(ConfigurationName)/ClientCDemo.tlb" HeaderFileName=""/> <Tool |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 13:39:25
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Addins/Calc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8771/Addins/Calc Modified Files: AddinCalc.vcproj Log Message: adopting vc71\$(ConfigurationName) in proj files Index: AddinCalc.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/Calc/AddinCalc.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AddinCalc.vcproj 19 May 2006 16:56:16 -0000 1.1 --- AddinCalc.vcproj 11 Jun 2006 13:39:19 -0000 1.2 *************** *** 14,19 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\DebugCRTDLL" ! IntermediateDirectory=".\build\vc71\DebugCRTDLL" ConfigurationType="0" UseOfMFC="0" --- 14,19 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="0" UseOfMFC="0" |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 13:39:24
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8771 Modified Files: QuantLibAddin.sln QuantLibObjects.vcproj todonando.txt Log Message: adopting vc71\$(ConfigurationName) in proj files Index: todonando.txt =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/todonando.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** todonando.txt 8 Jun 2006 20:49:58 -0000 1.6 --- todonando.txt 11 Jun 2006 13:39:19 -0000 1.7 *************** *** 4,7 **** --- 4,8 ---- - stubs in QuantLibObject - enforce version number check + - adoppt $(ConfigurationName) in *vc8.proj files QUANTLIBXL Index: QuantLibAddin.sln =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibAddin.sln,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** QuantLibAddin.sln 9 Jun 2006 19:08:29 -0000 1.5 --- QuantLibAddin.sln 11 Jun 2006 13:39:18 -0000 1.6 *************** *** 30,33 **** --- 30,43 ---- EndProjectSection EndProject + Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibXL", "..\QuantLibXL\qlxl\QuantLibXL.vcproj", "{AA73F007-F040-4A6F-A47A-3099DA0DECA4}" + ProjectSection(ProjectDependencies) = postProject + {6A4CC8C6-BE43-4571-B261-037E56A7A38D} = {6A4CC8C6-BE43-4571-B261-037E56A7A38D} + EndProjectSection + EndProject + Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibXLDynamic", "..\QuantLibXL\qlxl\QuantLibXLDynamic.vcproj", "{9E0570ED-D487-4550-B8BC-5A26EA49A6FD}" + ProjectSection(ProjectDependencies) = postProject + {6A4CC8C6-BE43-4571-B261-037E56A7A38D} = {6A4CC8C6-BE43-4571-B261-037E56A7A38D} + EndProjectSection + EndProject Global GlobalSection(SolutionConfiguration) = preSolution *************** *** 125,128 **** --- 135,166 ---- {19C36A53-51F2-4951-9A38-CCF6A250814F}.Release SingleThread.ActiveCfg = All|Win32 {19C36A53-51F2-4951-9A38-CCF6A250814F}.Release SingleThread.Build.0 = All|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.All.ActiveCfg = Release CRTDLL|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.All.Build.0 = Release CRTDLL|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Debug.ActiveCfg = Debug|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Debug.Build.0 = Debug|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Debug CRTDLL.ActiveCfg = Debug CRTDLL|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Debug CRTDLL.Build.0 = Debug CRTDLL|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Debug SingleThread.ActiveCfg = Debug SingleThread|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Debug SingleThread.Build.0 = Debug SingleThread|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Release.ActiveCfg = Release|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Release.Build.0 = Release|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Release CRTDLL.ActiveCfg = Release CRTDLL|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Release CRTDLL.Build.0 = Release CRTDLL|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Release SingleThread.ActiveCfg = Release SingleThread|Win32 + {AA73F007-F040-4A6F-A47A-3099DA0DECA4}.Release SingleThread.Build.0 = Release SingleThread|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.All.ActiveCfg = Release CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.All.Build.0 = Release CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Debug.ActiveCfg = Debug CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Debug.Build.0 = Debug CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Debug CRTDLL.ActiveCfg = Debug CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Debug CRTDLL.Build.0 = Debug CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Debug SingleThread.ActiveCfg = Debug CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Debug SingleThread.Build.0 = Debug CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Release.ActiveCfg = Release CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Release.Build.0 = Release CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Release CRTDLL.ActiveCfg = Release CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Release CRTDLL.Build.0 = Release CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Release SingleThread.ActiveCfg = Release CRTDLL|Win32 + {9E0570ED-D487-4550-B8BC-5A26EA49A6FD}.Release SingleThread.Build.0 = Release CRTDLL|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution Index: QuantLibObjects.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects.vcproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** QuantLibObjects.vcproj 9 Jun 2006 18:58:47 -0000 1.5 --- QuantLibObjects.vcproj 11 Jun 2006 13:39:19 -0000 1.6 *************** *** 14,19 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc71\ReleaseCRTDLL" ConfigurationType="4" UseOfMFC="0" --- 14,19 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 31,38 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseCRTDLL/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseCRTDLL/" ! ObjectFile=".\build\vc71\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 31,38 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 67,72 **** <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\Release" ! IntermediateDirectory=".\build\vc71\Release" ConfigurationType="4" UseOfMFC="0" --- 67,72 ---- <Configuration Name="Release|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 84,91 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Release/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\Release/" ! ObjectFile=".\build\vc71\Release/" ! ProgramDataBaseFileName=".\build\vc71\Release/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 84,91 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 120,125 **** <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\Debug" ! IntermediateDirectory=".\build\vc71\Debug" ConfigurationType="4" UseOfMFC="0" --- 120,125 ---- <Configuration Name="Debug|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 135,142 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\Debug/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\Debug/" ! ObjectFile=".\build\vc71\Debug/" ! ProgramDataBaseFileName=".\build\vc71\Debug/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 135,142 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 172,177 **** <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\ReleaseST" ! IntermediateDirectory=".\build\vc71\ReleaseST" ConfigurationType="4" UseOfMFC="0" --- 172,177 ---- <Configuration Name="Release SingleThread|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 189,196 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseST/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseST/" ! ObjectFile=".\build\vc71\ReleaseST/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 189,196 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 225,230 **** <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\DebugST" ! IntermediateDirectory=".\build\vc71\DebugST" ConfigurationType="4" UseOfMFC="0" --- 225,230 ---- <Configuration Name="Debug SingleThread|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 240,247 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugST/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\DebugST/" ! ObjectFile=".\build\vc71\DebugST/" ! ProgramDataBaseFileName=".\build\vc71\DebugST/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 240,247 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 277,282 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\DebugCRTDLL" ! IntermediateDirectory=".\build\vc71\DebugCRTDLL" ConfigurationType="4" UseOfMFC="0" --- 277,282 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 292,299 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugCRTDLL/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\DebugCRTDLL/" ! ObjectFile=".\build\vc71\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 292,299 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/QuantLibAddin.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" |
|
From: Ferdinando A. <na...@us...> - 2006-06-11 13:39:23
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/Addins/C In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv8771/Addins/C Modified Files: AddinC.vcproj Log Message: adopting vc71\$(ConfigurationName) in proj files Index: AddinC.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Addins/C/AddinC.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AddinC.vcproj 19 May 2006 16:56:16 -0000 1.1 --- AddinC.vcproj 11 Jun 2006 13:39:19 -0000 1.2 *************** *** 13,18 **** <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\DebugCRTDLL" ! IntermediateDirectory=".\build\vc71\DebugCRTDLL" ConfigurationType="4" UseOfMFC="0" --- 13,18 ---- <Configuration Name="Debug CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 28,35 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\DebugCRTDLL/AddinC.pch" ! AssemblerListingLocation=".\build\vc71\DebugCRTDLL/" ! ObjectFile=".\build\vc71\DebugCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\DebugCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 28,35 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/AddinC.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" *************** *** 65,70 **** <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\ReleaseCRTDLL" ! IntermediateDirectory=".\build\vc71\ReleaseCRTDLL" ConfigurationType="4" UseOfMFC="0" --- 65,70 ---- <Configuration Name="Release CRTDLL|Win32" ! OutputDirectory=".\build\vc71\$(ConfigurationName)" ! IntermediateDirectory=".\build\vc71\$(ConfigurationName)" ConfigurationType="4" UseOfMFC="0" *************** *** 82,89 **** RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\ReleaseCRTDLL/AddinC.pch" ! AssemblerListingLocation=".\build\vc71\ReleaseCRTDLL/" ! ObjectFile=".\build\vc71\ReleaseCRTDLL/" ! ProgramDataBaseFileName=".\build\vc71\ReleaseCRTDLL/" WarningLevel="3" SuppressStartupBanner="TRUE" --- 82,89 ---- RuntimeTypeInfo="TRUE" UsePrecompiledHeader="2" ! PrecompiledHeaderFile=".\build\vc71\$(ConfigurationName)/AddinC.pch" ! AssemblerListingLocation=".\build\vc71\$(ConfigurationName)/" ! ObjectFile=".\build\vc71\$(ConfigurationName)/" ! ProgramDataBaseFileName=".\build\vc71\$(ConfigurationName)/" WarningLevel="3" SuppressStartupBanner="TRUE" |
|
From: Eric E. <eri...@us...> - 2006-06-11 12:38:41
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11718/qlo Modified Files: swap.cpp Log Message: - allow nesting of QL & non-QL functions - support for permanent objects Index: swap.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swap.cpp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** swap.cpp 9 Jun 2006 18:58:47 -0000 1.5 --- swap.cpp 11 Jun 2006 12:38:33 -0000 1.6 *************** *** 35,39 **** const CashFlowVector& paidLeg = paidLegWrapper->getVector(); - getLibraryObject < QuantLib::Swap >(); const CashFlowVector& recvLeg = recvLegWrapper->getVector(); QuantLib::Handle<QuantLib::YieldTermStructure> discountingTermStructure; --- 35,38 ---- |
|
From: Ferdinando A. <na...@us...> - 2006-06-09 19:08:34
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv16167 Modified Files: QuantLibAddin.sln Log Message: VC71 catching up Index: QuantLibAddin.sln =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibAddin.sln,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** QuantLibAddin.sln 8 Jun 2006 14:52:22 -0000 1.4 --- QuantLibAddin.sln 9 Jun 2006 19:08:29 -0000 1.5 *************** *** 23,26 **** --- 23,27 ---- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QuantLibObjects", "QuantLibObjects.vcproj", "{6A4CC8C6-BE43-4571-B261-037E56A7A38D}" ProjectSection(ProjectDependencies) = postProject + {19C36A53-51F2-4951-9A38-CCF6A250814F} = {19C36A53-51F2-4951-9A38-CCF6A250814F} EndProjectSection EndProject |
|
From: Eric E. <eri...@us...> - 2006-06-09 18:58:55
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/stubs In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11657/gensrc/stubs Modified Files: stub.excel.includes stub.excel.register Log Message: cleaner processing for object references Index: stub.excel.register =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/stubs/stub.excel.register,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stub.excel.register 6 Jun 2006 09:09:07 -0000 1.1 --- stub.excel.register 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 1,8 **** ! #include <oh/objhandlerdefines.hpp> ! #include <windows.h> ! #include <xlsdk/xlcall.h> ! #include <xlsdk/framewrk.hpp> ! #include <xlsdk/xlsdkdefines.hpp> ! #include <ohxl/conversions.hpp> #include <qlo/qladdindefines.hpp> /* Use BOOST_MSVC instead of _MSC_VER since some other vendors --- 1,3 ---- ! #include <ohxl/objhandlerxl.hpp> #include <qlo/qladdindefines.hpp> /* Use BOOST_MSVC instead of _MSC_VER since some other vendors *************** *** 34,37 **** --- 29,37 ---- #include <sstream> + #ifdef XLL_STATIC + // instantiate the objecthandler singleton + ObjHandler::ObjectHandlerXL oh; + #endif + DLLEXPORT void xlAutoFree(XLOPER *px) { if (px->xltype & xltypeStr && px->val.str) Index: stub.excel.includes =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/stubs/stub.excel.includes,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** stub.excel.includes 6 Jun 2006 09:09:07 -0000 1.1 --- stub.excel.includes 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 3,10 **** #include <qlo/conversions.hpp> %(includes)s ! #include <xlsdk/xlsdk.hpp> ! #include <oh/objhandler.hpp> ! #include <ohxl/conversions.hpp> ! #include <ohxl/functioncall.hpp> #include <qlxl/session.hpp> --- 3,7 ---- #include <qlo/conversions.hpp> %(includes)s ! #include <ohxl/objhandlerxl.hpp> #include <qlxl/session.hpp> |
|
From: Eric E. <eri...@us...> - 2006-06-09 18:58:52
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11657/gensrc Modified Files: Makefile.vc Log Message: cleaner processing for object references Index: Makefile.vc =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/Makefile.vc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.vc 8 Jun 2006 18:42:42 -0000 1.5 --- Makefile.vc 9 Jun 2006 18:58:47 -0000 1.6 *************** *** 25,28 **** --- 25,29 ---- metadata\termstructures.xml \ metadata\utilities.xml \ + metadata\vanillaswap.xml \ metadata\volatilities.xml \ metadata\xibor.xml *************** *** 32,38 **** STUBS= stubs\stub.copyright \ stubs\stub.excel.register ! INPUTS = $(METADATA) $(CONFIG) $(STUBS) ALL : $(BUILDFLAG) --- 33,40 ---- STUBS= stubs\stub.copyright \ + stubs\stub.excel.includes \ stubs\stub.excel.register ! INPUTS = $(METADATA) $(CONFIG) $(STUBS) $(SCRIPT) ALL : $(BUILDFLAG) |
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11657/qlo Modified Files: asianoption.cpp asianoption.hpp barrieroption.cpp barrieroption.hpp baseinstruments.hpp calendar.cpp calendar.hpp capfloor.cpp capfloor.hpp cliquetoption.cpp cliquetoption.hpp couponvectors.hpp dividendvanillaoption.cpp dividendvanillaoption.hpp europeanoption.cpp europeanoption.hpp exercise.cpp exercise.hpp fixedcouponbond.cpp fixedcouponbond.hpp forwardrateagreement.cpp forwardrateagreement.hpp forwardvanillaoption.cpp forwardvanillaoption.hpp interpolation.cpp interpolation.hpp processes.cpp processes.hpp quantoforwardvanillaoption.cpp quantoforwardvanillaoption.hpp quantovanillaoption.cpp quantovanillaoption.hpp randomsequencegenerator.hpp schedule.cpp schedule.hpp shortratemodels.cpp shortratemodels.hpp swap.cpp swap.hpp termstructures.cpp termstructures.hpp vanillaoption.cpp vanillaoption.hpp vanillaswap.cpp vanillaswap.hpp volatilities.cpp volatilities.hpp xibor.cpp xibor.hpp zerocouponbond.cpp zerocouponbond.hpp Log Message: cleaner processing for object references Index: asianoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/asianoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** asianoption.cpp 24 May 2006 14:59:43 -0000 1.2 --- asianoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 42,47 **** Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = ! boost::shared_ptr<QuantLib::ContinuousAveragingAsianOption>( new QuantLib::ContinuousAveragingAsianOption( averageType, --- 42,46 ---- Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::ContinuousAveragingAsianOption( averageType, *************** *** 70,75 **** Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = ! boost::shared_ptr<QuantLib::DiscreteAveragingAsianOption>( new QuantLib::DiscreteAveragingAsianOption( averageType, --- 69,73 ---- Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::DiscreteAveragingAsianOption( averageType, Index: termstructures.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/termstructures.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** termstructures.hpp 19 May 2006 16:56:16 -0000 1.1 --- termstructures.hpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 32,50 **** namespace QuantLibAddin { ! class RateHelper : public ObjHandler::Object { public: - virtual boost::shared_ptr<void> getReference() const { - return boost::static_pointer_cast<void>(rateHelper_); - } double setQuote(double quote); QuantLib::Handle<QuantLib::Quote> quoteHandle() const { return quoteHandle_; } - const QuantLib::RateHelper& getObject() const { - return *rateHelper_; - } protected: boost::shared_ptr<QuantLib::SimpleQuote> quote_; - boost::shared_ptr<QuantLib::RateHelper> rateHelper_; QuantLib::Handle<QuantLib::Quote> quoteHandle_; }; --- 32,43 ---- namespace QuantLibAddin { ! class RateHelper : public ObjHandler::LibraryObject<QuantLib::RateHelper> { public: double setQuote(double quote); QuantLib::Handle<QuantLib::Quote> quoteHandle() const { return quoteHandle_; } protected: boost::shared_ptr<QuantLib::SimpleQuote> quote_; QuantLib::Handle<QuantLib::Quote> quoteHandle_; }; *************** *** 89,100 **** }; ! class YieldTermStructure : public ObjHandler::Object { ! public: ! virtual boost::shared_ptr<void> getReference() const { ! return boost::static_pointer_cast<void>(termStructure_); ! } ! const QuantLib::YieldTermStructure& getObject() const {return *termStructure_;} ! protected: ! boost::shared_ptr<QuantLib::YieldTermStructure> termStructure_; }; --- 82,86 ---- }; ! class YieldTermStructure : public ObjHandler::LibraryObject<QuantLib::YieldTermStructure> { }; Index: europeanoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/europeanoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** europeanoption.cpp 24 May 2006 14:59:44 -0000 1.2 --- europeanoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 42,46 **** boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::EuropeanOption>( new QuantLib::EuropeanOption( blackScholesProcess, --- 42,46 ---- boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::EuropeanOption( blackScholesProcess, Index: processes.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/processes.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** processes.cpp 24 May 2006 14:59:44 -0000 1.2 --- processes.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 50,54 **** blackVolTermStructureH(blackVolTermStructureP); ! blackScholesProcess_ = boost::shared_ptr<QuantLib::GeneralizedBlackScholesProcess> ( new QuantLib::GeneralizedBlackScholesProcess( underlyingH, --- 50,54 ---- blackVolTermStructureH(blackVolTermStructureP); ! libraryObject_ = boost::shared_ptr<QuantLib::GeneralizedBlackScholesProcess> ( new QuantLib::GeneralizedBlackScholesProcess( underlyingH, Index: capfloor.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/capfloor.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** capfloor.hpp 24 May 2006 14:59:44 -0000 1.2 --- capfloor.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 35,52 **** const std::string& engineID, const QuantLib::CapFloor::Type& option); - - EXPORT_UNDERLYING_OBJECT(QuantLib::CapFloor, mInstrument) - }; ! class AnalyticCapFloorEngine : public ObjHandler::Object { public: AnalyticCapFloorEngine( const boost::shared_ptr < QuantLib::AffineModel >& model); - virtual boost::shared_ptr<void> getReference() const { - return boost::static_pointer_cast<void>(engine_); - } - private: - boost::shared_ptr<QuantLib::PricingEngine> engine_; }; --- 35,44 ---- const std::string& engineID, const QuantLib::CapFloor::Type& option); }; ! class AnalyticCapFloorEngine : public ObjHandler::LibraryObject<QuantLib::PricingEngine> { public: AnalyticCapFloorEngine( const boost::shared_ptr < QuantLib::AffineModel >& model); }; Index: dividendvanillaoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/dividendvanillaoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dividendvanillaoption.cpp 24 May 2006 14:59:44 -0000 1.2 --- dividendvanillaoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 40,44 **** boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::DividendVanillaOption>( new QuantLib::DividendVanillaOption( blackScholesProcess, --- 40,44 ---- boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::DividendVanillaOption>( new QuantLib::DividendVanillaOption( blackScholesProcess, Index: termstructures.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/termstructures.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** termstructures.cpp 1 Jun 2006 10:52:21 -0000 1.4 --- termstructures.cpp 9 Jun 2006 18:58:47 -0000 1.5 *************** *** 40,44 **** } - DepositRateHelper::DepositRateHelper( const double "e, --- 40,43 ---- *************** *** 54,58 **** quoteHandle_.linkTo(quote_); ! rateHelper_ = boost::shared_ptr<QuantLib::RateHelper>( new QuantLib::DepositRateHelper(quoteHandle_, maturity, --- 53,57 ---- quoteHandle_.linkTo(quote_); ! libraryObject_ = boost::shared_ptr<QuantLib::RateHelper>( new QuantLib::DepositRateHelper(quoteHandle_, maturity, *************** *** 77,81 **** QuantLib::Date expiry = QuantLib::Date::IMMdate(immDateID); ! rateHelper_ = boost::shared_ptr<QuantLib::RateHelper>( new QuantLib::FuturesRateHelper( quoteHandle_, --- 76,80 ---- QuantLib::Date expiry = QuantLib::Date::IMMdate(immDateID); ! libraryObject_ = boost::shared_ptr<QuantLib::RateHelper>( new QuantLib::FuturesRateHelper( quoteHandle_, *************** *** 103,107 **** quoteHandle_.linkTo(quote_); ! rateHelper_ = boost::shared_ptr<QuantLib::RateHelper>( new QuantLib::SwapRateHelper(quoteHandle_, maturity, --- 102,106 ---- quoteHandle_.linkTo(quote_); ! libraryObject_ = boost::shared_ptr<QuantLib::RateHelper>( new QuantLib::SwapRateHelper(quoteHandle_, maturity, *************** *** 146,150 **** true); ! termStructure_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::PiecewiseYieldCurve<QuantLib::Discount, QuantLib::LogLinear>( --- 145,149 ---- true); ! libraryObject_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::PiecewiseYieldCurve<QuantLib::Discount, QuantLib::LogLinear>( *************** *** 172,176 **** const QuantLib::DayCounter &dayCounter) { ! termStructure_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::DiscountCurve(dates, dfs, dayCounter)); } --- 171,175 ---- const QuantLib::DayCounter &dayCounter) { ! libraryObject_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::DiscountCurve(dates, dfs, dayCounter)); } *************** *** 181,185 **** const QuantLib::DayCounter &dayCounter) { ! termStructure_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::ZeroCurve(dates, zeroRates, dayCounter)); } --- 180,184 ---- const QuantLib::DayCounter &dayCounter) { ! libraryObject_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::ZeroCurve(dates, zeroRates, dayCounter)); } *************** *** 190,194 **** const QuantLib::DayCounter &dayCounter) { ! termStructure_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::ForwardCurve(dates, forwardRates, dayCounter)); } --- 189,193 ---- const QuantLib::DayCounter &dayCounter) { ! libraryObject_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::ForwardCurve(dates, forwardRates, dayCounter)); } *************** *** 210,214 **** boost::shared_ptr<QuantLib::Quote>(new QuantLib::SimpleQuote(spread))); ! termStructure_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::ForwardSpreadedTermStructure(discountingTermStructure, spreadQuote)); } --- 209,213 ---- boost::shared_ptr<QuantLib::Quote>(new QuantLib::SimpleQuote(spread))); ! libraryObject_ = boost::shared_ptr<QuantLib::YieldTermStructure>( new QuantLib::ForwardSpreadedTermStructure(discountingTermStructure, spreadQuote)); } *************** *** 279,290 **** QuantLib::Date earliestDate, evalDate = QuantLib::Settings::instance().evaluationDate(); for (i=0; i<nInstruments; i++) { ! earliestDate = instruments[i]->getObject().earliestDate(); if (includeFlag[i]) { if (!boost::dynamic_pointer_cast<FuturesRateHelper>(instruments[i]) && (earliestDate >= evalDate)) { ! rhs.push_back(detail::RateHelperItem(instruments[i]->getObject().latestDate(), priority[i], instrumentHandles[i])); } else if (futuresCounter<nFutures && (earliestDate-2 >= evalDate)) { futuresCounter++; ! rhs.push_back(detail::RateHelperItem(instruments[i]->getObject().latestDate(), priority[i], instrumentHandles[i])); } --- 278,291 ---- QuantLib::Date earliestDate, evalDate = QuantLib::Settings::instance().evaluationDate(); for (i=0; i<nInstruments; i++) { ! const boost::shared_ptr < QuantLib::RateHelper > temp = ! instruments[i]->getLibraryObject < QuantLib::RateHelper >(); ! earliestDate = temp->earliestDate(); if (includeFlag[i]) { if (!boost::dynamic_pointer_cast<FuturesRateHelper>(instruments[i]) && (earliestDate >= evalDate)) { ! rhs.push_back(detail::RateHelperItem(temp->latestDate(), priority[i], instrumentHandles[i])); } else if (futuresCounter<nFutures && (earliestDate-2 >= evalDate)) { futuresCounter++; ! rhs.push_back(detail::RateHelperItem(temp->latestDate(), priority[i], instrumentHandles[i])); } Index: randomsequencegenerator.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/randomsequencegenerator.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** randomsequencegenerator.hpp 19 May 2006 16:56:16 -0000 1.1 --- randomsequencegenerator.hpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 33,40 **** virtual std::vector<double> nextSequence() const = 0; - - virtual boost::shared_ptr<void> getReference() const { - return boost::shared_ptr<void>(); - } }; --- 33,36 ---- Index: processes.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/processes.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** processes.hpp 24 May 2006 14:59:44 -0000 1.2 --- processes.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 25,31 **** namespace QuantLibAddin { ! class GeneralizedBlackScholesProcess : public ObjHandler::Object { public: - GeneralizedBlackScholesProcess( const boost::shared_ptr < QuantLib::BlackVolTermStructure > &blackVolTermStructureP, --- 25,30 ---- namespace QuantLibAddin { ! class GeneralizedBlackScholesProcess : public ObjHandler::LibraryObject<QuantLib::GeneralizedBlackScholesProcess> { public: GeneralizedBlackScholesProcess( const boost::shared_ptr < QuantLib::BlackVolTermStructure > &blackVolTermStructureP, *************** *** 35,43 **** const double &riskFreeRate, const double ÷ndYield); - virtual boost::shared_ptr<void> getReference() const { - return boost::static_pointer_cast<void>(blackScholesProcess_); - } - private: - boost::shared_ptr<QuantLib::GeneralizedBlackScholesProcess> blackScholesProcess_; }; --- 34,37 ---- Index: fixedcouponbond.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/fixedcouponbond.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fixedcouponbond.cpp 19 May 2006 16:56:16 -0000 1.1 --- fixedcouponbond.cpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 54,58 **** } ! mInstrument = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::FixedCouponBond(issueDate, datedDate, --- 54,58 ---- } ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::FixedCouponBond(issueDate, datedDate, Index: xibor.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/xibor.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xibor.hpp 1 Jun 2006 12:51:20 -0000 1.4 --- xibor.hpp 9 Jun 2006 18:58:47 -0000 1.5 *************** *** 25,29 **** namespace QuantLibAddin { ! class Xibor : public ObjHandler::Object { public: Xibor(const std::string &indexName, --- 25,29 ---- namespace QuantLibAddin { ! class Xibor : public ObjHandler::LibraryObject<QuantLib::Xibor> { public: Xibor(const std::string &indexName, *************** *** 38,50 **** const std::vector<QuantLib::Date>& dates, const std::vector<double> &fixings); - - const QuantLib::Xibor& getObject() const {return *index_;} - - virtual boost::shared_ptr<void> getReference() const { - return boost::static_pointer_cast<void>(index_); - } - - private: - boost::shared_ptr<QuantLib::Xibor> index_; }; } --- 38,41 ---- Index: forwardvanillaoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/forwardvanillaoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** forwardvanillaoption.cpp 24 May 2006 14:59:44 -0000 1.2 --- forwardvanillaoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 39,43 **** boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::ForwardVanillaOption>( new QuantLib::ForwardVanillaOption( moneyness, --- 39,43 ---- boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::ForwardVanillaOption( moneyness, Index: cliquetoption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/cliquetoption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cliquetoption.hpp 24 May 2006 14:59:44 -0000 1.2 --- cliquetoption.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 35,40 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::CliquetOption, mInstrument) }; --- 35,38 ---- Index: quantoforwardvanillaoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/quantoforwardvanillaoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** quantoforwardvanillaoption.cpp 24 May 2006 14:59:44 -0000 1.2 --- quantoforwardvanillaoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 60,64 **** Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::QuantoForwardVanillaOption>( new QuantLib::QuantoForwardVanillaOption( termStructureH, --- 60,64 ---- Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::QuantoForwardVanillaOption( termStructureH, Index: barrieroption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/barrieroption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** barrieroption.cpp 24 May 2006 14:59:44 -0000 1.2 --- barrieroption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 41,45 **** Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::BarrierOption>( new QuantLib::BarrierOption( barrierType, --- 41,45 ---- Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::BarrierOption( barrierType, Index: zerocouponbond.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/zerocouponbond.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zerocouponbond.hpp 24 May 2006 14:59:44 -0000 1.2 --- zerocouponbond.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 24,28 **** namespace QuantLibAddin { ! class ZeroCouponBond : public Bond { public: ZeroCouponBond( --- 24,28 ---- namespace QuantLibAddin { ! class ZeroCouponBond : public Instrument { public: ZeroCouponBond( Index: vanillaoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/vanillaoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vanillaoption.cpp 24 May 2006 14:59:44 -0000 1.2 --- vanillaoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 43,47 **** boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::VanillaOption>( new QuantLib::VanillaOption( blackScholesProcess, --- 43,47 ---- boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::VanillaOption( blackScholesProcess, *************** *** 56,60 **** boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument->setPricingEngine(pricingEngine); return engineID; } --- 56,60 ---- boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_->setPricingEngine(pricingEngine); return engineID; } Index: calendar.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/calendar.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** calendar.cpp 23 May 2006 11:49:07 -0000 1.2 --- calendar.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 30,34 **** const std::vector <QuantLib::Calendar> &calendars) { if (calendars.size() == 2) { ! jointCalendar_ = boost::shared_ptr<QuantLib::JointCalendar>( new QuantLib::JointCalendar( calendars[0], --- 30,34 ---- const std::vector <QuantLib::Calendar> &calendars) { if (calendars.size() == 2) { ! libraryObject_ = boost::shared_ptr<QuantLib::JointCalendar>( new QuantLib::JointCalendar( calendars[0], *************** *** 36,40 **** jointCalendarRule)); } else if (calendars.size() == 3) { ! jointCalendar_ = boost::shared_ptr<QuantLib::JointCalendar>( new QuantLib::JointCalendar( calendars[0], --- 36,40 ---- jointCalendarRule)); } else if (calendars.size() == 3) { ! libraryObject_ = boost::shared_ptr<QuantLib::JointCalendar>( new QuantLib::JointCalendar( calendars[0], *************** *** 43,47 **** jointCalendarRule)); } else if (calendars.size() == 4) { ! jointCalendar_ = boost::shared_ptr<QuantLib::JointCalendar>( new QuantLib::JointCalendar( calendars[0], --- 43,47 ---- jointCalendarRule)); } else if (calendars.size() == 4) { ! libraryObject_ = boost::shared_ptr<QuantLib::JointCalendar>( new QuantLib::JointCalendar( calendars[0], Index: shortratemodels.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/shortratemodels.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shortratemodels.cpp 24 May 2006 14:59:44 -0000 1.2 --- shortratemodels.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 1,5 **** /* ! Copyright (C) 2005 Eric Ehlers Copyright (C) 2005 Aurelien Chanudet --- 1,5 ---- /* ! Copyright (C) 2005, 2006 Eric Ehlers Copyright (C) 2005 Aurelien Chanudet *************** *** 31,35 **** const double &sigma) { ! model_ = boost::shared_ptr<QuantLib::Vasicek>( new QuantLib::Vasicek(a, b, lambda, sigma)); } --- 31,35 ---- const double &sigma) { ! libraryObject_ = boost::shared_ptr<QuantLib::AffineModel>( new QuantLib::Vasicek(a, b, lambda, sigma)); } *************** *** 42,46 **** QuantLib::Handle<QuantLib::YieldTermStructure> termStructureH(termStructureP); ! model_ = boost::shared_ptr<QuantLib::HullWhite>( new QuantLib::HullWhite(termStructureH, a, sigma)); } --- 42,46 ---- QuantLib::Handle<QuantLib::YieldTermStructure> termStructureH(termStructureP); ! libraryObject_ = boost::shared_ptr<QuantLib::AffineModel>( new QuantLib::HullWhite(termStructureH, a, sigma)); } Index: baseinstruments.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/baseinstruments.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** baseinstruments.hpp 8 Jun 2006 18:42:42 -0000 1.2 --- baseinstruments.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 26,52 **** namespace QuantLibAddin { - class Instrument : public ObjHandler::Object { - public: - virtual boost::shared_ptr<void> getReference() const { - return boost::static_pointer_cast<void>(mInstrument); - } - - const QuantLib::Instrument& getObject() const { - return *mInstrument; - } - - protected: - boost::shared_ptr<QuantLib::Instrument> mInstrument; - }; ! class Bond : public Instrument { ! public: ! EXPORT_UNDERLYING_OBJECT(QuantLib::Bond, mInstrument) }; class OneAssetOption : public Instrument { - public: - EXPORT_UNDERLYING_OBJECT(QuantLib::OneAssetOption, mInstrument) }; } --- 26,36 ---- namespace QuantLibAddin { ! class Instrument : public ObjHandler::LibraryObject<QuantLib::Instrument> { }; class OneAssetOption : public Instrument { }; + } Index: europeanoption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/europeanoption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** europeanoption.hpp 24 May 2006 14:59:44 -0000 1.2 --- europeanoption.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 35,41 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::EuropeanOption, mInstrument) - }; --- 35,38 ---- Index: quantoforwardvanillaoption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/quantoforwardvanillaoption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** quantoforwardvanillaoption.hpp 24 May 2006 14:59:44 -0000 1.2 --- quantoforwardvanillaoption.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 41,46 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::QuantoForwardVanillaOption, mInstrument) }; --- 41,44 ---- Index: exercise.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/exercise.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** exercise.hpp 19 May 2006 16:56:16 -0000 1.1 --- exercise.hpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 24,37 **** namespace QuantLibAddin { ! class Exercise : public ObjHandler::Object { ! public: ! virtual boost::shared_ptr<void> getReference() const { ! return boost::static_pointer_cast<void>(exercise_); ! } ! const QuantLib::Exercise& getObject() const { ! return *exercise_; ! } ! protected: ! boost::shared_ptr<QuantLib::Exercise> exercise_; }; --- 24,28 ---- namespace QuantLibAddin { ! class Exercise : public ObjHandler::LibraryObject<QuantLib::Exercise> { }; Index: fixedcouponbond.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/fixedcouponbond.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fixedcouponbond.hpp 19 May 2006 16:56:16 -0000 1.1 --- fixedcouponbond.hpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 25,29 **** namespace QuantLibAddin { ! class FixedCouponBond : public Bond { public: FixedCouponBond( --- 25,29 ---- namespace QuantLibAddin { ! class FixedCouponBond : public Instrument { public: FixedCouponBond( Index: cliquetoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/cliquetoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cliquetoption.cpp 24 May 2006 14:59:44 -0000 1.2 --- cliquetoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 42,46 **** boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::CliquetOption>( new QuantLib::CliquetOption( blackScholesProcess, --- 42,46 ---- boost::shared_ptr<QuantLib::PricingEngine> pricingEngine = Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::CliquetOption( blackScholesProcess, Index: schedule.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/schedule.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** schedule.hpp 8 Jun 2006 20:47:53 -0000 1.2 --- schedule.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 24,28 **** namespace QuantLibAddin { ! class Schedule : public ObjHandler::Object { public: Schedule(const QuantLib::Calendar& calendar, --- 24,28 ---- namespace QuantLibAddin { ! class Schedule : public ObjHandler::LibraryObject<QuantLib::Schedule> { public: Schedule(const QuantLib::Calendar& calendar, *************** *** 34,48 **** bool startFromEnd, bool longFinal); - - virtual boost::shared_ptr<void> getReference() const { - return boost::static_pointer_cast<void>(schedule_); - } - - const QuantLib::Schedule& getObject() const { - return *schedule_; - } - - private: - boost::shared_ptr<QuantLib::Schedule> schedule_; }; --- 34,37 ---- Index: couponvectors.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/couponvectors.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** couponvectors.hpp 24 May 2006 14:59:44 -0000 1.2 --- couponvectors.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 29,44 **** class CouponVector : public ObjHandler::Object { ! public: ! virtual boost::shared_ptr<void> getReference() const { ! return boost::shared_ptr<void>(); ! } ! ! const CashFlowVector& getObject() const { ! return cashFlowVector_; ! } ! virtual std::vector<std::vector<double> > getLeg() = 0; double getBPS(const boost::shared_ptr < QuantLib::YieldTermStructure > &termStructure) const; protected: --- 29,40 ---- class CouponVector : public ObjHandler::Object { ! public: virtual std::vector<std::vector<double> > getLeg() = 0; double getBPS(const boost::shared_ptr < QuantLib::YieldTermStructure > &termStructure) const; + + const CashFlowVector &getVector() { + return cashFlowVector_; + } protected: Index: calendar.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/calendar.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** calendar.hpp 5 Jun 2006 13:28:46 -0000 1.3 --- calendar.hpp 9 Jun 2006 18:58:47 -0000 1.4 *************** *** 25,38 **** namespace QuantLibAddin { ! class JointCalendar : public ObjHandler::Object { public: JointCalendar( const QuantLib::JointCalendarRule &jointCalendarRule, const std::vector <QuantLib::Calendar> &calendars); - virtual boost::shared_ptr<void> getReference() const { - return boost::static_pointer_cast<void>(jointCalendar_); - } - protected: - boost::shared_ptr<QuantLib::Calendar> jointCalendar_; }; --- 25,33 ---- namespace QuantLibAddin { ! class JointCalendar : public ObjHandler::LibraryObject<QuantLib::Calendar> { public: JointCalendar( const QuantLib::JointCalendarRule &jointCalendarRule, const std::vector <QuantLib::Calendar> &calendars); }; Index: vanillaswap.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/vanillaswap.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vanillaswap.hpp 6 Jun 2006 17:16:48 -0000 1.2 --- vanillaswap.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 49,54 **** const boost::shared_ptr < QuantLib::YieldTermStructure > &discYC); - EXPORT_UNDERLYING_OBJECT(QuantLib::VanillaSwap, mInstrument) - const std::vector<std::vector<double> >& fixedLeg() { return Swap::legAnalysis(0); --- 49,52 ---- Index: interpolation.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/interpolation.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** interpolation.cpp 8 Jun 2006 20:49:22 -0000 1.3 --- interpolation.cpp 9 Jun 2006 18:58:47 -0000 1.4 *************** *** 35,39 **** QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! interp_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::BackwardFlatInterpolation(x_.begin(), x_.end(), --- 35,39 ---- QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! libraryObject_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::BackwardFlatInterpolation(x_.begin(), x_.end(), *************** *** 47,51 **** QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! interp_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::ForwardFlatInterpolation(x_.begin(), x_.end(), --- 47,51 ---- QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! libraryObject_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::ForwardFlatInterpolation(x_.begin(), x_.end(), *************** *** 60,64 **** QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! interp_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::LinearInterpolation(x_.begin(), x_.end(), --- 60,64 ---- QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! libraryObject_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::LinearInterpolation(x_.begin(), x_.end(), *************** *** 78,82 **** QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! interp_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::CubicSpline( x_.begin(), x_.end(), y_.begin(), --- 78,82 ---- QL_REQUIRE(x.size()==y.size(), "unmatched x/y"); ! libraryObject_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::CubicSpline( x_.begin(), x_.end(), y_.begin(), *************** *** 98,102 **** double rho) : x_(x), y_(y) { ! interp_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::SABRInterpolation( x_.begin(), x_.end(), y_.begin(), --- 98,102 ---- double rho) : x_(x), y_(y) { ! libraryObject_ = boost::shared_ptr<QuantLib::Interpolation>( new QuantLib::SABRInterpolation( x_.begin(), x_.end(), y_.begin(), Index: forwardvanillaoption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/forwardvanillaoption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** forwardvanillaoption.hpp 24 May 2006 14:59:44 -0000 1.2 --- forwardvanillaoption.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 37,42 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::ForwardVanillaOption, mInstrument) }; --- 37,40 ---- Index: schedule.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/schedule.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** schedule.cpp 8 Jun 2006 20:47:53 -0000 1.2 --- schedule.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 1,4 **** --- 1,5 ---- /* + Copyright (C) 2006 Eric Ehlers Copyright (C) 2005 Aurelien Chanudet *************** *** 34,38 **** bool longFinal) { ! schedule_ = boost::shared_ptr<QuantLib::Schedule>( new QuantLib::Schedule(calendar, startDate, --- 35,39 ---- bool longFinal) { ! libraryObject_ = boost::shared_ptr<QuantLib::Schedule>( new QuantLib::Schedule(calendar, startDate, Index: shortratemodels.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/shortratemodels.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** shortratemodels.hpp 24 May 2006 14:59:44 -0000 1.2 --- shortratemodels.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 27,37 **** namespace QuantLibAddin { ! class AffineModel : public ObjHandler::Object { ! public: ! virtual boost::shared_ptr<void> getReference() const { ! return boost::static_pointer_cast<void>(model_); ! } ! protected: ! boost::shared_ptr<QuantLib::AffineModel> model_; }; --- 27,31 ---- namespace QuantLibAddin { ! class AffineModel : public ObjHandler::LibraryObject<QuantLib::AffineModel> { }; Index: zerocouponbond.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/zerocouponbond.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** zerocouponbond.cpp 24 May 2006 14:59:44 -0000 1.2 --- zerocouponbond.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 42,47 **** QuantLib::Handle<QuantLib::YieldTermStructure> zeroCurveH(zeroCurve); ! mInstrument = ! boost::shared_ptr<QuantLib::Instrument>( new QuantLib::ZeroCouponBond(issueDate, maturityDate, --- 42,46 ---- QuantLib::Handle<QuantLib::YieldTermStructure> zeroCurveH(zeroCurve); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::ZeroCouponBond(issueDate, maturityDate, Index: asianoption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/asianoption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** asianoption.hpp 24 May 2006 14:59:44 -0000 1.2 --- asianoption.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 36,41 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::ContinuousAveragingAsianOption, mInstrument) }; --- 36,39 ---- *************** *** 54,59 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::DiscreteAveragingAsianOption, mInstrument) }; --- 52,55 ---- Index: volatilities.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/volatilities.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** volatilities.hpp 19 May 2006 16:56:16 -0000 1.1 --- volatilities.hpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 1,5 **** /* ! Copyright (C) 2005 Eric Ehlers This file is part of QuantLib, a free-software/open-source library --- 1,5 ---- /* ! Copyright (C) 2005, 2006 Eric Ehlers This file is part of QuantLib, a free-software/open-source library *************** *** 25,35 **** namespace QuantLibAddin { ! class BlackVolTermStructure : public ObjHandler::Object { ! public: ! virtual boost::shared_ptr<void> getReference() const { ! return boost::static_pointer_cast<void>(blackVolTermStructure_); ! } ! protected: ! boost::shared_ptr<QuantLib::BlackVolTermStructure> blackVolTermStructure_; }; --- 25,29 ---- namespace QuantLibAddin { ! class BlackVolTermStructure : public ObjHandler::LibraryObject<QuantLib::BlackVolTermStructure> { }; Index: swap.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swap.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** swap.cpp 6 Jun 2006 17:16:48 -0000 1.4 --- swap.cpp 9 Jun 2006 18:58:47 -0000 1.5 *************** *** 1,5 **** /* ! Copyright (C) 2005 Eric Ehlers Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2005 Aurelien Chanudet --- 1,5 ---- /* ! Copyright (C) 2005, 2006 Eric Ehlers Copyright (C) 2006 Ferdinando Ametrano Copyright (C) 2005 Aurelien Chanudet *************** *** 34,43 **** const boost::shared_ptr < QuantLib::YieldTermStructure > &termStructure) { ! const CashFlowVector& paidLeg = paidLegWrapper->getObject(); ! const CashFlowVector& recvLeg = recvLegWrapper->getObject(); QuantLib::Handle<QuantLib::YieldTermStructure> discountingTermStructure; discountingTermStructure.linkTo(termStructure); ! mInstrument = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::Swap(discountingTermStructure, paidLeg, recvLeg)); } --- 34,44 ---- const boost::shared_ptr < QuantLib::YieldTermStructure > &termStructure) { ! const CashFlowVector& paidLeg = paidLegWrapper->getVector(); ! getLibraryObject < QuantLib::Swap >(); ! const CashFlowVector& recvLeg = recvLegWrapper->getVector(); QuantLib::Handle<QuantLib::YieldTermStructure> discountingTermStructure; discountingTermStructure.linkTo(termStructure); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::Swap(discountingTermStructure, paidLeg, recvLeg)); } *************** *** 45,50 **** const std::vector<std::vector<double> >& Swap::legAnalysis(QuantLib::Size i) { const std::vector<boost::shared_ptr<QuantLib::CashFlow> >& cashflows = ! getObject().leg(i); flowAnalysis_.clear(); --- 46,52 ---- const std::vector<std::vector<double> >& Swap::legAnalysis(QuantLib::Size i) { + const boost::shared_ptr < QuantLib::Swap > temp = getLibraryObject < QuantLib::Swap >(); const std::vector<boost::shared_ptr<QuantLib::CashFlow> >& cashflows = ! temp->leg(i); flowAnalysis_.clear(); Index: forwardrateagreement.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/forwardrateagreement.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** forwardrateagreement.cpp 8 Jun 2006 19:53:57 -0000 1.2 --- forwardrateagreement.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 46,50 **** discountingTermStructure.linkTo(termStructure); ! mInstrument = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::ForwardRateAgreement(valueDate, maturityDate, --- 46,50 ---- discountingTermStructure.linkTo(termStructure); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::ForwardRateAgreement(valueDate, maturityDate, Index: swap.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/swap.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** swap.hpp 8 Jun 2006 20:49:58 -0000 1.4 --- swap.hpp 9 Jun 2006 18:58:47 -0000 1.5 *************** *** 37,42 **** termStructure); - EXPORT_UNDERLYING_OBJECT(QuantLib::Swap, mInstrument); - const std::vector<std::vector<double> >& legAnalysis(QuantLib::Size i); --- 37,40 ---- Index: capfloor.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/capfloor.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** capfloor.cpp 24 May 2006 14:59:44 -0000 1.2 --- capfloor.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 41,47 **** OH_GET_OBJECT(couponVectorWrapper, couponVectorID, CouponVector) ! const CashFlowVector& couponVector = couponVectorWrapper->getObject(); ! mInstrument = boost::shared_ptr<QuantLib::CapFloor>( new QuantLib::CapFloor(option, couponVector, --- 41,47 ---- OH_GET_OBJECT(couponVectorWrapper, couponVectorID, CouponVector) ! const CashFlowVector& couponVector = couponVectorWrapper->getVector(); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::CapFloor(option, couponVector, *************** *** 55,59 **** const boost::shared_ptr < QuantLib::AffineModel >& model) { ! engine_ = boost::shared_ptr<QuantLib::AnalyticCapFloorEngine>( new QuantLib::AnalyticCapFloorEngine(model)); } --- 55,59 ---- const boost::shared_ptr < QuantLib::AffineModel >& model) { ! libraryObject_ = boost::shared_ptr<QuantLib::PricingEngine>( new QuantLib::AnalyticCapFloorEngine(model)); } Index: volatilities.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/volatilities.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** volatilities.cpp 19 May 2006 16:56:16 -0000 1.1 --- volatilities.cpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 31,35 **** const QuantLib::DayCounter &dayCounter) { ! blackVolTermStructure_ = boost::shared_ptr<QuantLib::BlackVolTermStructure> ( new QuantLib::BlackConstantVol( settlementDate, --- 31,35 ---- const QuantLib::DayCounter &dayCounter) { ! libraryObject_ = boost::shared_ptr<QuantLib::BlackVolTermStructure> ( new QuantLib::BlackConstantVol( settlementDate, *************** *** 48,52 **** vectorVectorToMatrix(vols); ! blackVolTermStructure_ = boost::shared_ptr<QuantLib::BlackVolTermStructure> ( new QuantLib::BlackVarianceSurface( settlementDate, --- 48,52 ---- vectorVectorToMatrix(vols); ! libraryObject_ = boost::shared_ptr<QuantLib::BlackVolTermStructure> ( new QuantLib::BlackVarianceSurface( settlementDate, *************** *** 57,61 **** } - } - --- 57,59 ---- Index: quantovanillaoption.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/quantovanillaoption.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** quantovanillaoption.cpp 24 May 2006 14:59:44 -0000 1.2 --- quantovanillaoption.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 58,62 **** Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! mInstrument = boost::shared_ptr<QuantLib::QuantoVanillaOption>( new QuantLib::QuantoVanillaOption( termStructureH, --- 58,62 ---- Create<boost::shared_ptr<QuantLib::PricingEngine> >()(engineID, timeSteps); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::QuantoVanillaOption( termStructureH, Index: vanillaswap.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/vanillaswap.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** vanillaswap.cpp 6 Jun 2006 17:16:48 -0000 1.2 --- vanillaswap.cpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 62,66 **** QuantLib::Date(), floatStartFromEnd, floatLongFinal); ! mInstrument = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::VanillaSwap(payFixed, nominal, --- 62,66 ---- QuantLib::Date(), floatStartFromEnd, floatLongFinal); ! libraryObject_ = boost::shared_ptr<QuantLib::Instrument>( new QuantLib::VanillaSwap(payFixed, nominal, Index: forwardrateagreement.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/forwardrateagreement.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** forwardrateagreement.hpp 8 Jun 2006 19:53:57 -0000 1.2 --- forwardrateagreement.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 41,48 **** QuantLib::Compounding compounding = QuantLib::Simple, QuantLib::Frequency frequency = QuantLib::Annual); - - - EXPORT_UNDERLYING_OBJECT(QuantLib::ForwardRateAgreement, mInstrument); - }; --- 41,44 ---- Index: interpolation.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/interpolation.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** interpolation.hpp 8 Jun 2006 20:49:22 -0000 1.3 --- interpolation.hpp 9 Jun 2006 18:58:47 -0000 1.4 *************** *** 24,37 **** namespace QuantLibAddin { ! class Interpolation : public ObjHandler::Object { ! public: ! virtual boost::shared_ptr<void> getReference() const { ! return boost::shared_ptr<void>(interp_); ! } ! const QuantLib::Interpolation& getObject() const { ! return *interp_; ! } ! protected: ! boost::shared_ptr<QuantLib::Interpolation> interp_; }; --- 24,28 ---- namespace QuantLibAddin { ! class Interpolation : public ObjHandler::LibraryObject<QuantLib::Interpolation> { }; Index: exercise.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/exercise.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** exercise.cpp 19 May 2006 16:56:16 -0000 1.1 --- exercise.cpp 9 Jun 2006 18:58:47 -0000 1.2 *************** *** 28,32 **** const QuantLib::Date &latestDate, const bool &payoffAtExpiry) { ! exercise_ = boost::shared_ptr<QuantLib::Exercise>( new QuantLib::AmericanExercise( earliestDate, --- 28,32 ---- const QuantLib::Date &latestDate, const bool &payoffAtExpiry) { ! libraryObject_ = boost::shared_ptr<QuantLib::Exercise>( new QuantLib::AmericanExercise( earliestDate, *************** *** 37,41 **** EuropeanExercise::EuropeanExercise( const QuantLib::Date &expiryDate) { ! exercise_ = boost::shared_ptr<QuantLib::Exercise>( new QuantLib::EuropeanExercise( expiryDate)); --- 37,41 ---- EuropeanExercise::EuropeanExercise( const QuantLib::Date &expiryDate) { ! libraryObject_ = boost::shared_ptr<QuantLib::Exercise>( new QuantLib::EuropeanExercise( expiryDate)); *************** *** 45,49 **** const std::vector < QuantLib::Date > &dates, const bool &payoffAtExpiry) { ! exercise_ = boost::shared_ptr<QuantLib::Exercise>( new QuantLib::BermudanExercise( dates, --- 45,49 ---- const std::vector < QuantLib::Date > &dates, const bool &payoffAtExpiry) { ! libraryObject_ = boost::shared_ptr<QuantLib::Exercise>( new QuantLib::BermudanExercise( dates, Index: xibor.cpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/xibor.cpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xibor.cpp 1 Jun 2006 12:51:20 -0000 1.4 --- xibor.cpp 9 Jun 2006 18:58:47 -0000 1.5 *************** *** 44,48 **** forecastingTermStructure(fwdYC); ! index_ = boost::shared_ptr<QuantLib::Xibor>( new QuantLib::Xibor(indexName, tenor, timeUnits, --- 44,48 ---- forecastingTermStructure(fwdYC); ! libraryObject_ = boost::shared_ptr<QuantLib::Xibor>( new QuantLib::Xibor(indexName, tenor, timeUnits, *************** *** 55,59 **** if(dates.size() > 0) { QuantLib::History history(dates, fixings); ! QuantLib::IndexManager::instance().setHistory(index_->name(), history); } --- 55,59 ---- if(dates.size() > 0) { QuantLib::History history(dates, fixings); ! QuantLib::IndexManager::instance().setHistory(libraryObject_->name(), history); } Index: barrieroption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/barrieroption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** barrieroption.hpp 24 May 2006 14:59:44 -0000 1.2 --- barrieroption.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 39,44 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::BarrierOption, mInstrument) }; --- 39,42 ---- Index: dividendvanillaoption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/dividendvanillaoption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dividendvanillaoption.hpp 24 May 2006 14:59:44 -0000 1.2 --- dividendvanillaoption.hpp 9 Jun 2006 18:58:47 -0000 1.3 *************** *** 37,42 **** const std::string &engineID, const long &timeSteps); - - EXPORT_UNDERLYING_OBJECT(QuantLib::DividendVanillaOption, mInstrument) }; --- 37,40 ---- Index: quantovanillaoption.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/quantovanillaoption.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1... [truncated message content] |
|
From: Eric E. <eri...@us...> - 2006-06-09 18:58:51
|
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?" ,,,,,, |
|
From: Eric E. <eri...@us...> - 2006-06-09 15:19:18
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12525/qlo Modified Files: typefactory.hpp Log Message: teomporary fix for conversion of Period Index: typefactory.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/typefactory.hpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** typefactory.hpp 19 May 2006 16:56:16 -0000 1.1 --- typefactory.hpp 9 Jun 2006 15:19:15 -0000 1.2 *************** *** 22,25 **** --- 22,26 ---- #include <ql/Instruments/payoffs.hpp> #include <ql/Utilities/strings.hpp> + #include <ql/Utilities/dataparsers.hpp> // FIXME #include <oh/exception.hpp> *************** *** 80,83 **** --- 81,95 ---- } }; + + // FIXME - temporary hack - to cater for autogenerated code + // requiring conversion of period + template<> + class Create<QuantLib::Period > { + public: + QuantLib::Period operator()(const std::string& ID) { + return QuantLib::PeriodParser::parse(ID); + } + }; + } |