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-09BLI: generally improve C++ data structuresJacques Lucke
2020-06-08Functions: Run-time type system and index maskJacques Lucke
2020-05-25Task: Graph Flow Task SchedulingJeroen Bakker
2020-04-25BLI: add LinearAllocatorJacques Lucke
2020-03-04BLI_math: add clamp_v# and clamp_v#_v#v# utility functionsTiago Chaves
2020-02-10BLI: improve various C++ data structuresJacques Lucke
2020-01-23CMake: Refactor external dependencies handlingSergey Sharybin
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-13BLI: new C++ hash table data structuresJacques Lucke
2019-09-12BLI: new StringRef and StringRefNull data structuresJacques Lucke
2019-09-12BLI: new C++ ArrayRef, Vector, Stack, ... data structuresJacques Lucke
2019-08-10Add Constrained Delaunay Triangulation routine to Blenlib.Howard Trickey
2019-06-05GTests: BLI_task: Add basic tests for BLI_task_parallel_listbase(), and some ...Bastien Montagne
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2018-12-13BLI: New Edgehash and EdgeSet implementationJacques Lucke
2018-11-28Merge branch 'master' into blender2.8Bastien Montagne
2018-11-28Fix building gtests and bplayer after recent NumaAPI addition.Bastien Montagne
2018-11-06Proper fix for new 'SimpleHeap' gtests...Bastien Montagne
2018-09-19Cleanup: rename BLI_simple_expr -> BLI_expr_pylike_evalCampbell Barton
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