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
2018-07-27Fix T56074: Remove doubles creates holesCampbell Barton
2018-06-17Cleanup: trailing space for BLICampbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2017-10-28Cleanup: use uint type in BLICampbell Barton
2017-09-03BLI_kdtree: utility function to remove doublesCampbell Barton
2015-12-06BKI_kdtree: add a find that takes filter callbackCampbell Barton
2015-12-06Cleanup: kdtree, redundant root node handlingCampbell Barton
2015-11-18Correct recent commitCampbell Barton
2015-11-18KDTree: add BLI_kdtree_range_search_cbCampbell Barton
2015-11-18Cleanup: kdtree: use sq suffix for squared distCampbell Barton
2015-11-18KDTree: store node references as ints (were pointers)Campbell Barton
2014-09-11Fix crash in BLI_kdtree_range_searchCampbell Barton
2014-06-13BLI_kdtree: use UNLIKELYCampbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2014-01-14Correction to assert in previous commitSergey Sharybin
2014-01-14Add check for KD tree size to BLI_kdtree_insert()Sergey Sharybin
2014-01-04KDTree: ensure balance runs before usage (in debug mode)Campbell Barton
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-09-01kd-tree,Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2012-10-22style cleanup: use more const's in BLI_heap & dpx/cineon style cleanupCampbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-06-24style cleanypCampbell Barton
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-12style cleanup: whitespace, bli & makesdnaCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-02-28code cleanup: use float vector size in function definitions, and const's wher...Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-03-20remove unused includes for blenlib, left ifdef's for non linux os's alone.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-09Warning fixesDamien Plisson
2009-11-10Math LibBrecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-08-152.5: warning fixesBrecht Van Lommel
2009-07-21Initial code for boids v2Janne Karhu
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-04- Bugfix for flickering shadow with strand simplification.Brecht Van Lommel
2007-11-27ParticlesBrecht Van Lommel