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
2020-07-15Fix signed/unsigned comparisonJacques Lucke
2020-07-13Fix: Fix build error with MSVC in BLI_span_testRay Molenkamp
2020-07-13BLI: fix constructor regression for Vector and ArrayJacques Lucke
2020-07-11Nodes: support implicit conversions and incorrectly linked socketsJacques Lucke
2020-07-10Functions: make generic types hashableJacques Lucke
2020-07-10Functions: make generic types equality comparableJacques Lucke
2020-07-08BLI: improve constructors and conversions to spanJacques Lucke
2020-07-08Cleanup: add correct license header to testsJacques Lucke
2020-07-08BLI: add disjoint set data structureJacques Lucke
2020-07-07Functions: add generic functions that output constantsJacques Lucke
2020-07-07Functions: Add debug print and destruct callback to CPPTypeJacques Lucke
2020-07-07IO: Reversed persistent ID order in exports to Alembic and USDSybren A. Stüvel
2020-07-07IO: Fix bug exporting dupli parent/child relationsSybren A. Stüvel
2020-07-07Fix sign conversion errorJacques Lucke
2020-07-06Fix build error with tests for removed functionsHans Goudey
2020-07-06BLI: add methods to lookup a stored key in a setJacques Lucke
2020-07-06BLI: improve exception safety of memory utilsJacques Lucke
2020-07-06BLI: refactor how buffers for small object optimization are storedJacques Lucke
2020-07-05Revert "BLI: refactor how buffers for small object optimization are stored"Jacques Lucke
2020-07-05BLI: refactor how buffers for small object optimization are storedJacques Lucke
2020-07-03Fix T72214: Fluids: noise does not work with negative frame numbersJacques Lucke
2020-07-03Cleanup: use nested namespacesJacques Lucke
2020-06-30Fix compile errorJacques Lucke
2020-06-30Functions: add two more customizable multi-functionsJacques Lucke
2020-06-30Cleanup: move tests into their corresponding namespaceJacques Lucke
2020-06-30BLI: add Array constructor that does not initialize non-trivial typesJacques Lucke
2020-06-30Alembic: new exporter based on the USD exporter structureSybren A. Stüvel
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-27Functions: add MutableAttributesRef data structureJacques Lucke
2020-06-27Cleanup: make it easier to check if a CPPType is a specific compile time typeJacques Lucke
2020-06-23Functions: Multi Function NetworkJacques Lucke
2020-06-22Functions: add utilities that allow creating some multi-functions with less t...Jacques Lucke
2020-06-22Functions: Various improvements to the spans and generic data structuresJacques Lucke
2020-06-19Cleanup: Alembic, move the C++ code to `blender::io::alembic` namespaceSybren A. Stüvel
2020-06-19Cleanup: Alembic, moved exporter code into separate directorySybren A. Stüvel
2020-06-19USD Test: Don't use designated initializersSergey Sharybin
2020-06-19Tests: Use explicit signature constantsSergey Sharybin
2020-06-19Make BLI_edgehash_test compatible with C++17Sergey Sharybin
2020-06-19Alembic: always export transforms as inheritingSybren A. Stüvel
2020-06-19Alembic: prevent spaces in names of exported particle systemsSybren A. Stüvel
2020-06-19Alembic: export object data with object data nameSybren A. Stüvel
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-17Refactor duplicate of data-blocks.Bastien Montagne
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