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
2020-02-10BLI: add utilities for defining non-movable and non-copyable classesJacques Lucke
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-09-12BLI: new StringRef and StringRefNull data structuresJacques Lucke
2019-09-12BLI: new C++ ArrayRef, Vector, Stack, ... data structuresJacques Lucke
2019-09-09Move callbacks API from BLI to BKESergey Sharybin
2019-08-10Add Constrained Delaunay Triangulation routine to Blenlib.Howard Trickey
2019-05-08BLI_memblock: New memory allocatorClément Foucault
2019-04-24Cleanup: sort CMake include pathsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16CMake: fix WIN32 linking without sorted libsSergey Sharybin
2019-04-16CMake: add library deps to CMakeLists.txtCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-03-19BLI_kdtree: add 1d kdtree supportCampbell Barton
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