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
path: root/tests
AgeCommit message (Expand)Author
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-28Merge branch 'blender-v2.81-release'Campbell Barton
2019-10-28CMake: add missing headers, use space before commentsCampbell Barton
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-10-03Fix: Unit tests on windows.Ray Molenkamp
2019-09-19Fix T68091: Adding a corrupt video crashes/confuses BlenderSybren A. Stüvel
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-08Fix script_load_modules test failure in power sequencerBrecht Van Lommel
2019-09-07Fix GTests failing on Windows buildbotBrecht Van Lommel
2019-09-07Tests: run tests from install pathBrecht Van Lommel
2019-09-07Fix two bugs in delaunay blenlib function.Howard Trickey
2019-09-07Cleanup: style, spellingCampbell Barton
2019-09-07EEVEE: Fix tests crashing if file is in edit modeClément Foucault
2019-09-06Eevee: Improve Test setupClément Foucault
2019-08-30Cleanup: remove debug printBrecht Van Lommel
2019-08-30Tests: reorder render tests so cycles/eevee/workbench are not interleavedBrecht Van Lommel
2019-08-26Fix render test Python error on crashesBrecht Van Lommel
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
2019-08-02Tests: also don't fail on memory leaks for gtestsBrecht Van Lommel
2019-08-02Fix broken add_python_test after recent changesBrecht Van Lommel
2019-08-02Tests: don't fail on leaks detected by leak sanitizerBrecht Van Lommel
2019-08-02Cleanup: refactor tests executing Blender to use add_blender_test functionBrecht Van Lommel
2019-08-02Fix scene units test failure after recent changesBrecht Van Lommel
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Fix: test object_modifier_array is passing when it shouldn't.Habib Gahbiche
2019-07-01Tests: Point ffmpeg data to a new folderSergey Sharybin
2019-06-28Python tests: replaced `imp` with `importlib`Sybren A. Stüvel
2019-06-28Tests: disable keymap hierarchy tests until they are fixedBrecht Van Lommel
2019-06-27Tests: speed up render tests by running multiple in the same processBrecht Van Lommel
2019-06-26Tests: put output of IO tests in subdirectoryBrecht Van Lommel
2019-06-26Tests: add navigation links for HTML test reports, and other tweaksBrecht Van Lommel