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
2021-07-23Fix: avoid creating improper rotation matrixJacques Lucke
2021-07-23Another slight increase in speed for Delaunay CDT.Howard Trickey
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-21Fix bug in assert in delaunay test.Howard Trickey
2021-07-20Cleanup: fix clang-tidy warning readability-qualified-autoSybren A. Stüvel
2021-07-20Cleanup: fix clang-tidy readability-else-after-returnSybren A. Stüvel
2021-07-20Cleanup: fix clang-tidy warning modernize-use-nullptrSybren A. Stüvel
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: use doxygen style parameters in noise.cCampbell Barton
2021-07-20Cleanup: added const keyword to BLI_dlrbTree search functions.Jeroen Bakker
2021-07-20Fix crash in delaunay C interface test.Howard Trickey
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: spellingCampbell Barton
2021-07-20Cleanup: Clang formatAaron Carlisle
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-18Speed up Delaunay raycast.Eric Abrahamsson
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-16Cleanup: reduce variable scope in task_iterator.cCampbell Barton
2021-07-16Fix error using uninitialized state in BLI_task_parallel_mempoolCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: improve comments, remove debug printfCampbell Barton
2021-07-15Cleanup: use raw strings, quiet clang-tidy warningsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-15BLI_task: add a callback to initialize TLSCampbell Barton
2021-07-15BLI_memarena: support merging memory arenasCampbell Barton
2021-07-13Cleanup: Use correct _WIN32/64 defines for MSVCJesse Yurkovich
2021-07-12Blenlib: Add BLI_assert_msg() for printing an extra string if the assert failsJulian Eisel
2021-07-09Fix a compiler warning on Windows for Exact Boolean.Howard Trickey
2021-07-09Cleanup: use 'uint' for BLI_arrayCampbell Barton
2021-07-09BLI_array: add BLI_array_deduplicate_ordered utility & testsCampbell Barton
2021-07-08BLI: avoid calling deleted copy constructor in some compilersJacques Lucke
2021-07-08Cleanup: spellingCampbell Barton
2021-07-08CMake: add missing headers, sort file listsCampbell Barton
2021-07-07Cleanup: spelling in commentsCampbell Barton
2021-07-06Various Exact Boolean parallelizations and optimizations.Erik Abrahamsson
2021-07-05Fix performance regression in Exact boolean due to exact triangulation.Howard Trickey
2021-07-05Cleanup: spelling, punctuationCampbell Barton
2021-07-05BLI: wrap more features off tbb::enumerable_thread_specificJacques Lucke
2021-07-05BLI: add conversion constructor for destruct_ptrJacques Lucke
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-07-02Cleanup: spelling in commentsCampbell Barton
2021-07-01BLI_linklist_stack: use cast to prevent warnings when used in C++Campbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-29Cleanup: clang-tidyCampbell Barton
2021-06-28Cleanup: Add function to create a CurveEval from a nurbs listHans Goudey
2021-06-28BLI: improve enum operatorsJacques Lucke
2021-06-28BLI_rand: support for randomizing bitmapsPiotr Makal