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-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