forked from lballabio/QuantLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.txt
41 lines (28 loc) · 1.28 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
commit 143390fef775522976c50dd7bb9a7cd82d35f538
Author: Luigi Ballabio <[email protected]>
Date: Mon, 2 Jan 2017 17:21:01 +0100
Prevent compilation error with Boost 1.63.
test-suite/paralleltestrunner.hpp | 6 ++++++
1 file changed, 6 insertions(+)
commit 1846e3db9ed09ab9252a4ad9625c080ee0b84cde
Author: Luigi Ballabio <[email protected]>
Date: Fri, 16 Dec 2016 17:22:50 +0100
Refer to template base class via its complete name.
This prevents errors with gcc 4.4 on RedHat (see issue #176).
ql/experimental/math/fireflyalgorithm.hpp | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
commit e1cd3959dc6fa27895e43125511e91b9ce6027fd
Author: Dirk Eddelbuettel <[email protected]>
Date: Mon, 14 Nov 2016 19:59:22 -0600
add missing 'inline' attribute to free functions
prevents a linking error seen in RQuantLib
ql/experimental/termstructures/multicurvesensitivities.hpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
commit 0b51cc7a113adb3db8c56bfce36d3c43b565ca7e
Author: Luigi Ballabio <[email protected]>
Date: Wed, 9 Nov 2016 09:41:49 +0100
Increase version number to 1.9.1.
Announce.txt | 2 +-
configure.ac | 2 +-
ql/version.hpp | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)