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
2022-06-28BLI: add kdtree range search method that accepts c++ lambdaJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-10-20Cleanup: spelling in commentsCampbell Barton
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-19BLI_kdtree: add 1d kdtree supportCampbell Barton
2019-03-19BLI_kdtree: add 2D kdtree supportCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-03-19BLI_kdtree: refactor to support different numbers of dimensionsCampbell Barton
2019-03-18Cleanup: rename BLI_kdtree vars & args for clarityCampbell Barton
2019-03-18BLI_kdtree: refactor boids specific logic into callbackCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-17Cleanup: trailing space for 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-11-18KDTree: add BLI_kdtree_range_search_cbCampbell Barton
2015-11-18KDTree: store node references as ints (were pointers)Campbell Barton
2014-03-18KDTree: deprecate 'normal' argumentCampbell Barton
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2012-10-16code cleanup: use float sizes for function args.Campbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2010-02-12correct fsf addressCampbell Barton
2009-07-262.5:Brecht Van Lommel
2009-07-21Initial code for boids v2Janne Karhu
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2007-11-27ParticlesBrecht Van Lommel