tornavis/source/blender/blenlib/tests
Harley Acheson af6f0f1757 Fix failing blenlib test from previous commit
Commit 310be2e37c did not update UI_MENU_ARROW_SEP used in tests.
2022-07-30 09:27:32 -07:00
..
performance Cleanup: use 'num' / 'size' suffix instead of 'sz' 2022-05-11 13:40:09 +10:00
BLI_any_test.cc BLI: optimize constructing new virtual array 2022-04-25 11:51:34 +02:00
BLI_array_store_test.cc Cleanup: Use `switch` and `BLI_assert_unreachable()` more. 2022-05-17 16:06:54 +02:00
BLI_array_test.cc BLI: support accessing nth last element in Array/Span/Vector 2022-02-24 14:50:13 +01:00
BLI_array_utils_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_bitmap_test.cc BLI_bitmap: ability to declare by-value, and function to find lowest unset bit 2022-07-15 10:20:04 +03:00
BLI_bounds_test.cc Fix: Incorrect curves and pointcloud bounding boxes 2022-06-08 18:40:14 +02:00
BLI_color_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_cpp_type_test.cc BLI: add CPPType utility to copy elements to a shorter array 2022-04-07 09:34:07 +02:00
BLI_delaunay_2d_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_disjoint_set_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_edgehash_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_exception_safety_test_utils.hh File headers: add missing copyright, add MIT to SPDX licenses 2022-02-11 14:56:03 +11:00
BLI_expr_pylike_eval_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_fileops_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_float3x3_test.cc BLI: Add float3x3 2022-05-06 11:22:10 +02:00
BLI_function_ref_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_generic_array_test.cc BLI: move generic data structures to blenlib 2022-03-19 08:26:29 +01:00
BLI_generic_span_test.cc BLI: move generic data structures to blenlib 2022-03-19 08:26:29 +01:00
BLI_generic_vector_array_test.cc BLI: move generic data structures to blenlib 2022-03-19 08:26:29 +01:00
BLI_ghash_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_hash_mm2a_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_heap_simple_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_heap_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_index_mask_test.cc BLI: add index mask utilities 2022-02-23 11:14:07 +01:00
BLI_index_range_test.cc Curves: Port fillet node to the new data-block 2022-07-19 18:50:27 -05:00
BLI_inplace_priority_queue_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_kdopbvh_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_kdtree_test.cc Cleanup: Clang tidy 2022-06-22 18:58:25 -05:00
BLI_length_parameterize_test.cc Fix build error in tests binary after previous commit 2022-07-21 08:30:07 -05:00
BLI_linear_allocator_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_linklist_lockfree_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_listbase_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_map_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_base_safe_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_base_test.cc BLI: Adjust interpolation to support integers, other tweaks 2022-03-25 09:57:10 -05:00
BLI_math_bits_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_color_test.cc math: improve accuracy of Linear->sRGB conversion SIMD path 2022-06-15 20:51:25 +03:00
BLI_math_geom_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_matrix_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_rotation_test.cc BLI_math: improve symmetrical values from sin_cos_from_fraction 2022-07-28 09:39:54 +10:00
BLI_math_solvers_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_time_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_vec_types_test.cc Fix: Debug build error with vector type division 2022-02-17 12:36:41 -06:00
BLI_math_vector_test.cc BLI: Math: Add description and test to `ceil_to_multiple` and `divide_ceil` 2022-06-07 20:08:39 +02:00
BLI_memiter_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_memory_utils_test.cc BLI: add scoped-defer utility to add RAII-like behavior to C types 2022-03-02 12:51:21 +01:00
BLI_mesh_boolean_test.cc Cleanup: spelling in comments 2022-03-17 10:08:41 +11:00
BLI_mesh_intersect_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_multi_value_map_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_path_util_test.cc Cleanup: spelling in comments/strings 2022-05-11 17:02:06 +10:00
BLI_polyfill_2d_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_ressource_strings.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_serialize_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_session_uuid_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_set_test.cc Fix set iterator test failure on macOS 2022-07-28 23:53:33 +02:00
BLI_span_test.cc BLI: support accessing nth last element in Array/Span/Vector 2022-02-24 14:50:13 +01:00
BLI_stack_cxx_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_stack_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_string_ref_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_string_search_test.cc Fix failing blenlib test from previous commit 2022-07-30 09:27:32 -07:00
BLI_string_test.cc Cleanup: rename BLI_str_format_attribute_domain_size 2022-05-11 22:53:02 +10:00
BLI_string_utf8_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_task_graph_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_task_test.cc Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_uuid_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_vector_set_test.cc File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_vector_test.cc BLI: add Vector.append_and_get_index with rvalue parameter 2022-06-29 12:07:02 +02:00
BLI_virtual_array_test.cc BLI: make some spans default constructible 2022-07-07 19:19:18 +02:00