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
2019-10-10Cleanup: clang-format, spellingCampbell Barton
2019-10-09Fix Delaunay 2d valid bmesh mode bug.Howard Trickey
2019-10-07Cleanup: quiet warningsCampbell Barton
2019-09-14BLI: make Map.add_or_modify more powerfulJacques Lucke
2019-09-14BLI: rename SetVector to VectorSetJacques Lucke
2019-09-14BLI: Improve forwarding semantics of some data structuresJacques Lucke
2019-09-13BLI: add some missing methods to Map and SetVectorJacques 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-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-07Fix two bugs in delaunay blenlib function.Howard Trickey
2019-08-15Cleanup: clang-format, unused argCampbell Barton
2019-08-15Fix CDT bug causing crash with some output modes.Howard Trickey
2019-08-14Cleanup: clang-format, sort structs & cmake filesCampbell Barton
2019-08-14Text editor: syntax highlighting + line numbers on by defaultSybren A. Stüvel
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-10Cleanup: clang-formatCampbell Barton
2019-08-10Add Constrained Delaunay Triangulation routine to Blenlib.Howard Trickey
2019-08-05GTest: test cases for polyfill2d bug T67109Campbell Barton
2019-06-05GTests: BLI_task: Add basic tests for BLI_task_parallel_listbase(), and some ...Bastien Montagne
2019-05-21CTest: Fix Bli_task_test failing on windows.Ray Molenkamp
2019-04-29GTest: BLI_path_util testsCampbell Barton
2019-04-20Cleanup: comment line length (tests)Campbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17Fix T63678 Link error of tests with MSVC.Ray Molenkamp
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16ClangFormat: add comments to ignore formattingCampbell Barton
2019-04-16CMake: remove BLENDER_SORTED_LIBSCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-03-20Cleanup: More C++ like nature for word split testSergey Sharybin
2019-03-20Fix BLI_path_frame_stripSybren A. Stüvel
2019-03-14Tests: BLI_heap_simple test fix build error with MSVC.Ray Molenkamp
2019-02-05Cleanup: remove contributors for CMake filesCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-24Fix/cleanup another bunch of UI messages issues.Bastien Montagne
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-07Cleanup/Refactor: move Main stuff into BKE's new main.c file (and header).Bastien Montagne
2018-11-06BLI_kdopbvh: add an option to use a priority queue in find_nearest.Alexander Gavrilov
2018-11-06Proper fix for new 'SimpleHeap' gtests...Bastien Montagne
2018-11-06Revert rBfee6ab18e7e9 in BLI_heap_test.ccBastien Montagne
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-11-04BLI_heap: add an API function to directly read the top node value.Alexander Gavrilov
2018-09-19BLI_utildefines: rename pointer conversion macrosCampbell Barton
2018-09-19Merge branch 'master' into blender2.8Campbell Barton