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
2015-06-19BLI_stack: BLI_stack_pop_n_reverseCampbell Barton
2015-06-19BLI_stack: function commentsCampbell Barton
2015-06-03BLI_stack, add clear function.Campbell Barton
2014-09-28BLI_Stack add BLI_stack_peek, BLI_stack_discardCampbell Barton
2014-07-16BLI_kdopbvh: assert for bad inputCampbell Barton
2014-07-15BLI_stack: various small additionsCampbell Barton
2014-06-30BLI_stack, use memory chunks rather then realloc when resizingCampbell Barton
2014-06-28BLI_stack: use strict flagsCampbell Barton
2012-08-06Remove redundant typedef of BLI_StackHoward Trickey
2012-08-06fix for building in debug mode.Campbell Barton
2012-08-06Add an array-based generic stack structure to blenlibNicholas Bishop