Nathan Letwory
a100993878
doxygen: blender/readblenfile tagged.
2011-02-27 19:59:59 +00:00
Nathan Letwory
5b607701a7
doxygen: prevent GPL license block from being parsed as doxygen comment.
2011-02-23 10:52:22 +00:00
89c617a116
remove nan-makefiles
2011-01-30 15:29:22 +00:00
Nathan Letwory
a293f76cdf
Use DEBUG instead of NDEBUG
2010-10-18 06:52:10 +00:00
95aa8cfa4a
Update address in license block.
2010-08-10 21:22:26 +00:00
081c1205a3
correct fsf address
2010-02-12 13:34:04 +00:00
Chris Want
5d0a207ecb
Patch from GSR that a) fixes a whole bunch of GPL/BL license
...
blocks that were previously missed; and b) greatly increase my
ohloh stats!
2008-04-16 22:40:48 +00:00
6cd6bf7d80
Updated the Makefiles removing some of the gcc specific stuff...
...
Basically I moved -funsigned-char -fno-strict-aliasing
from individual Makefiles to nan_compile.mk defines for CFLAGS and CCFLAGS
Kent
2007-08-31 16:16:33 +00:00
d408dcdaad
Added prototypes for some stubs to shut gcc up ;)
...
(In doing so found a stub that had wrong # of args)
Kent
2005-08-16 20:21:43 +00:00
b705434c72
A couple more simple gcc4.X warnings fixed.
...
softbody.c I removed an unused var.
text.c added return values to 2 return statements that didn't have anything.
Makefile added $(FIX_STUBS_WARNINGS) to CFLAGS for the stub.
source/blender/src/editface.c fixed up int vs unsigned int stuff
source/blender/src/resources.c had two vars declared as unsigned char *
and then inputs to them were cast as char * so updated the casts.
Kent
2005-04-28 14:37:15 +00:00
d0e346d544
updated .c files to include:
...
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
Just need to finish cpp files now :)
Kent
--
mein@cs.umn.edu
2002-11-25 12:02:15 +00:00
Hans Lambermont
12315f4d0e
Initial revision
2002-10-12 11:37:38 +00:00