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-28Moved orientation etc tests into BLI_math_boolean.hh.Howard Trickey
2020-08-21Renamed boolean to meah_boolean in BLI file names.Howard Trickey
2020-08-21Merge branch 'master' into newbooleanHoward Trickey
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
2020-08-15Merge branch 'master' into newbooleanHoward Trickey
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-09Merge branch 'master' into newbooleanHoward Trickey
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 'master' into newbooleanHoward Trickey
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31BLI: Initial implementation of generic session UUID APISergey Sharybin
2020-07-26Merge branch 'master' into newbooleanHoward Trickey
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-18Merge masterHoward Trickey
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-13Merge Master, then fixes of problems caused by that.Howard Trickey
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-03Merge branch 'master' into newbooleanHoward Trickey
2020-07-03BLI: Switch threads implementation file to C++Sergey Sharybin
2020-07-01Change boolean blenlib interface to be purely C++.Howard Trickey
2020-06-30Merge branch 'master' into newbooleanHoward Trickey
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-11Merge branch 'master' into newbooleanHoward Trickey
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-06-07Move to exact arithmetic for new boolean implementation.Howard Trickey
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