blender/build_files
Bastien Montagne 611a9b1bda install_deps.sh: first attempt to support cxx11.
For now, we merely add an option that sets CXXFLAGS envvar with
'--std=c++11' option.

There is no check done to ensure compatibility with the system
libraries, mainly because:
  - It is all but trivial to get this information in a generic and
    reliable way.
  - Currently even cutting edge distributions may still distribute some c++98
    libraries.
  - With recent stdlibc++, both ABIs are supported together, which means
    that incompatibilities are rather unlikely.

To summarize: if your system is recent and built with gcc-5.1 or more,
you should not experience too much troubles with c++11.
2016-10-10 19:29:55 +02:00
..
build_environment install_deps.sh: first attempt to support cxx11. 2016-10-10 19:29:55 +02:00
buildbot Cycles CUDA: make CUDA 8.0 the officially supported version for all platforms. 2016-10-03 22:15:26 +02:00
cmake CMake changes for new macOS target 10.9 / libc++ libraries. 2016-10-09 01:54:29 +02:00
package_spec Call to python3 for stand-alone scripts 2016-07-26 05:18:00 +10:00
utils Update source tgz builder script 2016-09-29 10:05:42 +02:00