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
2018-09-18Support evaluating simple driver expressions without Python interpreter.Alexander Gavrilov
2018-04-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-16Added lock-free single linked list implementationSergey Sharybin
2018-02-18Merge branch 'master' into blender2.8Campbell Barton
2018-02-18Cleanup: add 2d suffix to BLI filesCampbell Barton
2017-11-23Merge branch 'master' into blender2.8Bastien Montagne
2017-11-23Add a new parallel looper for MemPool items to BLI_task.Bastien Montagne
2017-10-29Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-10-28GTest: initial BLI_heap testCampbell Barton
2017-08-27Merge branch 'master' into blender2.8Campbell Barton
2017-08-27Cleanup: use stubs for eigen gtestCampbell Barton
2017-07-29BLI_memiter: Small API for many small allocationsCampbell Barton
2017-06-11GTest: initial kdopbvh testCampbell Barton
2016-12-31Add BLI_string_utf8 specific test.Bastien Montagne
2016-05-30BLI_array_store testsCampbell Barton
2016-02-06Fix gtests on Windows/MSVCSergey Sharybin
2016-01-19GTests: array_utilsCampbell Barton
2015-12-10Eigen: move C API into intern/eigen.Brecht Van Lommel
2015-10-09BLI_math: add mat3_polar_decompose, interp_m3_m3m3 and interp_m4_m4m4.Bastien Montagne
2015-07-10BLI_math 'compare' cleanup & enhancements.Bastien Montagne
2015-06-29Remove WITH_TESTS_PERFORMANCE option.Bastien Montagne
2015-06-29GTests: do not add 'performance' tests to auto-ran tests (with ctest or 'make...Bastien Montagne
2015-04-20CMake: Move performance tests under the cmake optionSergey Sharybin
2015-03-19BLI GHash: add some basic gtests.Bastien Montagne
2014-11-14Add Murmur2A hashing feature to BLIBastien Montagne
2014-09-28GTest: polyfill2dCampbell Barton
2014-08-05Fix incorrect comments in listbase, add unit test to verify changeNicholas Bishop
2014-07-04Add (r)partition funcs to BLI_string, to get left-most/right-most first occur...Bastien Montagne
2014-06-30Add BLI_stack testCampbell Barton
2014-06-28CMake: update source filesCampbell Barton
2014-06-18GTest unit testing frameworkSergey Sharybin