Blender Git Commit Log

Git Commits -> Revision 2c9d22f

Revision 2c9d22f by Nicholas Bishop (master)
December 30, 2012, 18:28 (GMT)
Add BLI_buffer, an alternative to BLI_array

BLI_buffer is a dynamic homogeneous array similar to BLI_array, but it
allocates a structure that can be passed around making it possible to
resize the array outside the function it was declared in.

Commit Details:

Full Hash: 2c9d22fe31dc20df9fecc6322bdb7cbe56783164
SVN Revision: 53440
Parent Commit: fc442db
Lines Changed: +129, -0

2 Added Paths:

/source/blender/blenlib/BLI_buffer.h (+69, -0) (View)
/source/blender/blenlib/intern/buffer.c (+58, -0) (View)

1 Modified Path:

/source/blender/blenlib/CMakeLists.txt (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021