Update of /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv21259/Docs/pages
Modified Files:
faq.docs history.docs installation.docs
Log Message:
update docs
Index: history.docs
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages/history.docs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** history.docs 28 Aug 2006 10:05:24 -0000 1.2
--- history.docs 3 Oct 2006 11:06:38 -0000 1.3
***************
*** 24,27 ****
--- 24,49 ----
/*! \page history Version History
+ <strong>Release 0.4.0 - October 2006</strong>
+
+ REQUIRED PACKAGES
+
+ - QuantLib version 0.4.0
+ - ObjectHandler version 0.2.0
+ - gensrc version 0.2.0
+
+ FUNCTIONALITY
+
+ - 200 new functions / 427 in total
+ - new categories: assetswap, capletvolstructure, cmsmarket, marketmodels,
+ sequencestatistics, statistics
+
+ DESIGN
+
+ - resolved problem of VC8 build running slowly
+ - implementation of loop functions re-implemented as a template using
+ boost::bind; performance optimized
+ - enumeration registry enhanced to generate Calendars/JointCalendars
+ depending on format of requested ID
+
<strong>Release 0.3.13 - August 2006</strong>
Index: installation.docs
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages/installation.docs,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** installation.docs 28 Aug 2006 10:05:24 -0000 1.3
--- installation.docs 3 Oct 2006 11:06:38 -0000 1.4
***************
*** 28,35 ****
This document provides general instructions for building and installing
%QuantLibAddin 0.3.13 under Windows, and on platforms which use Autoconf
! e.g. Linux. For a walk through of all steps required to compile the Excel
! addin and dependent projects, please refer instead to the \ref build_tutorial.
! For additional notes regarding the installation of the Calc addin please refer
! to the document \ref calc.
%QuantLibAddin is available for download from the
--- 28,38 ----
This document provides general instructions for building and installing
%QuantLibAddin 0.3.13 under Windows, and on platforms which use Autoconf
! e.g. Linux.
! \li For a precompiled binary installation of the Excel addin, please
! visit <a href="http://www.quantlibxl.org">http://www.quantlibxl.org</a>.
! \li For a walk through of all steps required to build the Excel addin
! and dependent projects, please refer instead to the \ref build_tutorial.
! \li For additional notes regarding the installation of the Calc addin please
! refer to the document \ref calc.
%QuantLibAddin is available for download from the
***************
*** 37,83 ****
QuantLib downloads page on sourceforge.</a>
! <dl>
! <dt>\ref binary</dt>
! <dt>\ref source</dt>
! <dd><dl>
! <dt>\ref prerequisites</dt>
! <dt>\ref windows_installation</dt>
! <dt>\ref autoconf_installation</dt>
! </dl></dd>
! </dl>
!
! \section binary Binary Installation
!
! The binary installation comprises a compiled Excel Addin
! (an XLL) and related files. The binary installer is available from the
! downloads page and installs the following files:
!
! <table>
! <tr>
! <td><strong>installation subdirectory</strong></td><td><strong>files</strong></td>
! </tr>
! <tr>
! <td>Addins\\Excel\\xll</td><td>the addin</td>
! </tr>
! <tr>
! <td>Clients\\Excel</td><td>sample worksheets</td>
! </tr>
! <tr>
! <td>Docs</td><td>documentation</td>
! </tr>
! </table>
!
! The directory structure corresponds to the directories used for the
! source code installation. To use %QuantLibAddin, launch Excel and then
! load the Addin and the example workbooks.
!
! \section source Source Installation
! \subsection prerequisites Prerequisites
\li <a href="http://quantlib.org/">QuantLib</a> version 0.3.13
\li <a href="http://quantlib.org/objecthandler/">ObjectHandler</a> version 0.1.3
! \subsection windows_installation Installing under Windows
These instructions assume configuration <b>Win32 Release</b>, runtime library <b>Release Multithreaded</b>.
--- 40,53 ----
QuantLib downloads page on sourceforge.</a>
! \ref install_prerequisites<br>
! \ref install_windows<br>
! \ref install_autoconf<br>
! \section install_prerequisites Prerequisites
\li <a href="http://quantlib.org/">QuantLib</a> version 0.3.13
\li <a href="http://quantlib.org/objecthandler/">ObjectHandler</a> version 0.1.3
! \section install_windows Installing under Windows
These instructions assume configuration <b>Win32 Release</b>, runtime library <b>Release Multithreaded</b>.
***************
*** 85,98 ****
To build %QuantLibAddin for Excel:
\li build QuantLib configuration <b>Win32 Release</b>
! \li build ObjectHandler project \b ohlib, configuration <b>Win32 Release</b>
! \li build %QuantLibAddin project \b AddinExcelStatic, configuration <b>Win32 Release</b>
\li start Excel
\li load the Addin. The name of the Addin will depend on the compiler version and configuration,
e.g. if compiled under VC8 release the Addin is called
! <strong>%QuantLibAddin\\Addins\\Excel\\xll\\QuantLibAddinStatic-vc80-mt-s-0_3_13.xll.</strong>
! \li load a sample spreadsheet e.g. <strong>%QuantLibAddin\\Clients\\Excel\\QLADemo.xls</strong>
\li hit Ctrl-Alt-F9 to force a recalculation of all formulas
! Project AddinExcelDynamic is a build which links dynamically to the
ObjectHandler XLL, allowing multiple XLLs to share a global repository,
as described in the ObjectHandler documentation.
--- 55,68 ----
To build %QuantLibAddin for Excel:
\li build QuantLib configuration <b>Win32 Release</b>
! \li build ObjectHandler project \b ohxllib, configuration <b>Win32 Release</b>
! \li build %QuantLibAddin project \b QuantLibXL, configuration <b>Win32 Release</b>
\li start Excel
\li load the Addin. The name of the Addin will depend on the compiler version and configuration,
e.g. if compiled under VC8 release the Addin is called
! <strong>%QuantLibXL\\xll\\QuantLibXL-vc80-mt-s-0_3_13.xll</strong>.
! \li load a sample spreadsheet e.g. <strong>%QuantLibXL\\Workbooks\\OriginalExamples\\options.xls</strong>
\li hit Ctrl-Alt-F9 to force a recalculation of all formulas
! Project QuantLibXLDynamic is a build which links dynamically to the
ObjectHandler XLL, allowing multiple XLLs to share a global repository,
as described in the ObjectHandler documentation.
***************
*** 100,108 ****
For other platforms please build the appropriate project,
e.g. workspace ClientCDemo creates standalone C client executable
! <strong>Clients\\C\\bin\\QLADemo-vc6-mt-sgd.exe</strong>.
! \subsection autoconf_installation Installing with Autoconf
! \subsubsection autoconf_brief In Brief
\verbatim
--- 70,78 ----
For other platforms please build the appropriate project,
e.g. workspace ClientCDemo creates standalone C client executable
! <strong>Clients\\C\\bin\\QLADemo-vc8-mt-sgd.exe</strong>.
! \section install_autoconf Installing with Autoconf
! \subsection install_autoconf_brief In Brief
\verbatim
***************
*** 115,119 ****
\endverbatim
! \subsubsection autoconf_detail In Detail
\par configure
--- 85,89 ----
\endverbatim
! \subsection install_autoconf_detail In Detail
\par configure
Index: faq.docs
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/Docs/pages/faq.docs,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** faq.docs 29 Aug 2006 13:50:14 -0000 1.4
--- faq.docs 3 Oct 2006 11:06:38 -0000 1.5
***************
*** 298,304 ****
QuantLib releases 0.3.3 through 0.3.8. That project was discontinued.
! All %QuantLibAddin releases have included an Excel addin. Beginning with
! %QuantLibAddin version 0.3.13, the QuantLibXL name has been resurrected and
! given to the %QuantLibAddin build for the Excel platform. The
%QuantLibAddin/QuantLibXL projects are structured as follows:
- <a href="http://www.quantlibxl.org">http://www.quantlibxl.org</a> -
--- 298,305 ----
QuantLib releases 0.3.3 through 0.3.8. That project was discontinued.
! QuantLib releases 0.3.10 and later have been accompanied by a release of
! %QuantLibAddin. All %QuantLibAddin releases have included an Excel addin.
! Beginning with %QuantLibAddin version 0.3.13, the QuantLibXL name has been
! resurrected and given to the %QuantLibAddin build for the Excel platform. The
%QuantLibAddin/QuantLibXL projects are structured as follows:
- <a href="http://www.quantlibxl.org">http://www.quantlibxl.org</a> -
|