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-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-08-27Cleanup: quiet maybe-used-uninitialized warningJacques Lucke
2021-08-24Fix BLI_str_utf8_as_unicode_step reading past intended boundsCampbell Barton
2021-08-23Cleanup: use BLI_str_utf8 prefixCampbell Barton
2021-08-17Cleanup: unused definesCampbell Barton
2021-08-03Fix T90387: division by zero when trying to invert scaleSybren A. Stüvel
2021-07-27Add `StringRef::trim()` functionsSybren A. Stüvel
2021-07-23Another slight increase in speed for Delaunay CDT.Howard Trickey
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-21Fix bug in assert in delaunay test.Howard Trickey
2021-07-20Fix crash in delaunay C interface test.Howard Trickey
2021-07-18Make it optional to track input->output mapping in delaunay_2d_calc.Howard Trickey
2021-07-18Greatly improve speed of Delaunay when have a lot of holes.Howard Trickey
2021-07-15Cleanup: use raw strings, quiet clang-tidy warningsCampbell Barton
2021-07-09BLI_array: add BLI_array_deduplicate_ordered utility & testsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-29Cleanup: clang-tidyCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-27Fix T89330 Exact Boolean fails on a simple model.Howard Trickey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-25Spreadsheet: Dataset region for spreadsheet editorFabian Schempp
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: clang-tidy quiet equals-default, nullptr warningsCampbell Barton
2021-06-23Cleanup: suppress clang-tidy warningsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-22Add initial `BLI_math_time` with a 'seconds decompose' function.Bastien Montagne
2021-06-21Delaunay add support for detecting and removing holes from output.Howard Trickey
2021-06-18Cleanup: clang-tidyCampbell Barton
2021-06-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-09Fix uninitialized variable in task.MempoolIterTLS testCampbell Barton
2021-06-09BLI_task: add TLS support to BLI_task_parallel_mempoolCampbell Barton
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-25Revert "Blenlib: Explicit Colors."Jeroen Bakker
2021-05-25Blenlib: Explicit Colors.Jeroen Bakker
2021-05-13BLI: support looking up a key stored in Map or VectorSetJacques Lucke
2021-05-13BLI: add LinearAllocator.construct_array methodJacques Lucke
2021-04-30BLI: support removing Map elements during iterationJacques Lucke
2021-04-30BLI: improve VectorSet data structureJacques Lucke
2021-04-17BLI: add unit tests for recently added methodsJacques Lucke
2021-04-17BLI: support multiple arguments for value in *_as methods of MapJacques Lucke
2021-04-17Functions: extend virtual array functionalityJacques Lucke
2021-04-01BLI: add call_safe method for FunctionRefJacques Lucke
2021-03-25BLI: fix Set.lookup_key_or_addJacques Lucke
2021-03-21Functions: refactor virtual array data structuresJacques Lucke
2021-03-21Cleanup: use static local variablesCampbell Barton
2021-03-20BLI: improve support for generic algorithms with c++ containersJacques Lucke
2021-03-17BLI: support equality operator on Span and VectorJacques Lucke
2021-03-17BLI: improve implicit conversions of spansJacques Lucke
2021-03-17BLI: provide a default hash for enumsJacques Lucke