blender/tests/gtests/blenlib
Brecht Van Lommel 3b47f335c6 BLI: remove TaskParallelRangePool
This is not currently used and will take some work to support with TBB, so
remove it until we have a new implementation based on TBB.

Fixes T76005, parallel range pool tests failing.

Ref D7475
2020-04-23 15:39:34 +02:00
..
stubs Cleanup: missing declaration warnings 2019-10-20 16:42:49 +11:00
BLI_array_ref_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_array_store_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_array_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_array_utils_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_delaunay_2d_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_edgehash_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_expr_pylike_eval_test.cc Depsgraph: fix false positive time dependencies for simple drivers. 2020-01-24 20:48:02 +03:00
BLI_ghash_performance_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_ghash_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_hash_mm2a_test.cc Cleanup: comment line length (tests) 2019-04-20 10:08:59 +02:00
BLI_heap_simple_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_heap_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_index_range_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_kdopbvh_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_linklist_lockfree_test.cc CleanUp: Renamed BLI_task_pool_userdata to BLI_task_pool_user_data 2020-04-21 15:37:36 +02:00
BLI_listbase_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_map_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_math_base_test.cc BLI: new C++ hash table data structures 2019-09-13 10:06:02 +02:00
BLI_math_color_test.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BLI_math_geom_test.cc ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BLI_math_vector_test.cc BLI_math: add clamp_v# and clamp_v#_v#v# utility functions 2020-03-04 10:25:44 +11:00
BLI_memiter_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_optional_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_path_util_test.cc Cleanup: BLI_path.h function renaming 2020-04-07 12:10:36 +10:00
BLI_polyfill_2d_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_ressource_strings.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
BLI_set_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_stack_cxx_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_stack_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_string_map_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_string_ref_test.cc BLI: Use .hh extension for C++ headers in blenlib 2020-04-21 17:31:56 +02:00
BLI_string_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_string_utf8_test.cc Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_task_performance_test.cc BLI: remove TaskParallelRangePool 2020-04-23 15:39:34 +02:00
BLI_task_test.cc BLI: remove TaskParallelRangePool 2020-04-23 15:39:34 +02:00
BLI_vector_set_test.cc BLI: optimize VectorSet implementation 2020-04-23 12:02:06 +02:00
BLI_vector_test.cc BLI: simplify naming of listbase wrapper 2020-04-21 17:38:19 +02:00
CMakeLists.txt BLI_math: add clamp_v# and clamp_v#_v#v# utility functions 2020-03-04 10:25:44 +11:00