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
2019-03-19BLI_kdtree: refactor to support different numbers of dimensionsCampbell Barton
2019-03-18Cleanup: remove compare_len_squared utilityCampbell Barton
2019-03-18Cleanup: rename BLI_kdtree vars & args for clarityCampbell Barton
2019-03-18BLI_kdtree: refactor boids specific logic into callbackCampbell Barton
2019-03-17Cleanup: use braces for BLI_kdtreeCampbell Barton
2019-03-06Fix T62210: endless loop in kd tree lookupCampbell Barton
2019-03-06Revert "Fix T62210: endless loop in kd tree lookup"Campbell Barton
2019-03-05Fix T62210: endless loop in kd tree lookupJacques Lucke
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
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