blender/tests/gtests
Jacques Lucke 614621747e BLI: optimize VectorSet implementation
Instead of building on top of `BLI::Vector`, just use a raw array
and handle the growing in `BLI::VectorSet`.

After this change, the existing `EdgeSet` can be reimplemented using
`BLI::VectorSet` without performance regressions.
2020-04-23 12:02:06 +02:00
..
alembic Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
blenkernel Tests: Fix build error in BKE_armature test 2020-04-22 07:47:32 -06:00
blenlib BLI: optimize VectorSet implementation 2020-04-23 12:02:06 +02:00
blenloader Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
bmesh Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
ffmpeg CMake: Fix linking of ffmpeg_test on macOS 2020-01-16 15:52:19 +01:00
guardedalloc Fix: Use a minimal alignment of 8 in MEM_lockfree_mallocN_aligned 2020-01-23 14:21:48 +01:00
testing Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
usd USD: ensure test does not depend on BLI_assert() 2020-04-09 12:14:51 +02:00
CMakeLists.txt Tests: added unit test for mat3_vec_to_roll() function 2020-04-21 17:58:27 +02:00