Page MenuHome

Build: require C11/C++11 for all operating systems in master.
ClosedPublic

Authored by Brecht Van Lommel (brecht) on Jul 29 2018, 4:18 PM.

Details

Summary

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 really just affects Linux.

Diff Detail

Repository
rB Blender
Branch
require-cxx11
Build Status
Buildable 1861
Build 1861: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 30 2018, 8:30 AM
Sergey Sharybin (sergey) requested changes to this revision.Jul 30 2018, 10:08 AM
Sergey Sharybin (sergey) added inline comments.
source/blender/alembic/intern/abc_customdata.cc
29

I would keep uv_index_map as a typedef, otherwise it's ridiculous to type std::unordered_map<uint64_t, int>every time.

This revision now requires changes to proceed.Jul 30 2018, 10:08 AM
Brecht Van Lommel (brecht) marked an inline comment as done.Jul 30 2018, 11:47 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 30 2018, 6:37 PM
This revision was automatically updated to reflect the committed changes.