Blender Git Commit Log
Git Commits -> Revision b6bc308
Revision b6bc308 by Nicholas Bishop (master) August 5, 2012, 23:29 (GMT) |
Add an array-based generic stack structure to blenlib Very simple stack with homogeneous contents. Provides push, pop, and is-empty operations. |
Commit Details:
Full Hash: b6bc30837596159f513d3a8ecedea6c835d60aa0
SVN Revision: 49591
Parent Commit: 958dc02
Lines Changed: +155, -0
2 Added Paths:
/source/blender/blenlib/BLI_stack.h (+50, -0) (View)
/source/blender/blenlib/intern/stack.c (+103, -0) (View)
/source/blender/blenlib/intern/stack.c (+103, -0) (View)
1 Modified Path:
/source/blender/blenlib/CMakeLists.txt (+2, -0) (Diff)