You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/doxygen/changes.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,8 @@
103
103
<li>Added CMake support for linking against Jemalloc and TBB malloc and enabled Jemalloc by default for Linux and non-Maya builds and TBB malloc for all other builds.</li>
104
104
<li>Added a <code>USE_COLORED_OUTPUT</code> option to CMake to display compiler output in color.</li>
105
105
<li>Added an <code>OPENVDB_CODE_COVERAGE</code> option to CMake.</li>
106
+
<li>CMake now automatically detects and configures the CXX11 ABI requirement for Houdini builds.</li>
107
+
<li>CMake now issues deprecation warnings for 2017 VFX Reference Platform version dependencies. In particular, C++11-only compilers are now deprecated; OpenVDB 7.0 will require a C++14-compatible compiler.</li>
0 commit comments