Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eehlers committed Jul 15, 2021
1 parent 48ef168 commit fe49a38
Show file tree
Hide file tree
Showing 56 changed files with 403 additions and 403 deletions.
4 changes: 2 additions & 2 deletions ObjectHandler/Docs/objecthandler.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = ObjectHandler
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.22.0
PROJECT_NUMBER = 1.23.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down Expand Up @@ -1345,7 +1345,7 @@ GENERATE_HTMLHELP = YES
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

CHM_FILE = ../ObjectHandler-docs-1.22.0.chm
CHM_FILE = ../ObjectHandler-docs-1.23.0.chm

# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
Expand Down
2 changes: 1 addition & 1 deletion ObjectHandler/Docs/oh_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div id='content'>
<div id='col-left'>
<div id="version">Version 1.22.0</div>
<div id="version">Version 1.23.0</div>
<div id='sidebar'>
<ul>
<li class="menuheader"><a href="index.html">Home</a></li>
Expand Down
10 changes: 5 additions & 5 deletions ObjectHandler/Docs/pages/conventions.docs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ s is a letter indicating the status of the release - a(lpha), b(eta), or f(inal
n is an ordinal number \n

For example, the number identifying the latest version of %ObjectHandler is
1.22.0f0.
1.23.0f0.

The corresponding release my be referred to in the format Rxxyyzzsn, where R
stands for release. For example, the release corresponding to version 1.22.0f0
is R012200f0.
stands for release. For example, the release corresponding to version 1.23.0f0
is R012300f0.

\section conv_binaries Binary Names

Expand All @@ -49,9 +49,9 @@ are named according to the conventions specified by the boost project:

<a href="http://www.boost.org/more/getting_started/windows.html#library-naming">http://www.boost.org/more/getting_started/windows.html#library-naming</a>

For example, when you compile %ObjectHandler version 1.22.0 using VC8 solution
For example, when you compile %ObjectHandler version 1.23.0 using VC8 solution
file ObjectHandler_vc8.sln, project ohlib, configuration Release (static runtime), the output
file is ObjectHandler\lib\ObjectHandler-vc80-mt-s-1_22_0.lib.
file is ObjectHandler\lib\ObjectHandler-vc80-mt-s-1_23_0.lib.

\section conv_vc Visual C++ Versions and Files

Expand Down
60 changes: 30 additions & 30 deletions ObjectHandler/Docs/pages/installation.docs
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ This document describes how to install and use
%ObjectHandler logging is performed by
<a href="http://logging.apache.org/log4cxx/index.html">log4cxx</a>,
the logging framework for the Apache project. %ObjectHandler uses a customized
copy of log4cxx version 0.10.0, called "log4cxx 0.10.0f14", amended to provide a
copy of log4cxx version 0.10.0, called "log4cxx 0.10.0f15", amended to provide a
boost compliant build process and other minor enhancements.

Some %ObjectHandler source code is generated by the
<a href="http://www.gensrc.org">gensrc</a> utility.

%ObjectHandler, gensrc, and log4cxx 0.10.0f14 are available for download from the
<a href="https://bintray.com/quantlib/releases/QuantLibXL/1.22#files">QuantLib downloads page</a>
%ObjectHandler, gensrc, and log4cxx 0.10.0f15 are available for download from the
<a href="https://bintray.com/quantlib/releases/QuantLibXL/1.23#files">QuantLib downloads page</a>
on bintray.

No binary installer is provided for the standalone %ObjectHandler library.
Expand Down Expand Up @@ -123,29 +123,29 @@ to work, these projects must reside side by side in the directory tree.

Create a new empty folder on your hard drive to serve as the root directory for
the build. You can use any path, for purposes of this tutorial the build
directory is <tt>C:\\build_ql_1_22_0</tt>. As described below you should copy
directory is <tt>C:\\build_ql_1_23_0</tt>. As described below you should copy
all of the required source code zip files to that directory and then unzip them
in place. After all of the source code is unzipped you should have the
following directory structure:
\verbatim
C:\build_ql_1_22_0\gensrc
C:\build_ql_1_22_0\log4cxx
C:\build_ql_1_22_0\ObjectHandler
C:\build_ql_1_23_0\gensrc
C:\build_ql_1_23_0\log4cxx
C:\build_ql_1_23_0\ObjectHandler
\endverbatim

\subsubsection inst_auto_uncompress 2.1.2 Uncompress the Source Code

Go to the
<a href="https://github.com/eehlers/QuantLibAddin-Old/releases/tag/QuantLibAddin-v1.22">QuantLibAddin downloads page</a>.
<a href="https://github.com/eehlers/QuantLibAddin-Old/releases/tag/QuantLibAddin-v1.23">QuantLibAddin downloads page</a>.

Download <tt>log4cxx-0.10.0f14.zip</tt> and uncompress the package to
<tt>C:\\build_ql_1_22_0\\log4cxx</tt>.
Download <tt>log4cxx-0.10.0f15.zip</tt> and uncompress the package to
<tt>C:\\build_ql_1_23_0\\log4cxx</tt>.

Download <tt>gensrc-1.22.0.zip</tt> and uncompress the package to
<tt>C:\\build_ql_1_22_0\\gensrc</tt>.
Download <tt>gensrc-1.23.0.zip</tt> and uncompress the package to
<tt>C:\\build_ql_1_23_0\\gensrc</tt>.

Download <tt>ObjectHandler-1.22.0.zip</tt> and uncompress the package to
<tt>C:\\build_ql_1_22_0\\%ObjectHandler</tt>.
Download <tt>ObjectHandler-1.23.0.zip</tt> and uncompress the package to
<tt>C:\\build_ql_1_23_0\\%ObjectHandler</tt>.

\subsection inst_win_build 2.2 Build

Expand Down Expand Up @@ -174,13 +174,13 @@ To build all available configurations and related examples - Open solution

Open a DOS prompt in directory
\verbatim
C:\build_ql_1_22_0\ObjectHandler\Examples\C++\bin
C:\build_ql_1_23_0\ObjectHandler\Examples\C++\bin
\endverbatim

Execute the example program. The output should appear similar
to the following:
\verbatim
C:\build_ql_1_22_0\ObjectHandler\Examples\C++\bin>ExampleCpp-vc80-mt-1_22_0.exe
C:\build_ql_1_23_0\ObjectHandler\Examples\C++\bin>ExampleCpp-vc80-mt-1_23_0.exe
INFO - begin example program
INFO - High level interrogation - after constructor
INFO - log dump of object with ID = account2
Expand Down Expand Up @@ -236,7 +236,7 @@ INFO - End example program
\li Start Excel
\li Load the following files:
\verbatim
ObjectHandler\Examples\xl\xll\ExampleXLLStatic-vc??-mt-1_22_0.xll
ObjectHandler\Examples\xl\xll\ExampleXLLStatic-vc??-mt-1_23_0.xll
ObjectHandler\Examples\xl\exampleStatic.xls
\endverbatim
\li Hit <tt>Ctrl-Alt-F9</tt> to recalculate
Expand All @@ -246,9 +246,9 @@ ObjectHandler\Examples\xl\exampleStatic.xls
\li Start Excel
\li Load the following files:
\verbatim
ObjectHandler\xll\ObjectHandler-xll-vc??-mt-1_22_0.xll
ObjectHandler\Examples\xl\xll\ExampleXLLDynamic1-vc??-mt-1_22_0.xll
ObjectHandler\Examples\xl\xll\ExampleXLLDynamic2-vc??-mt-1_22_0.xll
ObjectHandler\xll\ObjectHandler-xll-vc??-mt-1_23_0.xll
ObjectHandler\Examples\xl\xll\ExampleXLLDynamic1-vc??-mt-1_23_0.xll
ObjectHandler\Examples\xl\xll\ExampleXLLDynamic2-vc??-mt-1_23_0.xll
ObjectHandler\Examples\xl\exampleDynamic.xls
\endverbatim
\li Hit <tt>Ctrl-Alt-F9</tt> to recalculate
Expand Down Expand Up @@ -379,7 +379,7 @@ The name of the library depends on your compiler and configuration.
For example, if you're using VC8, configuration Release (static runtime), the library
is called
\verbatim
ObjectHandler-vc80-mt-s-1_22_0.lib
ObjectHandler-vc80-mt-s-1_23_0.lib
\endverbatim

The location of the library depends on which project you're using
Expand All @@ -406,16 +406,16 @@ where you will install it:
\subsubsection inst_auto_uncompress 3.1.2 Uncompress the Source Code

Go to the
<a href="https://github.com/eehlers/QuantLibAddin-Old/releases/tag/QuantLibAddin-v1.22">QuantLibAddin downloads page</a>.
<a href="https://github.com/eehlers/QuantLibAddin-Old/releases/tag/QuantLibAddin-v1.23">QuantLibAddin downloads page</a>.

Download <tt>log4cxx-0.10.0f14.tar.gz</tt> and uncompress the package to
Download <tt>log4cxx-0.10.0f15.tar.gz</tt> and uncompress the package to
<tt>/home/erik/build/log4cxx-0.10.0</tt>.

Download <tt>gensrc-1.22.0.tgz</tt> and uncompress the package to
<tt>/home/erik/build/gensrc-1.22.0</tt>.
Download <tt>gensrc-1.23.0.tgz</tt> and uncompress the package to
<tt>/home/erik/build/gensrc-1.23.0</tt>.

Download <tt>ObjectHandler-1.22.0.tgz</tt> and uncompress the package to
<tt>/home/erik/build/%ObjectHandler-1.22.0</tt>.
Download <tt>ObjectHandler-1.23.0.tgz</tt> and uncompress the package to
<tt>/home/erik/build/%ObjectHandler-1.23.0</tt>.

\subsection inst_auto_build 3.2 Build

Expand Down Expand Up @@ -482,8 +482,8 @@ If you don't need logging, pass in the argument \c --without-log4cxx to
\c configure.

\verbatim
cd /home/erik/build/ObjectHandler-1.22.0
./configure --with-gensrc=/home/erik/build/gensrc-1.22.0 \
cd /home/erik/build/ObjectHandler-1.23.0
./configure --with-gensrc=/home/erik/build/gensrc-1.23.0 \
--prefix=/home/erik/install \
CPPFLAGS=-I/home/erik/install/include \
LDFLAGS=-L/home/erik/install/lib
Expand All @@ -493,7 +493,7 @@ make install
\subsection inst_auto_test 3.3 Test

\verbatim
cd /home/erik/build/ObjectHandler-1.22.0/Examples/C++
cd /home/erik/build/ObjectHandler-1.23.0/Examples/C++
./ExampleCpp
\endverbatim

Expand Down
16 changes: 8 additions & 8 deletions ObjectHandler/Examples/C++/ExampleCpp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,14 @@
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|x64'">.\build\$(PlatformToolset)\$(Platform)\$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\bin\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\build\$(PlatformToolset)\$(Platform)\$(Configuration)\log4cxx\log4cxx_obj\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ExampleCpp-$(PlatformToolset)-mt-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ExampleCpp-$(PlatformToolset)-mt-gd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-gd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|Win32'">ExampleCpp-$(PlatformToolset)-mt-sgd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-sgd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|Win32'">ExampleCpp-$(PlatformToolset)-mt-s-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-s-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ExampleCpp-$(PlatformToolset)-mt-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ExampleCpp-$(PlatformToolset)-mt-gd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-gd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|Win32'">ExampleCpp-$(PlatformToolset)-mt-sgd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-sgd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|Win32'">ExampleCpp-$(PlatformToolset)-mt-s-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|x64'">ExampleCpp-$(PlatformToolset)-x64-mt-s-1_23_0</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Midl>
Expand Down
16 changes: 8 additions & 8 deletions ObjectHandler/Examples/ExampleObjects/ExampleObjects.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\build\$(PlatformToolset)\$(Platform)\$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\lib\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\build\$(PlatformToolset)\$(Platform)\$(Configuration)\</IntDir>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ExampleObjects-$(PlatformToolset)-mt-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ExampleObjects-$(PlatformToolset)-mt-gd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-gd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|Win32'">ExampleObjects-$(PlatformToolset)-mt-sgd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-sgd-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|Win32'">ExampleObjects-$(PlatformToolset)-mt-s-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-s-1_22_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">ExampleObjects-$(PlatformToolset)-mt-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">ExampleObjects-$(PlatformToolset)-mt-gd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-gd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|Win32'">ExampleObjects-$(PlatformToolset)-mt-sgd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-sgd-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|Win32'">ExampleObjects-$(PlatformToolset)-mt-s-1_23_0</TargetName>
<TargetName Condition="'$(Configuration)|$(Platform)'=='Release (static runtime)|x64'">ExampleObjects-$(PlatformToolset)-x64-mt-s-1_23_0</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug (static runtime)|Win32'">
<ClCompile>
Expand Down
Loading

0 comments on commit fe49a38

Please sign in to comment.