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-11-03BLI_path: skip "/./" and "/." in BLI_path_name_at_indexCampbell Barton
2022-11-02Fix BLI_path_parent_dir returning success with a single period as inputCampbell Barton
2022-11-02Tests: enable path tests for WIN32Campbell Barton
2022-11-02Cleanup: use doxy sections for path testsCampbell Barton
2022-11-01Fix BLI_path_parent_dir failing on paths ending with ".."Campbell Barton
2022-11-01Fix BLI_path_normalize failing with "." and ".." in the pathCampbell Barton
2022-11-01Tests: add BLI_path_parent_dir tests, split BLI_path_normalize testsCampbell Barton
2022-10-31BLI_path: only operate on native path slashes for BLI_path_name_at_indexCampbell Barton
2022-10-31BLI_path: only operate on native path slashes for BLI_path_joinCampbell Barton
2022-10-20UI: Icon number indicator for data-blocksDalai Felinto
2022-10-17BLI_path: remove trailing NULL argument to BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05Fix: Crash when reininitializing empty generic arrayHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Cleanup: sort cmake file listsCampbell Barton
2022-09-28Cleanup: formatCampbell Barton
2022-09-27BLF: Editing Text with Combining CharactersHarley Acheson
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