blender/build_files
Brecht Van Lommel 4ff0126e89 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
2015-11-22 22:31:22 +01:00
..
build_environment Fix for previous own commit (logical error - I hate bash). 2015-11-17 21:50:30 +01:00
buildbot Buldbot: Disable 32bit kernels 2015-10-28 02:43:06 +05:00
cmake Change cpack package name to be "blender" instead of "Blender" 2015-11-07 08:34:27 +01:00
package_spec tweaks to packman build 2015-03-24 07:49:17 +11:00
scons C99 is now the C standard for all our C code. 2015-11-22 22:31:22 +01:00
utils exclude git/arc files from tgz archive 2015-01-08 22:53:23 +11:00