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-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-10-02Cleanup: trailing spaceCampbell Barton
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-30Cleanup: use angle-brackets for email addressesCampbell Barton
2020-09-30Cleanup: sort cmake file listsCampbell Barton
2020-09-22Fix T80444: Triangle-Triangle intersection regression in 2.90Germano Cavalcante
2020-09-21Fix T80899: Crash on editing multiple UVs of multiple different objects at th...Sebastian Parborg
2020-09-20Fix (unreported) wrong definition of `ssize_t` for windows.Bastien Montagne
2020-09-20Fix a wrong return type (float instead of double) in double2.hhHoward Trickey
2020-09-19Cleanup: use parenthesis for if statements in macrosCampbell Barton
2020-09-18Cleanup: remove unused global locks from BLI_threadsCampbell Barton
2020-09-17Tests: bundle tests for some modules in their own executablesBrecht Van Lommel
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-09-16Fix (unreported) buffer overflow in BLI_system_cpu_brand_string helper.Bastien Montagne
2020-09-13Apply patch D8816, from Zachary(AFWS) for collection boolean operand.Howard Trickey
2020-09-12BLI: Fix bitscan_forward_uint64 unix implementationClément Foucault
2020-09-12Cleanup: missing-variable-declarations warningCampbell Barton
2020-09-11Cleanup: make formatJacques Lucke
2020-09-11Cleanup: spelling, correct commentsCampbell Barton
2020-09-10Cleanup: Fix bad spelling in previous commit.Ray Molenkamp
2020-09-10Cleanup: Update doc string for BLI_getenvRay Molenkamp
2020-09-10Cleanup: spellingCampbell Barton
2020-09-09BLI: new string search api that supports fuzzy and prefix matchingJacques Lucke
2020-09-09Fix T80604: BLI_polyfill_calc exceeds stack size allocating pointsCampbell Barton
2020-09-07BLI: improve exception safety of VectorSetJacques Lucke
2020-09-07BLI: add comparison operators for StringRefJacques Lucke
2020-09-07Cleanup: include missing header files in CMakeCampbell Barton
2020-09-07Cleanup: Fix clang-tidy warning in the new boolean codeSebastian Parborg
2020-09-07Cleanup: spellingCampbell Barton
2020-09-05Fix T75827, boolean of non-manifold objects leaves stray edges.Howard Trickey
2020-09-05Cleanup: spellingCampbell Barton
2020-09-05Math Utils: Add bitscan 64bit versionClément Foucault
2020-09-05BLI: Math: Add equals_v3v3_intClément Foucault
2020-09-05New boolean: Fix second example in T79404.Howard Trickey
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-09-04Cleanup: fix compiler warnings for MSVCBrecht Van Lommel
2020-09-04Cleanup: more Clang-Tidy readability-const-return-type fixesSybren A. Stüvel
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-09-03Fix clang tidy errors in testsJacques Lucke
2020-09-03BLI: add index_range method for StringRefJacques Lucke
2020-09-02Cleanup: Correction to previous cleanup commitJulian Eisel
2020-09-02Cleanup: Correct argument names in commentJulian Eisel
2020-09-02Make rigidbody simulation handle animated objects gracefullySebastian Parborg
2020-09-02Cleanup: spellingCampbell Barton
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