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-11-10Fix own previous commit re testing of `BLI_rel_path`.Bastien Montagne
2020-10-28Fix T81421: "Saving As..." a blend file with a Script node file path filled w...Bastien Montagne
2020-05-25GTest: BLI_ghash_performance_test was failingCampbell Barton
2020-05-04Fix T76355: USD test fails in debug modeSybren A. Stüvel
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-04-09USD: ensure test does not depend on BLI_assert()Sybren A. Stüvel
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-16Fix another implicit cast of boot to intSergey Sharybin
2020-03-16Fix implicit cast from bool to int in path testsSergey Sharybin
2020-03-16Fix a syntax error in test spec for BLI_delaunay_2d_test.Howard Trickey
2020-03-06Cleanup: move Alembic, AVI, Collada, and USD to `source/blender/io`Sybren A. Stüvel
2020-03-05Initial step for IDTypeInfo refactor 'cleanup' project.Bastien Montagne
2020-03-04Cleanup: cmake indentationCampbell Barton
2020-03-04BLI_math: add clamp_v# and clamp_v#_v#v# utility functionsTiago Chaves
2020-03-03Fix delaunay triangulation, bad indices for output faces.Howard Trickey
2020-03-02Fix T65568: sewing and self collision issueIsh Bosamiya
2020-03-01Fix problem with Delaunay triangulalation re output mapping.Howard Trickey
2020-02-29Made BLI_delaunay_2d_cdt_calc better at tiny feature elimination.Howard Trickey
2020-02-15Cleanup: CMake formattingCampbell Barton
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