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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2016-05-30 08:25:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-05-30 09:18:24 +0300
commit53b60eed45098cdb5e0a6f4a05e242f5d6524635 (patch)
treea6fc111557c3beee2a3b17a2f2550232f004c562 /source/blender/blenlib/CMakeLists.txt
parent11b0874db003fed55578e3a49d6c5377ac49902e (diff)
Add BLI_array_store copy-on-write API
This supported in-memory de-duplication, useful to avoid in-efficient memory use when storing multiple, similar arrays.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index 944ba60eb58..42d958774d8 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -52,6 +52,7 @@ set(SRC
intern/BLI_memarena.c
intern/BLI_mempool.c
intern/DLRB_tree.c
+ intern/array_store.c
intern/array_utils.c
intern/astar.c
intern/boxpack2d.c
@@ -120,6 +121,7 @@ set(SRC
BLI_alloca.h
BLI_args.h
BLI_array.h
+ BLI_array_store.h
BLI_array_utils.h
BLI_astar.h
BLI_bitmap.h