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-09-01Fix compilation error with -Werror=array-boundsJacques Lucke
2020-09-01Fix errors ensuring grease pencil paletteCampbell Barton
2020-08-30New boolean: silence an "unused" warning.Howard Trickey
2020-08-30New boolean: another performance improvement.Howard Trickey
2020-08-30BLI_math_vector: Add equals_v4v4_intClément Foucault
2020-08-30BLI_utildefines: Fix assignment in binary ops for ENUM_OPERATORSClément Foucault
2020-08-30New Boolean: performance improvement.Howard Trickey
2020-08-29New boolean: fixed a bug in coplanar intersect.Howard Trickey
2020-08-29Cleanup: spellingCampbell Barton
2020-08-29Clang Tidy: Fix readability-delete-null-pointer warningHans Goudey
2020-08-29Clang Tidy: Fix no lint marker placementHans Goudey
2020-08-28Cleanup: clang-formatRay Molenkamp
2020-08-28Fix to previous commit to allow building without WITH_GMP.Howard Trickey
2020-08-28Merge newboolean branch into master.Howard Trickey
2020-08-27Cleanup: clang-formatCampbell Barton
2020-08-26Cleanup: Fix const warning with BLI_array_freeRay Molenkamp
2020-08-26Cleanup: better naming and no bad level access in BLI_winstuffBrecht Van Lommel
2020-08-26Cleanup: typosJacques Lucke
2020-08-26BLI: support removing multiple elements from a vectorJacques Lucke
2020-08-25BLI_math_matrix: add invert_m4_m4_safe_ortho (m3 version too)Campbell Barton
2020-08-24BLI: simplify lookup methods in MapJacques Lucke
2020-08-24BLI: improve exception safety of Set and MapJacques Lucke
2020-08-24BLI: add Array.last methodJacques Lucke
2020-08-19BLI: fix memory leak in delaunay 2dJacques Lucke
2020-08-19BLI: improve leak detection in testsJacques Lucke
2020-08-19BLI: improve exception safety of Vector, Array and StackJacques Lucke
2020-08-19Cleanup: spellingCampbell Barton
2020-08-19BLI Listbase: Add iterator macro that increments an indexHans Goudey
2020-08-18BLI_kdopbvh: Adjust epsilon according to the axisGermano Cavalcante
2020-08-17Cleanup: header order, trailing spaceCampbell Barton
2020-08-14BLI: add reverse iterators, iterator constructor and Vector.insert/prependJacques Lucke
2020-08-11Cleanup some building errors with ClangTidy.Bastien Montagne
2020-08-11Cleanup: Strict compiler flagsSergey Sharybin
2020-08-11Fix path regression test build failure on WindowsSergey Sharybin
2020-08-11Cleanup: spellingCampbell Barton
2020-08-10BLI: improve StringRef for C++17Jacques Lucke
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-10Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-08-10Fix T78113: Random explosions of cloth with self collisionGermano Cavalcante
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: fix some clang tidy warningsJacques Lucke
2020-08-07Cleanup: use C++ style casts in various placesJacques Lucke
2020-08-07Cleanup: added explanation of why `incircleadapt` is allowed to be longSybren A. Stüvel
2020-08-07Cleanup: Delaunay 2D, silence Clang-Tidy readability-function-sizeSybren A. Stüvel
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel