Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-12correct fsf addressCampbell Barton
2009-09-21Update condition checks to match user definable CC and CCC.Guillermo S. Romero
Also make faster to notice which FIX_NAN_WARN as not been replaced.
2009-09-14Make compiler easily to override (CC & CCC) and clean up whitespace.Guillermo S. Romero
2009-03-19Makefile updates for Blender 2.5 (from GSR)Chris Want
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2005-03-09big warning hunt commitJean-Luc Peurière
lot of casts, added prototypes, missing includes and some true errors
2004-09-01I removed the following:Kent Mein
LEVEL_2_CPP_WARNINGS += -Wstrict-prototypes LEVEL_2_CPP_WARNINGS += -Wmissing-prototypes Every version of g++ i've used has stated these two were not for g++ but for c or objectivec. Kent
2004-03-06removed -Wbad-function-cast -Wmissing-declarations -Wnested-externsKent Mein
from LEVEL_2_CPP_WARNINGS since they aren't valid for c++ (Note they are still in the LEVEL_2_C_WARNINGS) Kent
2002-10-12Initial revisionv2.25Hans Lambermont