Blender Git Commit Log

Git Commits -> Revision 885cc4c

Revision 885cc4c by Brecht Van Lommel (master)
July 30, 2018, 15:12 (GMT)
Build: require C11/C++11 for all operating systems in master.

This is in preparation of upgrading our library dependencies, some of which
need C++11. We already use C++11 in blender2.8 and for Windows and macOS, so
this just affects Linux.

On many distributions this will not require any changes, on some
install_deps.sh will need to be run again to rebuild libraries.

Differential Revision: https://developer.blender.org/D3568

Commit Details:

Full Hash: 885cc4cf9a1d5c167e4cbd26c3294d8b1ad400d8
Parent Commit: b59d85b
Lines Changed: +40, -570

20 Modified Paths:

/build_files/build_environment/install_deps.sh (+6, -35) (Diff)
/build_files/cmake/macros.cmake (+0, -158) (Diff)
/build_files/cmake/platform/platform_apple_xcode.cmake (+1, -1) (Diff)
/build_files/cmake/platform/platform_win32.cmake (+0, -3) (Diff)
/CMakeLists.txt (+14, -86) (Diff)
/intern/cycles/CMakeLists.txt (+0, -25) (Diff)
/intern/cycles/util/util_defines.h (+1, -9) (Diff)
/intern/cycles/util/util_foreach.h (+2, -7) (Diff)
/intern/cycles/util/util_function.h (+4, -14) (Diff)
/intern/cycles/util/util_map.h (+1, -26) (Diff)
/intern/cycles/util/util_set.h (+2, -30) (Diff)
/intern/cycles/util/util_static_assert.h (+1, -21) (Diff)
/intern/cycles/util/util_thread.cpp (+0, -8) (Diff)
/intern/cycles/util/util_thread.h (+4, -20) (Diff)
/intern/cycles/util/util_vector.h (+0, -4) (Diff)
/source/blender/alembic/intern/abc_customdata.cc (+2, -7) (Diff)
/source/blender/blenlib/BLI_compiler_compat.h (+1, -5) (Diff)
/source/blender/depsgraph/CMakeLists.txt (+0, -22) (Diff)
/source/blender/depsgraph/util/deg_util_foreach.h (+1, -16) (Diff)
/source/blender/depsgraph/util/deg_util_function.h (+0, -73) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021