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
2022-09-23Cleanup: use lowercase function calls & macros in for CMakeCampbell Barton
2022-02-15License headers: use SPDX for remaining CMake find modules & gtestsCampbell Barton
2022-02-11File headers: add missing copyright, add MIT to SPDX licensesCampbell Barton
2022-02-11File headers: use SPDX license for CMake filesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Build: remove usage of link_directoriesBrecht Van Lommel
2021-11-17cleanup: fix typos in comments and docsluzpaz
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-03-04macOS/GTests: add_dependencies to fix build errorAnkit Meel
2021-02-05Cleanup: cmake indentation, white-spaceCampbell Barton
2021-02-03macOS/GTest: Fix duplicate symbol errors with some generatorsAnkit Meel
2021-01-11Tests: run suites instead of individual test casesSybren A. Stüvel
2020-12-29Test: Add utility to do near comparison for float[2]Sergey Sharybin
2020-11-10Animation: Expand unit tests for `BKE_fcurve_active_keyframe_index()`Sybren A. Stüvel
2020-09-24Fix running tests when building without portable install.Sebastian Parborg
2020-09-17CMake: clean up setting of platform specific linker flagsBrecht Van Lommel
2020-08-26Tests: fail automated tests on memory leaks and other internal errorsJacques Lucke
2020-08-19Tests: use guarded allocator in testsJacques Lucke
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-05Fix failing USD test on macOS after becoming part of blender test runnerBrecht Van Lommel
2020-08-01Cleanup: spelling (initialized)Campbell Barton
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-31Fix blender_test runner build on the buildbot on Linux and macOSBrecht Van Lommel
2020-07-31Fix build of blender_test runner on macOSBrecht Van Lommel
2020-07-31Merge branch 'blender-v2.90-release'Sergey Sharybin
2020-07-31BLI: Initial implementation of generic session UUID APISergey Sharybin
2020-07-30Fix: Blender_test not working on windows.Ray Molenkamp
2020-07-28Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-27Merge remote-tracking branch 'origin/blender-v2.90-release'Sybren A. Stüvel
2020-07-27Fix USD unit test on buildbotSybren A. Stüvel
2020-07-27CTest: Fix blender_test not working on windows.Ray Molenkamp
2020-07-26Functions: move tests closer to codeJacques Lucke
2020-07-24Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-24Allocator: make leak detection work with static variablesJacques Lucke
2020-07-23Cleanup: unify naming between different spansJacques Lucke
2020-07-23BLI: move some tests into blenlib/testsJacques Lucke
2020-07-21Drivers: add lerp and clamp functions to namespace.Alexander Gavrilov
2020-07-20BLI: add Vector/Array.fill methodsJacques Lucke
2020-07-20Refactor: Update integer type usageJacques Lucke
2020-07-17Cleanup: avoid static initialization order issues when accessing CPPTypesJacques Lucke
2020-07-16Tests: disable ASAN when discovering testsSybren A. Stüvel
2020-07-16Tests: move tests from USD test directory into `io/common` and `io/usd`Sybren A. Stüvel
2020-07-16T73268: Link C/C++ unit tests into single executableSybren A. Stüvel
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-16BLI: add safe_divide, safe_modf and safe_logfJacques Lucke
2020-07-16BLI: add safe_powf functionJacques Lucke
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