Skip to content

Commit 741b6f8

Browse files
committed
Merge branch 'feature/advanced_diffuse' into autobuild/experimental
2 parents cc5fc5b + 0f3efc8 commit 741b6f8

File tree

651 files changed

+13393
-52541
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

+13393
-52541
lines changed

.travis.yml

-1
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

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)