Skip to content

Commit 1f06693

Browse files
committed
Update news and changelog
1 parent 90881f8 commit 1f06693

3 files changed

Lines changed: 72 additions & 11 deletions

File tree

ChangeLog.txt

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,75 @@
1+
commit 90881f8891f98cc805e6331450a59787f30c1bbe
2+
Merge: 92e6ff079 c6620359b
3+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
4+
Date: Tue, 11 Oct 2022 18:44:10 +0200
5+
6+
Consistent use of Real and testing macros (#1496)
7+
8+
commit c6620359bfb9b69fd1cb1dc3a7972705ef48bfdd
9+
Author: Xcelerit Dev Team <github@xcelerit.com>
10+
Date: Tue, 11 Oct 2022 14:05:02 +0100
11+
12+
Consistent use of Real and testing macros
13+
14+
ql/math/comparison.hpp | 4 ++--
15+
ql/termstructures/defaulttermstructure.hpp | 2 +-
16+
ql/termstructures/inflation/inflationtraits.hpp | 4 ++--
17+
test-suite/creditdefaultswap.cpp | 31 +++++++++++++------------
18+
4 files changed, 21 insertions(+), 20 deletions(-)
19+
20+
commit 92e6ff079e429e8ea16cdd9fcba18c7f210497f1
21+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
22+
Date: Tue, 11 Oct 2022 13:44:59 +0200
23+
24+
Revert pull request #1491.
25+
26+
CMakeLists.txt | 26 ++++++++++++-----
27+
Examples/Makefile.am | 2 +-
28+
acinclude.m4 | 69 +++++++++++++++++++++++++++++++---------------
29+
configure.ac | 14 ++++++++--
30+
ql/CMakeLists.txt | 3 ++
31+
ql/auto_link.hpp | 11 ++++++++
32+
ql/patterns/observable.cpp | 12 ++++----
33+
ql/patterns/observable.hpp | 41 +++++++++++++--------------
34+
ql/patterns/singleton.hpp | 40 ++++++++++++---------------
35+
quantlib-config.in | 2 +-
36+
quantlib.pc.in | 2 +-
37+
test-suite/Makefile.am | 4 +--
38+
test-suite/observable.cpp | 33 +++++++++++-----------
39+
13 files changed, 159 insertions(+), 100 deletions(-)
40+
41+
commit 6cf1ac869e26ed0bb79db4d5277b29878b5cc70a
42+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
43+
Date: Thu, 1 Apr 2021 11:28:16 +0200
44+
45+
Set version to 1.28 rc
46+
47+
CMakeLists.txt | 4 ++--
48+
configure.ac | 2 +-
49+
ql/version.hpp | 4 ++--
50+
3 files changed, 5 insertions(+), 5 deletions(-)
51+
52+
commit e73405c065ab23c6d4e421b2a86807427b146d35
53+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
54+
Date: Mon, 10 Oct 2022 20:29:06 +0200
55+
56+
Update Doxygen configuration
57+
58+
Docs/quantlib.doxy | 12 +++++++-----
59+
1 file changed, 7 insertions(+), 5 deletions(-)
60+
61+
commit 22966ae4b6412436e18401568bcf74a0831725b7
62+
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
63+
Date: Mon, 10 Oct 2022 19:12:54 +0200
64+
65+
Update news and changelog
66+
67+
ChangeLog.txt | 1558 +++++++++++++++++++++++++++++++++++++++++++++--
68+
Contributors.txt | 4 +
69+
Docs/pages/history.docs | 97 ++-
70+
News.md | 148 ++++-
71+
4 files changed, 1753 insertions(+), 54 deletions(-)
72+
173
commit adf048b6086c842010933c5240c315c349a8fa97
274
Author: Luigi Ballabio <luigi.ballabio@gmail.com>
375
Date: Sun, 9 Oct 2022 15:59:31 +0200

Docs/pages/history.docs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
using `ext::tuple` etc. in your code (which is suggested), this
3535
should be a transparent change. If not, you'll still be able to
3636
choose the `boost` versions via a configure switch for a while.
37-
- A few non-standard configuration switches (`--enable-sessions`,
38-
`--enable-thread-safe-observer-pattern` and
39-
`--enable-thread-safe-singleton-init`) used to require the
40-
Boost.Thread library. Thanks to Jonathan Sweemer, this
41-
is no longer the case.
4237

4338
DATE/TIME
4439
- Added Act/366 and Act/365.25 day counters; thanks to Ignacio Anguita.

News.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ Portability
2727
should be a transparent change. If not, you'll still be able to
2828
choose the `boost` versions via a configure switch for a while.
2929

30-
- A few non-standard configuration switches (`--enable-sessions`,
31-
`--enable-thread-safe-observer-pattern` and
32-
`--enable-thread-safe-singleton-init`) used to require the
33-
Boost.Thread library. Thanks to Jonathan Sweemer (@sweemer), this
34-
is no longer the case.
35-
3630
Date/time
3731
---------
3832

0 commit comments

Comments
 (0)