@@ -16,32 +16,40 @@ General changes
16
16
This is a bugfix release. It contains the following changes:
17
17
18
18
* Fix compilation on ARM, s390x and 32-bit architectures.
19
- * Fix compilation with Boost 1.69.0.
20
19
* Fix a critical bug in the ``future `` implementation.
21
20
* Fix several problems in the CMake configuration which affects external
22
21
projects.
22
+ * Add support for Boost 1.69.0.
23
23
24
24
Closed issues
25
25
=============
26
26
27
27
* :hpx-issue: `3638 ` - Build HPX 1.2 with boost 1.69
28
28
* :hpx-issue: `3635 ` - Non-deterministic crashing on Stampede2
29
- * :hpx-issue: `3550 ` - 1>e:\0 00work\h px\s rc\t hrow_exception.cpp(54): error C2440: '<function-style-cast>': cannot convert from 'boost::system: :error_code' to 'hpx::exception'
30
- * :hpx-issue: `3549 ` - HPX 1.2.0 does not build on i686, but release candidate did
29
+ * :hpx-issue: `3550 ` - 1>e:\0 00work\h px\s rc\t hrow_exception.cpp(54): error C2440:
30
+ '<function-style-cast>': cannot convert from 'boost::system: :error_code' to
31
+ 'hpx::exception'
32
+ * :hpx-issue: `3549 ` - HPX 1.2.0 does not build on i686, but release candidate
33
+ did
31
34
* :hpx-issue: `3511 ` - Build on s390x fails
32
35
* :hpx-issue: `3509 ` - Build on armv7l fails
33
36
34
37
Closed pull requests
35
38
====================
36
39
40
+ * :hpx-pr: `3695 ` - Don't install CMake templates and packaging files
37
41
* :hpx-pr: `3666 ` - Fixing yet another race in future_data
38
- * :hpx-pr: `3663 ` - Fixing race between setting and getting the value inside future_data
42
+ * :hpx-pr: `3663 ` - Fixing race between setting and getting the value inside
43
+ future_data
39
44
* :hpx-pr: `3648 ` - Adding timestamp option for S390x platform
40
45
* :hpx-pr: `3647 ` - Blind attempt to fix warnings issued by gcc V9
41
- * :hpx-pr: `3611 ` - Include GNUInstallDirs earlier to have it available for subdirectories
46
+ * :hpx-pr: `3611 ` - Include GNUInstallDirs earlier to have it available for
47
+ subdirectories
42
48
* :hpx-pr: `3595 ` - Use GNUInstallDirs lib path in pkgconfig config file
43
49
* :hpx-pr: `3593 ` - Add include(GNUInstallDirs) to HPXMacros.cmake
44
- * :hpx-pr: `3591 ` - Fix compilation error on arm7 architecture. Compiles and runs on Fedora 29 on Pi 3.
45
- * :hpx-pr: `3558 ` - Adding constructor `exception(boost::system::error_code const&) `
50
+ * :hpx-pr: `3591 ` - Fix compilation error on arm7 architecture. Compiles and runs
51
+ on Fedora 29 on Pi 3.
52
+ * :hpx-pr: `3558 ` - Adding constructor `exception(boost::system::error_code
53
+ const&) `
46
54
* :hpx-pr: `3555 ` - cmake: make install locations configurable
47
55
* :hpx-pr: `3551 ` - Fix uint64_t causing compilation fail on i686
0 commit comments