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
2014-09-29Don't error of sign-conversion for < gcc v4.8Campbell Barton
Behavior is different and hard to keep building on older versions.
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-30Code cleanup: warnings (clang)Campbell Barton
2014-03-30Enable GCC pedantic warnings with strict flags,Campbell Barton
also modify MIN/MAX macros to prevent shadowing.
2014-02-16MSVC: add errors for BLI_strict_flags.hCampbell Barton
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-01OSX/gcc4.6+: fix compiling, -Wconversion causes ann weeror in gcc's own ↵Jens Verwiebe
stdio.h else
2013-09-01use strict flags for lasso, boxpack, gsqueue and quadric's.Campbell Barton
for lasso also use unsigned ints rather then shorts for the path length.
2013-09-01move strict compiler checks into a header so its easier to manage in one ↵Campbell Barton
place (pragmas were copied around). also enable more strict warnings for BLF (which had some incorrect casts).