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-07-21Cleanup: convert unsigned to signed comparison in assertJacques Lucke
2020-07-21Cleanup: spellingCampbell Barton
2020-07-20BLI: add typedefs for containers that use raw allocatorsJacques Lucke
2020-07-20Particles: support removing particles during the simulationJacques Lucke
2020-07-20Fix signed/unsigned comparisonJacques Lucke
2020-07-20BLI: add Vector/Array.fill methodsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-19Fix T66937: Blank view on navigation with auto-deph & large clip-endCampbell Barton
2020-07-19Cleanup: spellingCampbell Barton
2020-07-17BLI: add StringRefNull.c_str() methodJacques Lucke
2020-07-16BLI: move inline include to the bottom to avoid redeclaration warningJacques Lucke
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-16BLI: add safe_divide, safe_modf and safe_logfJacques Lucke
2020-07-16BLI: add safe_powf functionJacques Lucke
2020-07-16Cleanup: missing CMake headers from source listsCampbell Barton
2020-07-15Cleanup: spellingCampbell Barton
2020-07-14BLI: remove static assert noexcept move constructorsJacques Lucke
2020-07-14Cleanup: sort header, cmake pathsCampbell Barton
2020-07-13Cleanup: remove some incorrectly placed constsJacques Lucke
2020-07-13MSVC: Fix build error with the 8.1 SDKRay Molenkamp
2020-07-13Fix T78855: Knife tool crashes when the geometry has no faceGermano Cavalcante
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-13BLI: fix constructor regression for Vector and ArrayJacques Lucke
2020-07-13BLI: don't allow mutable span of initializer listJacques Lucke
2020-07-10BLI: add C++ random number generatorJacques Lucke
2020-07-10Fix for building on systems besides apple/windows/linuxCampbell Barton
2020-07-10BLI: initial hash function for Color4b and float4x4Jacques Lucke
2020-07-10Cleanup: spellingCampbell Barton
2020-07-10Cleanup: add BLI_linklist_find_lastCampbell Barton
2020-07-10Cleanup: spellingCampbell Barton
2020-07-09BLI: add more operator overloads for float2Jacques Lucke
2020-07-09Fix: add missing extern "C"Jacques Lucke
2020-07-09BLI: rename rand.c to rand.ccJacques Lucke
2020-07-08BLI: improve constructors and conversions to spanJacques Lucke
2020-07-08Cleanup: remove unused functionJacques Lucke
2020-07-08Cleanup: use c++17 helper variable templatesJacques Lucke
2020-07-08BLI: add disjoint set data structureJacques Lucke
2020-07-08BLI: add comparison operators and hash functions for float3, etc.Jacques Lucke
2020-07-07BLI: simplify copy constructor of ArrayJacques Lucke
2020-07-07BLI: simplify copy constructor of vectorJacques Lucke
2020-07-07BLI: provide access to underlying node in dot exporterJacques Lucke
2020-07-07Nodes: Generate multi-function network from node treeJacques Lucke
2020-07-07BLI: Correct spin lock definitionSergey Sharybin
2020-07-07BLI: Fix mistake in SpinLock TBB migrationSergey Sharybin
2020-07-07Optimization: use `BLI_bvhtree_intersect_plane` to detect faces that will be ...Germano Cavalcante
2020-07-07Cleanup: remove redundant commentsJacques Lucke
2020-07-07Cleanup: spellingCampbell Barton
2020-07-06Cleanup: Use the BLI_edgehash API in the sewing simulation of clothsGermano Cavalcante
2020-07-06BLI: add methods to lookup a stored key in a setJacques Lucke
2020-07-06Cleanup: spelling, commentsCampbell Barton