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-09-24UUID: add less-than operatorSybren A. Stüvel
2021-09-23bUUID: make it explicit the default constructor produces the nil valueSybren A. Stüvel
2021-09-23UUID: add `!=` operator for comparing UUIDsSybren A. Stüvel
2021-09-23UUID: place C++ code in correct namespaceSybren A. Stüvel
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-22BLI: support initializing empty FunctionRef with nullptrJacques Lucke
2021-09-21UUIDs: rename UUID to bUUIDSybren A. Stüvel
2021-09-20UUID: add nil value for UUIDsSybren A. Stüvel
2021-09-20Cleanup: UUID, prevent "missing braces" warning on macOSSybren A. Stüvel
2021-09-17Blenlib: introduce a UUID typeSybren A. Stüvel
2021-09-15BLI: Add a reverse method to MutableSpanJohnny Matthews
2021-09-15Geometry Nodes: multi threaded field evaluationJacques Lucke
2021-09-15Cleanup: doxy sections, parameter syntaxCampbell Barton
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