blender/extern/quadriflow/src
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
..
adjacent-matrix.cpp
adjacent-matrix.hpp
compare-key.hpp
config.hpp Fix building QuadriFlow with Clang on Windows 2019-10-02 12:40:55 +02:00
dedge.cpp
dedge.hpp
disajoint-tree.hpp
dset.hpp
field-math.hpp
flow.hpp
hierarchy.cpp
hierarchy.hpp
loader.cpp Cleanup:Remove C++14 flags from extern/quadriflow 2020-08-26 10:04:24 -06:00
loader.hpp
localsat.cpp
localsat.hpp
main.cpp
merge-vertex.cpp
merge-vertex.hpp
optimizer.cpp
Optimizer.cu
optimizer.hpp
parametrizer-flip.cpp
parametrizer-int.cpp
parametrizer-mesh.cpp
parametrizer-scale.cpp
parametrizer-sing.cpp
parametrizer.cpp
parametrizer.hpp
post-solver.cpp
post-solver.hpp
serialize.hpp
subdivide.cpp
subdivide.hpp