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
2022-02-21BLI_array: add BLI_array_trim utility to re-allocate the current sizeCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-08-04Cleanup: spellingCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2020-08-27Cleanup: clang-formatCampbell Barton
2020-08-26Cleanup: Fix const warning with BLI_array_freeRay Molenkamp
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-09-05Cleanup: clang-formatCampbell Barton
2019-08-30Fix BLI_array macro so can use BLI_strict_flags.h.Howard Trickey
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2017-07-29Cleanup: multistatement-macros warningCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2015-02-14Refactor array_utils out of BLI_arrayCampbell Barton
2014-09-28Correct recent error in BLI_array_append_retCampbell Barton
2014-09-28BLI_array: add BLI_array_append_retCampbell Barton
2014-08-17BLI_array: utility function for searching an arrayCampbell Barton
2014-08-14Remove MSVC2008 workaroundCampbell Barton
2014-07-11BLI_array: avoid mixing terms count/lengthCampbell Barton
2014-06-26BLI_array: avoid accidental assignment to BLI_array_countCampbell Barton
2014-06-26Fix BLI_array_staticdeclare sizeCampbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-08-14utility functions to reverse and wrap arrays.Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-28bmesh: skip error checks when building in release mode (minor speedup),Campbell Barton
2013-05-26code cleanup: quiet pedantic warning in array macro.Campbell Barton
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20minor change r53918 was supposed to resolve.Campbell Barton
2013-01-20correction for msvc2008Campbell Barton
2013-01-19code cleanup: BLI_array.h's BLI_array_grow_items macro was unmanageable.Campbell Barton
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-13add include so alloca() is found on mingw.Campbell Barton
2012-12-11fix for building with msvcCampbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-11-26fix [#33305] Bevel tool crashes Blender if the number of segments exceeds 28Campbell Barton
2012-08-12style cleanupCampbell Barton
2012-08-09code cleanup: ensure macros require ';' endingsCampbell Barton
2012-06-25style cleanupCampbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton