tornavis/tests
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
..
gtests Add a new parallel looper for MemPool items to BLI_task. 2017-11-23 21:14:43 +01:00
python Added alpha channel check to Alembic unit test 2017-10-17 10:59:02 +02:00
CMakeLists.txt Fix compilation error when building without Blender 2017-08-08 11:32:33 +02:00
check_deprecated.py Tests: fix incorrect check for hidden dir 2017-08-23 15:36:39 +10:00