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-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
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-28BLI: add library to simplify writing dot graph exportersJacques Lucke
2020-04-22BLI: add ScopedTimerJacques Lucke
2020-04-21BLI: Use .hh extension for C++ headers in blenlibJacques Lucke
2020-04-21BLI: add float2, float3, float4x4, Color4f and Color4bJacques Lucke
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-03-26Fix T60682: adds macOS alias redirection for directoriesBrecht Van Lommel
2020-02-26Build: add compatibility between precompiled libraries and new glibcBrecht Van Lommel
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