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
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25BLI: simplify removing elements from containers with predicateJacques Lucke
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-09-20Cleanup: quite compiler warningJacques Lucke
2022-09-18Build: fix gtest build flags affecting actual libraryBrecht Van Lommel
2022-09-17IndexRange: Add new `intersect` methodClément Foucault
2022-09-12Tests: add tests for leading (relative) slashes for BLI_path_joinCampbell Barton
2022-09-09Realtime Compositor: Implement pixelate nodeOmar Emara
2022-09-09License headers: use SPDX identifiersCampbell Barton
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-09-06BLI: Add new `blender::Pool` containerClément Foucault
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-07-30Fix failing blenlib test from previous commitHarley Acheson
2022-07-29Fix set iterator test failure on macOSJulian Eisel
2022-07-28Fix wrong post-increment operators & test for BLI containersJulian Eisel
2022-07-28BLI_math: improve symmetrical values from sin_cos_from_fractionCampbell Barton
2022-07-21Fix build error in tests binary after previous commitHans Goudey
2022-07-21Cleanup: Remove debug print in testHans Goudey
2022-07-20Curves: Port fillet node to the new data-blockHans Goudey
2022-07-15BLI_bitmap: ability to declare by-value, and function to find lowest unset bitAras Pranckevicius
2022-07-07BLI: make some spans default constructibleJacques Lucke
2022-07-02BLI: refactor length parameterizationJacques Lucke
2022-07-02BLI: improve span access to virtual arraysJacques Lucke
2022-06-29BLI: add Vector.append_and_get_index with rvalue parameterJacques Lucke
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-21Fix T99033: KDTree deduplication can erase valuesChris Blackbourn
2022-06-15math: improve accuracy of Linear->sRGB conversion SIMD pathAras Pranckevicius
2022-06-08Fix: Incorrect curves and pointcloud bounding boxesHans Goudey
2022-06-07BLI: Math: Add description and test to `ceil_to_multiple` and `divide_ceil`Clément Foucault
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-11Cleanup: rename BLI_str_format_attribute_domain_sizeCampbell Barton
2022-05-11Cleanup: spelling in comments/stringsCampbell Barton
2022-05-11Cleanup: use 'num' / 'size' suffix instead of 'sz'Campbell Barton
2022-05-06BLI: Add float3x3Omar Emara
2022-04-25BLI: optimize constructing new virtual arrayJacques Lucke
2022-04-15Fix: Apply tilt in curves data-block normals calculationHans Goudey
2022-04-08Add a utility for sampling segment indices and factors from arbitraryHans Goudey
2022-04-07BLI: add missing materialize methods for virtual arraysJacques Lucke
2022-04-07BLI: add CPPType utility to copy elements to a shorter arrayJacques Lucke
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-03-30Curves: Add length cache, length paramerterize utilityHans Goudey
2022-03-29BLI: support value initialization in CPPTypeJacques Lucke
2022-03-25BLI: Adjust interpolation to support integers, other tweaksHans Goudey