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: add 2D kdtree supportCampbell Barton
2019-03-19BLI_kdtree: refactor to support different numbers of dimensionsCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-12-19BLI_bitmap: add functions operating on the whole bitmask.Alexander Gavrilov
2018-11-28Merge branch 'master' into blender2.8Sergey Sharybin
2018-11-28Tweaks for threading schedule for Threadripper2 and EPYCSergey Sharybin
2018-11-26Timer: Generic BLI_timer with Python wrapperJacques Lucke
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-09-19Cleanup: rename BLI_simple_expr -> BLI_expr_pylike_evalCampbell Barton
2018-09-18Support evaluating simple driver expressions without Python interpreter.Alexander Gavrilov
2018-07-18Merge branch 'master' into blender2.8Brecht Van Lommel
2018-07-18Compositor: Cryptomatte compositing node.Stefan Werner
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17CMake: add missing headersCampbell Barton
2018-04-20Remove Armature Sketching & RetargetCampbell Barton
2018-04-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-16Added lock-free single linked list implementationSergey Sharybin
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Add Truecolor ANSI console constantsSergey Sharybin
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: split GHash helpers from implementationCampbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-09-19Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-19CMake: update for renamed headersCampbell Barton
2017-08-23Merge branch 'master' into blender2.8Campbell Barton
2017-08-23Cleanup: move variadic defines to their own headerCampbell Barton
2017-07-29BLI_memiter: Small API for many small allocationsCampbell Barton
2017-04-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-04-18Cleanup: missing headersCampbell Barton
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2016-10-26Cleanup: move bitmap drawing into its own moduleCampbell Barton
2016-06-08BLI_array_store: move helper functions into their own APICampbell Barton
2016-05-30Add BLI_array_store copy-on-write APICampbell Barton
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-12-09CMake: include eigen as a system headerCampbell Barton
2015-10-20BLI: add new 'memory_utils' module with func checking a whole memory chunk is...Bastien Montagne
2015-07-13Add BLI_math_statistics, where stats tool shall be!Bastien Montagne
2015-07-13Add BLI_math_solver, where non-linear solvers should be.Bastien Montagne
2015-06-12CMake: remove commentCampbell Barton
2015-06-11Replace linked-list insert-sort with merge-sortCampbell Barton
2015-05-17CMake: correct file listingCampbell Barton
2015-04-21Math Lib: handling bits handling into own fileCampbell Barton
2015-04-04Cleanup: move filelist out of storageCampbell Barton
2015-04-04CMake: treat inline C files as headersCampbell Barton
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2015-01-09BLI: add 'A*' (AStar) shortest path solver algorithm.Bastien Montagne
2014-12-09Fix T42630: Triangulate returns invalid face-mapCampbell Barton
2014-12-07Correct defines for binrelocCampbell Barton
2014-12-02Use atomic operations in task poolSergey Sharybin