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-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
2021-03-08Revert "Fix modernize-raw-string-literal complaints from clang-tidy."Howard Trickey
2021-03-08Speedup for usual non-manifold exact boolean case.Howard Trickey
2021-03-08Fix modernize-raw-string-literal complaints from clang-tidy.Howard Trickey
2021-03-07BLI: make it harder to forget to destruct a valueJacques Lucke
2021-03-07BLI: reduce wasted memory in linear allocatorJacques Lucke
2021-03-04BLI: support mutable lookup from multi value mapJacques Lucke
2021-02-23BLI: new FunctionRef typeJacques Lucke
2021-02-21BLI: cleanup StringRef and Span and improve parameter validationJacques Lucke
2021-02-06Cleanup: malformed web addresses in commentsCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-04Cleanup: use 'pragma once'Campbell Barton
2020-12-16BLI: remove implicit casts between some span typesJacques Lucke
2020-12-16BLI: add new InplacePriorityQueue data structureJacques Lucke