Skip to content

Commit e29da48

Browse files
committed
Merge branch 'master' into fix/polynomialsolverAccuracy
2 parents c5dc62f + 74b3ebe commit e29da48

File tree

651 files changed

+13878
-53032
lines changed

Some content is hidden

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

651 files changed

+13878
-53032
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ addons:
2424
packages:
2525
- libboost-dev
2626
- libboost-date-time-dev
27-
- libboost-thread-dev
2827
- libjpeg8-dev
2928
- libopenexr-dev
3029
- libpng12-dev

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ for:
5151
PovBuildDefs:
5252
secure: dQ/GBBYlkqKDmBEgJfgajfBn58ziSh1JPXsiWtnBL1dE3/s4QZJutGdDtLxiG3eNq0DXMVhDIbGqyPSma9Q9xazlpRZkuU7Gl8rXCw7c03A/oliLoR6q/0Jb+Q9LNH5R/oYiDCHhNP8Cx6OXys4d5A==
5353
matrix:
54-
- configuration: Release
55-
platform: x64
56-
bin_dir: bin64
57-
artifact_suffix: -Win64
5854
- configuration: Release-SSE2
5955
platform: Win32
6056
bin_dir: bin32

changes.txt

Lines changed: 2 additions & 1 deletion
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

Lines changed: 0 additions & 42 deletions
This file was deleted.

libraries/boost/boost/system/config.hpp

Lines changed: 0 additions & 70 deletions
This file was deleted.

libraries/boost/boost/system/cygwin_error.hpp

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)