Skip to content

Commit 5513383

Browse files
committed
Merge branch 'master' into autobuild/alpha_v380
2 parents 7c8814c + 29a1082 commit 5513383

File tree

652 files changed

+13721
-52869
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

652 files changed

+13721
-52869
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ addons:
3333
packages:
3434
- libboost-dev
3535
- libboost-date-time-dev
36-
- libboost-thread-dev
3736
- libjpeg8-dev
3837
- libopenexr-dev
3938
- libpng12-dev

appveyor.yml

+9-8
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ environment:
2727
platform: x64
2828
bin_dir: bin64
2929
artifact_suffix: -Win64
30-
- configuration: Release-SSE2
31-
platform: Win32
32-
bin_dir: bin32
33-
artifact_suffix: -Win32-sse2
34-
- configuration: Release
35-
platform: Win32
36-
bin_dir: bin32
37-
artifact_suffix: -Win32
3830

3931
before_build:
4032

@@ -58,6 +50,15 @@ for:
5850
environment:
5951
PovBuildDefs:
6052
secure: dQ/GBBYlkqKDmBEgJfgajfBn58ziSh1JPXsiWtnBL1dE3/s4QZJutGdDtLxiG3eNq0DXMVhDIbGqyPSma9Q9xazlpRZkuU7Gl8rXCw7c03A/oliLoR6q/0Jb+Q9LNH5R/oYiDCHhNP8Cx6OXys4d5A==
53+
matrix:
54+
- configuration: Release-SSE2
55+
platform: Win32
56+
bin_dir: bin32
57+
artifact_suffix: -Win32-sse2
58+
- configuration: Release
59+
platform: Win32
60+
bin_dir: bin32
61+
artifact_suffix: -Win32
6162

6263
after_build:
6364
- ps: |

changes.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Reported by Coverity static code analysis:
155155

156156
Miscellaneous:
157157

158-
- Fix `interior_texture` for text objects (as mentioned in GitHub issue #65)
158+
- Fix `interior_texture` for text objects (as mentioned in GitHub issue #65).
159159
- Eliminated use of deprecated C++ `register` keyword (except in 3rd party
160160
libraries bundled with the POV-Ray source code).
161161
- Fix long-standing bug in Julia fractal primitive using hypercomplex numbers.
@@ -195,6 +195,7 @@ Other Noteworthy
195195
- The `./configure` script can now be run without the `COMPILED_BY=...`
196196
option. In this case it defaults to `$USER <no contact address>`, where
197197
`$USER` is your login name.
198+
- The `boost_thread` and `boost_system` libraries are no longer required.
198199

199200

200201
Changes between 3.7.1-beta.9 and 3.7.1-rc.1

libraries/boost/boost/system/api_config.hpp

-42
This file was deleted.

libraries/boost/boost/system/config.hpp

-70
This file was deleted.

libraries/boost/boost/system/cygwin_error.hpp

-56
This file was deleted.

0 commit comments

Comments
 (0)