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-08-10Tests: move remaining gtests into their own module foldersBrecht 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-23BLI: move some tests into blenlib/testsJacques Lucke
2020-07-16BLI: move safe math functions to separate headerJacques Lucke
2020-07-08BLI: add disjoint set data structureJacques Lucke
2020-07-06BLI: improve exception safety of memory utilsJacques Lucke
2020-06-29BLI: remove blender::Optional in favor of std::optionalJacques Lucke
2020-06-18Tests: added simple unittests for matrix interpolationSybren A. Stüvel
2020-06-09BLI: rename ArrayRef to SpanJacques Lucke
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