blender/build_files
Campbell Barton 1e2f475512 added simple checker for array sizes, uses clang to parse C/C++,
Warns if an array is passed to a function where the array is declared larger, eg float[2] argument is passed function defined as float[3], (or a greater size).

Existing free static checkers dont do this from what I can tell.
2012-10-06 12:36:21 +00:00
..
buildbot Buildbot: OpenColorIO should be enabled for buildbot now 2012-09-15 10:29:59 +00:00
cmake added simple checker for array sizes, uses clang to parse C/C++, 2012-10-06 12:36:21 +00:00
package_spec Have CPack rpm builder install the colorspace folder too 2012-10-04 15:14:15 +00:00
scons code cleanup: correct spelling 2012-09-28 06:45:20 +00:00