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
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Add initial `BLI_math_time` with a 'seconds decompose' function.Bastien Montagne
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-13BLI: add initial wrapper for tbb::enumerable_thread_specificJacques Lucke
2021-04-01BLI: rename resource collector to resource scopeJacques Lucke
2021-03-26CMake: add headers to source lists, sort file-listsCampbell Barton
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-02-23BLI: new FunctionRef typeJacques Lucke
2021-01-20Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-20CMake: add missing headersCampbell Barton
2021-01-15Use mmap() IO for reading uncompressed .blendsLukas Stockner
2020-12-16BLI: add new InplacePriorityQueue data structureJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-30Fix T83196: bad matrix to quaternion precision near 180 degrees rotation.Alexander Gavrilov
2020-11-28Fix T83023: incorrect shape of cyclic F-Curve with only two points.Alexander Gavrilov
2020-09-30Cleanup: sort cmake file listsCampbell Barton
2020-09-17Tests: bundle tests for some modules in their own executablesBrecht Van Lommel
2020-09-09BLI: new string search api that supports fuzzy and prefix matchingJacques Lucke
2020-09-07Cleanup: include missing header files in CMakeCampbell Barton
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31BLI: Initial implementation of generic session UUID APISergey Sharybin
2020-07-24BLI: add MultiValueMapJacques Lucke
2020-07-23Particles: spawn particles on mesh surfaceJacques Lucke
2020-07-23BLI: move some tests into blenlib/testsJacques Lucke
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-09BLI: rename rand.c to rand.ccJacques Lucke
2020-07-08BLI: add disjoint set data structureJacques Lucke
2020-07-07Nodes: Generate multi-function network from node treeJacques Lucke
2020-07-03BLI: Switch threads implementation file to C++Sergey Sharybin
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Functions: Run-time type system and index maskJacques Lucke
2020-05-27Cleanup: sort file, structsCampbell Barton
2020-05-25Task: Graph Flow Task SchedulingJeroen Bakker
2020-05-14BLI: deduplicate address sanitizer codeJacques Lucke
2020-05-05Build: print TBB ON/OFF state on first configure, cleanup old TBB logicBrecht Van Lommel
2020-05-01Windows: Support backtraces on release builds.Ray Molenkamp
2020-04-30Revert "Windows: Support backtraces on release builds."Ray Molenkamp
2020-04-30Windows: Support backtraces on release builds.Ray Molenkamp