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-02-19improve copying StringRef to new bufferJacques Lucke
2020-02-17Merge branch 'master' into functionsJacques Lucke
2020-02-15Cleanup: CMake formattingCampbell Barton
2020-02-13remove lazy init codeJacques Lucke
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2020-02-10remove unused classesJacques Lucke
2020-02-10remove unused classJacques Lucke
2020-02-10remove unused classJacques Lucke
2020-02-10remove unused classesJacques Lucke
2020-02-10improve linear allocatorJacques Lucke
2020-02-10rename MonotonicAllocator to LinearAllocatorJacques Lucke
2020-02-10add StringRef.substr methodJacques Lucke
2020-01-29Merge branch 'master' into functionsJacques Lucke
2020-01-28Disable some longer running tests from previous commit.Howard Trickey
2020-01-28Fix T73271, Delaunay Triangulation not robust enough.Howard Trickey
2020-01-28Merge branch 'master' into functionsJacques Lucke
2020-01-27Fix OBJECT_GUARDED_FREE compiler error when type is in namespaceBrecht Van Lommel
2020-01-25Cleanup: include missing CMake headersCampbell Barton
2020-01-24Merge branch 'blender-v2.82-release'Alexander Gavrilov
2020-01-24Depsgraph: fix false positive time dependencies for simple drivers.Alexander Gavrilov
2020-01-23Merge branch 'blender-v2.82-release'Sergey Sharybin
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2020-01-23Merge branch 'master' into functionsJacques Lucke
2020-01-23Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_alignedJacques Lucke
2020-01-18Merge branch 'master' into functionsJacques Lucke
2020-01-16CMake: Fix linking of ffmpeg_test on macOSSergey Sharybin
2020-01-15Fix linking error with ffmpeg_test on LinuxBrecht Van Lommel
2020-01-14test: Add basic codec test for ffmpeg.Ray Molenkamp
2020-01-09Merge branch 'master' into functionsJacques Lucke
2020-01-08Fix build error in tests on Clang / macOSBrecht Van Lommel
2020-01-08Fix T72878: Alphabetical sorting in Outliner sorts shorter names lastJulian Eisel
2020-01-08Tests: Natural string comparing (BLI_strcasecmp_natural())Julian Eisel
2020-01-04rename Stack.empty to Stack.is_emptyJacques Lucke
2020-01-02introduce StringMultiMapJacques Lucke
2020-01-02new multi map implementation that can deal with non trivial typesJacques Lucke
2019-12-28Merge branch 'master' into functionsJacques Lucke
2019-12-21Fix crash in delaunay triangulation due to epsilon issues.Howard Trickey
2019-12-17Merge branch 'master' into functionsJacques Lucke
2019-12-17Cleanup: spellingCampbell Barton
2019-12-14more utility functions for vector and stackJacques Lucke
2019-12-13Merge branch 'master' into functionsJacques Lucke
2019-12-13USD: disabled unit test that fails on the buildbotSybren A. Stüvel
2019-12-13USD: Simplified unit test and made it work on Windows as wellSybren A. Stüvel
2019-12-13USD: Remove file created in unit test after the test is doneSybren A. Stüvel
2019-12-13USD: Introducing a simple USD ExporterSybren A. Stüvel
2019-12-10Merge branch 'master' into functionsJacques Lucke
2019-12-10Cleanup: extra semicolon, comma warningsCampbell Barton
2019-12-03cleanup: remove unused classJacques Lucke
2019-12-03add StringMap.add methodJacques Lucke
2019-12-03Merge branch 'master' into functionsJacques Lucke