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 (Expand)Author
2012-11-23Patch [#33196] Warning Fixes 11-16-2012Jason Wilkins
2012-10-23rename api functions...Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-08-26make SWAP macros typesafe using CHECK_TYPE macro.Campbell Barton
2012-05-31math lib changes from tomatoCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-16static functions for getting power of 2 values were being copied about too mu...Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-07-05Patch #27842: build fix for solaris, missing finite(). Patch by A. Hettinger.Brecht Van Lommel
2011-02-18Remove #ifdef __cplusplus, as it caused C2732 (differences in linkage). Compi...Nathan Letwory
2011-02-18declare round() and copysign() when on windows. Implementations for them alre...Nathan Letwory
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-01-15remove/comment unused defines.Campbell Barton
2010-10-22Add some missing const'sNathan Letwory
2010-10-14Move MAXFLOAT to BLI_math_base.hNathan Letwory
2010-09-25Fix #23901: displace node not working with negative values.Brecht Van Lommel
2010-06-22Merge a few small blenlib changes from the render25 branch:Brecht Van Lommel
2010-03-21OK, compiling doesn't mean it runs, now it should really be fixed, as I don't...Joerg Mueller
2010-03-21Finally, this should really fix the msvc and old ubuntu compiler problems wit...Joerg Mueller
2010-03-20Yet another try to get NaN working on MSVC.Joerg Mueller
2010-03-20Hopefully another fix for MSVC...Joerg Mueller
2010-02-12correct fsf addressCampbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2009-11-30- added a new math function double_round, useful for rounding a number to a n...Campbell Barton
2009-11-10Math Lib ReorganizationBrecht Van Lommel