blender/extern
Ray Molenkamp b028a43245 Cleanup:Remove C++14 flags from extern/quadriflow
The main CMakeLists.txt specifies C++17, quadriflow tries to add C++14
flags leading to the following warnings when building with MSVC

Command line warning D9025 : overriding '/std:c++17' with '/std:c++14`

This change removes the C++14 flags, and fixes a build error caused
by the removal of `std::unary_function` in C++17 in the .obj loader
(which isn't used by blender)

Reviewed By: zeddb

Differential Revision: https://developer.blender.org/D8720
2020-08-26 10:04:24 -06:00
..
audaspace Fix T79374: Render audio produces random clipping 2020-08-05 14:02:59 +02:00
binreloc Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
bullet2 Cleanup: Fix MSVC warning regarding flags in bullet 2020-08-26 09:16:21 -06:00
ceres Ceres: Update to the latest upstream version 2020-06-19 12:02:21 +02:00
clew Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
cuew Cleanup: fixed compiler warning about strncat 2020-07-27 17:03:32 +02:00
curve_fit_nd Fix T72402: Decimate f-curves fails with co-linear key-frames 2019-12-24 12:20:34 +11:00
draco Cleanup: Fix build-warning with MSVC 2020-06-19 17:28:42 -06:00
Eigen3 Update Eigen to 3.3.7 2019-08-21 14:15:28 +02:00
gflags Fix failing cycles_render_graph_finalize_test when building with clang 2020-01-20 14:16:05 +01:00
glew Build optimization: Compile glew for size rather than speed with msvc. 2020-02-07 07:35:17 -07:00
glew-es Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
glog Upgrade Google libraries 2020-06-19 12:02:21 +02:00
gmock Upgrade Google libraries 2020-06-19 12:02:21 +02:00
gtest Upgrade Google libraries 2020-06-19 12:02:21 +02:00
lzma Cleanp: fix compiler warnings 2019-08-26 11:27:04 +02:00
lzo Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
mantaflow Deps_builder: Update openvdb to a dynamic library 2020-08-13 11:42:05 -06:00
quadriflow Cleanup:Remove C++14 flags from extern/quadriflow 2020-08-26 10:04:24 -06:00
rangetree Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
sdlew Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
wcwidth Fix building on NetBSD 2020-05-09 23:22:50 +10:00
xdnd Cleanup: use 2 space indentation for CMake 2019-04-17 06:35:54 +02:00
.clang-format ClangFormat: add configuration files 2019-04-17 06:11:16 +02:00
CMakeLists.txt Cleanup: rename WITH_X11 to WITH_GHOST_X11 2020-05-01 19:14:50 +10:00