|
| 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 | + |
1 | 73 | commit adf048b6086c842010933c5240c315c349a8fa97 |
2 | 74 | Author: Luigi Ballabio <luigi.ballabio@gmail.com> |
3 | 75 | Date: Sun, 9 Oct 2022 15:59:31 +0200 |
|
0 commit comments