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-10BLI: improve various C++ data structuresJacques 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-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-23Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_alignedJacques 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-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
2019-12-21Fix crash in delaunay triangulation due to epsilon issues.Howard Trickey
2019-12-17Cleanup: spellingCampbell Barton
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-10Cleanup: extra semicolon, comma warningsCampbell Barton
2019-11-28Tests: Blendfile-loading test classSybren A. Stüvel
2019-11-26BLI_task: Add pooled threaded index range iterator, Take II.Bastien Montagne
2019-11-25Revert "BLI_task: Add pooled threaded index range iterator."Bastien Montagne
2019-11-25BLI_task: Add pooled threaded index range iterator.Bastien Montagne
2019-10-30BLI_task: Add new generic `BLI_task_parallel_iterator()`.Bastien Montagne
2019-10-22Cleanup: clang-format, trailing spaceCampbell Barton
2019-10-20Cleanup: missing declaration warningsCampbell Barton
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-09Fix Delaunay 2d valid bmesh mode bug.Howard Trickey
2019-10-07Cleanup: quiet warningsCampbell Barton
2019-09-14BLI: make Map.add_or_modify more powerfulJacques Lucke
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-14BLI: Improve forwarding semantics of some data structuresJacques Lucke
2019-09-13BLI: add some missing methods to Map and SetVectorJacques Lucke
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-09-12BLI: new StringRef and StringRefNull data structuresJacques Lucke
2019-09-12BLI: new C++ ArrayRef, Vector, Stack, ... data structuresJacques Lucke
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-07Fix two bugs in delaunay blenlib function.Howard Trickey
2019-08-15Cleanup: clang-format, unused argCampbell Barton
2019-08-15Fix CDT bug causing crash with some output modes.Howard Trickey
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-10Cleanup: clang-formatCampbell Barton
2019-08-10Add Constrained Delaunay Triangulation routine to Blenlib.Howard Trickey
2019-08-05GTest: test cases for polyfill2d bug T67109Campbell Barton