Skip to content

Commit

Permalink
Merge branch 'master' into autobuild/alpha_v380
Browse files Browse the repository at this point in the history
  • Loading branch information
c-lipka committed Feb 19, 2019
2 parents 7c8814c + 29a1082 commit 5513383
Show file tree
Hide file tree
Showing 652 changed files with 13,721 additions and 52,869 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ addons:
packages:
- libboost-dev
- libboost-date-time-dev
- libboost-thread-dev
- libjpeg8-dev
- libopenexr-dev
- libpng12-dev
Expand Down
17 changes: 9 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ environment:
platform: x64
bin_dir: bin64
artifact_suffix: -Win64
- configuration: Release-SSE2
platform: Win32
bin_dir: bin32
artifact_suffix: -Win32-sse2
- configuration: Release
platform: Win32
bin_dir: bin32
artifact_suffix: -Win32

before_build:

Expand All @@ -58,6 +50,15 @@ for:
environment:
PovBuildDefs:
secure: dQ/GBBYlkqKDmBEgJfgajfBn58ziSh1JPXsiWtnBL1dE3/s4QZJutGdDtLxiG3eNq0DXMVhDIbGqyPSma9Q9xazlpRZkuU7Gl8rXCw7c03A/oliLoR6q/0Jb+Q9LNH5R/oYiDCHhNP8Cx6OXys4d5A==
matrix:
- configuration: Release-SSE2
platform: Win32
bin_dir: bin32
artifact_suffix: -Win32-sse2
- configuration: Release
platform: Win32
bin_dir: bin32
artifact_suffix: -Win32

after_build:
- ps: |
Expand Down
3 changes: 2 additions & 1 deletion changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Reported by Coverity static code analysis:

Miscellaneous:

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


Changes between 3.7.1-beta.9 and 3.7.1-rc.1
Expand Down
42 changes: 0 additions & 42 deletions libraries/boost/boost/system/api_config.hpp

This file was deleted.

70 changes: 0 additions & 70 deletions libraries/boost/boost/system/config.hpp

This file was deleted.

56 changes: 0 additions & 56 deletions libraries/boost/boost/system/cygwin_error.hpp

This file was deleted.

Loading

0 comments on commit 5513383

Please sign in to comment.