Blender Git Commit Log

Git Commits -> Revision 4ff0126

Revision 4ff0126 by Brecht Van Lommel (master)
November 22, 2015, 21:31 (GMT)
C99 is now the C standard for all our C code.

The main new feature is mixed variable declarations and code, which can help
reduce uninitialized variables or accidental variable reuse.

Due to incomplete C99 support in VS 2013, variable length arrays are not
supported, BLI_array_alloca must still be used. The header <tgmath.h> is also
not supported.

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

Commit Details:

Full Hash: 4ff0126e890cebe16b4eec5c1b2bc507346b4f24
Parent Commit: db1f0e3
Lines Changed: +23, -14

8 Modified Paths:

/build_files/scons/config/darwin-config.py (+1, -1) (Diff)
/build_files/scons/config/linux-config.py (+1, -1) (Diff)
/build_files/scons/config/win32-mingw-config.py (+1, -1) (Diff)
/build_files/scons/config/win64-mingw-config.py (+1, -1) (Diff)
/CMakeLists.txt (+8, -9) (Diff)
/SConstruct (+7, -0) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+3, -0) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021