blender/tests/gtests
Bastien Montagne efb86b712d Add a new parallel looper for MemPool items to BLI_task.
It merely uses the new thread-safe iterators system of mempool, quite
straight forward.

Note that to avoid possible confusion with two void pointers as
parameters of the callback, a dummy opaque struct pointer is used
instead for the second parameter (pointer generated by iteration over
mempool), callback functions must explicitely convert it to expected
real type.

Also added a basic gtest for this new feature.
2017-11-23 21:14:43 +01:00
..
alembic Alembic: not using global in unit test. 2017-11-02 14:33:21 +01:00
blenlib Add a new parallel looper for MemPool items to BLI_task. 2017-11-23 21:14:43 +01:00
bmesh Tests: Use proper order for EXPECT_EQ() 2017-02-03 12:03:59 +01:00
guardedalloc Tests: Use proper order for EXPECT_EQ() 2017-02-03 12:03:59 +01:00
testing CMake: Add option to build against system-wide Glog 2017-04-21 14:36:34 +02:00
CMakeLists.txt CMake: Add option to link against system-wide Gflags library 2017-04-21 12:01:27 +02:00