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-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
2020-08-07Code Style: use "#pragma once" in some newer headersJacques Lucke
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Cleanup: avoid debug-only includes for BLI_assert.hCampbell Barton
2020-08-05BLI: improve dot exporter interfaceJacques Lucke
2020-08-05BLI: add dot::Edge.set_label methodJacques Lucke
2020-08-04Merge branch 'blender-v2.90-release'Bastien Montagne
2020-08-04Cleanup: typos & co in UI messages (and some other places).Bastien Montagne
2020-08-04Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-03Cleanup: Typos in comments.Bastien Montagne
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-02Cleanup: pass const matricesCampbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-08-01Cleanup: spellingCampbell Barton
2020-07-31Merge branch 'blender-v2.90-release'Brecht Van Lommel
2020-07-31Fix build error with clangBrecht Van Lommel
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31BLI: Initial implementation of generic session UUID APISergey Sharybin
2020-07-31BLI: fix float3 in-place operatorsJacques Lucke
2020-07-28Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-07-28Fix precision issues in 'interp_weights_poly_v2'Germano Cavalcante
2020-07-28Cleanup: spelling, commentsCampbell Barton