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-06-19Tests: Use explicit signature constantsSergey Sharybin
2020-06-19Make BLI_edgehash_test compatible with C++17Sergey Sharybin
2020-06-19IO: Allow exporting a subset of the writersSybren A. Stüvel
2020-06-19IO: Move Abstract Hierarchy Iterator into `io/common`Sybren A. Stüvel
2020-06-18Allow interpolation of matrices with negative scale / axis flipsSybren A. Stüvel
2020-06-18Tests: added simple unittests for matrix interpolationSybren A. Stüvel
2020-06-16Functions: Multi FunctionJacques Lucke
2020-06-16BLI: fix Map.foreach_item methodJacques Lucke
2020-06-12Functions: Wrap into blender namespaceSergey Sharybin
2020-06-12Fix/workaround compilation error on devtoolset-6Sergey Sharybin
2020-06-11BLI: define default hash function for const typesJacques Lucke
2020-06-11BLI: make Map::Item and Map::MutableItem more accessibleJacques Lucke
2020-06-10BLI: add Map.pop_default methodJacques Lucke
2020-06-10BLI: support constructing StringRef from start and end pointerJacques Lucke
2020-06-10Cleanup: improve custom data type namesJacques Lucke
2020-06-10BLI: rename tests from "array_ref" to "span"Jacques Lucke
2020-06-10BLI: add Map.pop_try methodJacques Lucke
2020-06-10BLI: update behavior of Map.lookup_or_addJacques Lucke
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
2020-06-09BLI: put C++ data structures in "blender" namespace instead of "BLI"Jacques Lucke
2020-06-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Functions: Run-time type system and index maskJacques Lucke
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-06-05CleanUp: Introduce BKE_fcurve_createJeroen Bakker
2020-05-25Merge branch 'blender-v2.83-release'Campbell Barton
2020-05-25GTest: BLI_ghash_performance_test was failingCampbell Barton
2020-05-25Task: Graph Flow Task SchedulingJeroen Bakker
2020-05-21BLI: improve Vector testJacques Lucke
2020-05-20Fix Windows build after recent guardedalloc changesBrecht Van Lommel
2020-05-08Cleanup: USD test, clarfied commentSybren A. Stüvel
2020-05-08Cleanup: Alembic, moved axis conversion functions into their own filesSybren A. Stüvel
2020-05-04Merge remote-tracking branch 'origin/blender-v2.83-release'Sybren A. Stüvel
2020-05-04Fix T76355: USD test fails in debug modeSybren A. Stüvel
2020-05-04Add StringMap.LookupOrAdd and StringMap.LookupOrAddDefaultJacques Lucke
2020-05-04Cleanup: USD tests, use `EXPECT_LT` and `EXPECT_FALSE` where appropriateSybren A. Stüvel
2020-05-03Cleanup: clang-formatCampbell Barton
2020-05-01Fix: added missing buildinfo to BKE_fcurve testSybren A. Stüvel
2020-05-01Tests: Animation, added unittests for FCurve evaluationSybren A. Stüvel
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-28BLI: add VectorSet.is_empty methodJacques Lucke
2020-04-28BLI: rename Vector.empty to Vector.is_emptyJacques Lucke
2020-04-28BLI: add Set.clear methodJacques Lucke
2020-04-28BLI: add Set.is_empty methodJacques Lucke
2020-04-28BLI: add Map.lookup_or_add_default methodJacques Lucke
2020-04-28Fix armature roll test failing on macOSBrecht Van Lommel
2020-04-28BLI: add Map.is_empty() methodJacques Lucke
2020-04-25BLI: add LinearAllocatorJacques Lucke
2020-04-25BLI: improve StringRef.copyJacques Lucke
2020-04-24BLI: Implement StringMap.add and StringMap.add_or_modifyJacques Lucke
2020-04-23BLI: various data structure improvementsJacques Lucke