blender/tests/gtests
Campbell Barton 913d8ec608 BLI_memiter: Small API for many small allocations
- Each allocation can be a different size
  (but should be smaller than the chunk size).
- Result can be looped over in order of allocation.
- Allocations are aligned to pointer size to avoid unaligned reads.
2017-07-30 00:08:17 +10:00
..
alembic Fix compilation error of alembic test after recent eval_ctx changes 2017-07-24 16:50:47 +02:00
blenlib BLI_memiter: Small API for many small allocations 2017-07-30 00:08:17 +10: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