tornavis/source/blender/blenlib
Hans Goudey c9dac7e77c BLI: Add utility to find true/false mix in boolean array
This is useful for #108014, when determining whether there
are any sharp faces and edges in a mesh.
2023-05-24 09:54:25 -04:00
..
intern BLI: Add utility to find true/false mix in boolean array 2023-05-24 09:54:25 -04:00
tests Cleanup: spelling in comments 2023-05-24 11:21:18 +10:00
BLI_alloca.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_allocator.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
BLI_any.hh BLI: Use BLI_math_matrix_type.hh instead of BLI_math_float4x4.hh 2023-02-06 21:25:45 +01:00
BLI_args.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_array.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_array.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_array_store.h Cleanup: strip blank lines around comment blocks 2022-08-17 12:51:07 +10:00
BLI_array_store_utils.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_array_utils.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_array_utils.hh BLI: Add utility to find true/false mix in boolean array 2023-05-24 09:54:25 -04:00
BLI_asan.h Core: Add ASAN support to BLI_mempool 2023-04-26 01:32:41 -07:00
BLI_assert.h Cleanup: remove workarounds and version checks for unsupported compilers 2022-09-27 07:05:13 +10:00
BLI_astar.h Cleanup: spelling in comments, replace slang/informal terms 2023-05-24 20:27:13 +10:00
BLI_atomic_disjoint_set.hh Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
BLI_bit_group_vector.hh Geometry Nodes: use new BitGroupVector to find attribute propagation sets 2023-04-28 16:54:43 +02:00
BLI_bit_ref.hh BLI: Add bit span operations and bounded bit spans 2023-04-28 15:43:34 +02:00
BLI_bit_span.hh Cleanup: spelling in comments, remove annotations that aren't validated 2023-04-30 15:08:26 +10:00
BLI_bit_span_ops.hh BLI: Add bit span operations and bounded bit spans 2023-04-28 15:43:34 +02:00
BLI_bit_vector.hh BLI: Add bit span operations and bounded bit spans 2023-04-28 15:43:34 +02:00
BLI_bitmap.h BLI_bitmap: fix _BITMAP_NUM_BLOCKS to not over-count by one block 2022-07-15 10:21:27 +03:00
BLI_bitmap_draw_2d.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_blenlib.h Cleanup: Clang tidy 2022-12-29 12:01:32 -05:00
BLI_bounds.hh BLI: Use inline instead of static for bounds functions 2023-05-09 12:54:55 -04:00
BLI_bounds_types.hh Geometry: Cache bounds min and max, share between data-blocks 2022-11-15 13:48:00 -06:00
BLI_boxpack_2d.h Cleanup: simplify sorting during uv packing 2023-03-30 12:23:49 +13:00
BLI_buffer.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_cache_mutex.hh BLI: new basic CacheMutex 2022-11-08 15:50:49 +01:00
BLI_color.hh Cleanup: use defaulted constructor 2023-01-17 13:43:38 +01:00
BLI_color_mix.hh Fix T102216: Change `min_ff` to `max_ff` in the return of `BlendType max` 2022-11-04 19:18:54 +11:00
BLI_compiler_attrs.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_compiler_compat.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_compiler_typecheck.h Cleanup: quiet unreachable-code-generic-assoc warnings with CLANG 2023-03-28 15:57:48 +11:00
BLI_compute_context.hh Cleanup: Add not equal operator to compute constext hash 2023-04-28 10:24:32 -04:00
BLI_console.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_convexhull_2d.h Cleanup: spelling in comments 2022-09-28 09:41:31 +10:00
BLI_cpp_type.hh BLI: Add utility method to check if CPPType matches multiple types 2023-04-28 10:24:32 -04:00
BLI_cpp_type_make.hh BLI: improve CPPType system 2022-11-12 18:33:31 +01:00
BLI_cpp_types.hh BLI: improve CPPType system 2022-11-12 18:33:31 +01:00
BLI_cpp_types_make.hh BLI: improve CPPType system 2022-11-12 18:33:31 +01:00
BLI_delaunay_2d.h Cleanup: Rename BLI_math_vec_types* files to BLI_math_vector_types 2023-01-06 20:09:51 +01:00
BLI_devirtualize_parameters.hh Cleanup: spelling in comments 2023-01-09 17:41:08 +11:00
BLI_dial_2d.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_disjoint_set.hh BLI: use templates for disjoint set data structure 2022-11-12 14:26:47 +01:00
BLI_dlrbTree.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_dot_export.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_dot_export_attribute_enums.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_dynlib.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_dynstr.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_easing.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_edgehash.h Mesh: Move edges to a generic attribute 2023-04-17 13:47:41 +02:00
BLI_endian_defines.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_endian_switch.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_endian_switch_inline.h Cleanup: remove workarounds and version checks for unsupported compilers 2022-09-27 07:05:13 +10:00
BLI_enumerable_thread_specific.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_expr_pylike_eval.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_fileops.h Fix flipped check for file-copy failure on OBJ export 2023-05-24 16:31:39 +10:00
BLI_fileops.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_fileops_types.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_filereader.h Build: fixes for OpenBSD 2023-05-09 13:19:16 +02:00
BLI_fnmatch.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_function_ref.hh BLI: fix overload resolution with FunctionRef parameters 2023-05-22 09:03:21 +02:00
BLI_generic_array.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_generic_pointer.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_generic_span.hh BLI: Remove clamping from generic span slicing 2023-05-03 12:10:54 -04:00
BLI_generic_value_map.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_generic_vector_array.hh BLI: move generic data structures to blenlib 2022-03-19 08:26:29 +01:00
BLI_generic_virtual_array.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_generic_virtual_vector_array.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_ghash.h Cleanup: quiet unreachable-code-generic-assoc warnings with CLANG 2023-03-28 15:57:48 +11:00
BLI_gsqueue.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_hash.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_hash.hh BLI: use decay_t to determine type to hash 2023-04-22 15:01:56 +02:00
BLI_hash_md5.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_hash_mm2a.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_hash_mm3.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_hash_tables.hh BLI: Prevent Overflow in Grouped Number Output 2023-03-02 17:38:36 +01:00
BLI_heap.h Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_heap_simple.h Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_implicit_sharing.h Custom Data: support implicit sharing for custom data layers 2023-04-13 14:57:57 +02:00
BLI_implicit_sharing.hh Geometry Nodes: add simulation support 2023-05-03 13:18:59 +02:00
BLI_implicit_sharing_ptr.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_index_mask.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_index_mask_ops.hh Curves: initial surface collision for curves sculpt mode 2023-02-11 13:46:37 +01:00
BLI_index_range.hh BLI: improve IndexRange 2023-05-21 15:13:57 +02:00
BLI_inplace_priority_queue.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_iterator.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_jitter_2d.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_kdopbvh.h Cleanup: improve const correctness of bvh tree 2023-01-13 18:09:27 +01:00
BLI_kdtree.h BLI: add kdtree range search method that accepts c++ lambda 2022-06-28 13:13:41 +02:00
BLI_kdtree_impl.h Geometry Nodes: new Index of Nearest node 2023-04-22 13:11:51 +02:00
BLI_lasso_2d.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_lazy_threading.hh Fix T102292: deadlock in geometry nodes evaluation with task isolation 2022-11-06 15:07:32 +01:00
BLI_length_parameterize.hh Fix: remove unnecessary assert 2023-02-23 13:18:05 +01:00
BLI_linear_allocator.hh BLI: support transferring ownership of buffers between linear allocators 2023-05-22 09:25:09 +02:00
BLI_link_utils.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_linklist.h Cleanup: move some files that use normals to C++ 2022-12-02 12:34:26 +01:00
BLI_linklist_lockfree.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_linklist_stack.h Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
BLI_listbase.h Cleanup: spelling in comments & some corrections 2023-05-20 21:17:09 +10:00
BLI_listbase_wrapper.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_map.hh BLI: extract MapItem type to simplify iterating over map items 2023-04-25 12:15:02 +02:00
BLI_map_slots.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
BLI_math.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_angle_types.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_axis_angle.hh BLI: Math: Move rotation types template out of `math::detail` 2023-03-10 11:48:15 +01:00
BLI_math_axis_angle_types.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_base.h Add always-positive modulo function 2023-05-16 11:41:17 +02:00
BLI_math_base.hh Attributes: Add 2D integer vector attribute type 2023-04-14 16:08:05 +02:00
BLI_math_base_safe.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_basis_types.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_bits.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_boolean.hh Cleanup: Rename BLI_math_vec_types* files to BLI_math_vector_types 2023-01-06 20:09:51 +01:00
BLI_math_color.h BLI: Replace some macros with inlined functions for C++ 2023-05-23 09:21:45 +02:00
BLI_math_color.hh Geometry Nodes: better support for byte color attributes 2022-04-21 16:11:26 +02:00
BLI_math_color_blend.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_math_euler.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_euler_types.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_geom.h BLI: Replace some macros with inlined functions for C++ 2023-05-23 09:21:45 +02:00
BLI_math_inline.h Cleanup: remove workarounds and version checks for unsupported compilers 2022-09-27 07:05:13 +10:00
BLI_math_interp.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_math_matrix.h Cleanup: use '#' prefix for issues instead of 'T' 2023-02-12 14:56:05 +11:00
BLI_math_matrix.hh BLI: Math: Move rotation types template out of `math::detail` 2023-03-10 11:48:15 +01:00
BLI_math_matrix_types.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_math_mpq.hh Cleanup: Simplify dependencies for GMP math header 2022-05-31 16:55:14 +02:00
BLI_math_quaternion.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_quaternion_types.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_rotation.h Revert release branch only commit after merge 2023-02-20 11:51:16 +01:00
BLI_math_rotation.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_rotation_legacy.hh Cleanup: Rename BLI_math_vec_types* files to BLI_math_vector_types 2023-01-06 20:09:51 +01:00
BLI_math_rotation_types.hh Cleanup: balance doxygen grouping, minor grouping adjustment 2023-04-19 09:02:21 +10:00
BLI_math_solvers.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_math_statistics.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_math_time.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_math_vector.h Cleanup: spelling in comments, replace slang/informal terms 2023-05-24 20:27:13 +10:00
BLI_math_vector.hh BLI: Rotation C++ API 2023-03-09 18:15:22 +01:00
BLI_math_vector_mpq_types.hh Cleanup: BLI: Rename vec_base to VecBase 2023-01-06 21:15:52 +01:00
BLI_math_vector_types.hh Vulkan: Convert VertexBuffer to Contain Supported Attributes 2023-05-11 12:23:23 +02:00
BLI_memarena.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_memblock.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_memiter.h Cleanup: remove duplicate compiler attribute 2022-03-11 15:29:11 +11:00
BLI_memory_utils.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_memory_utils.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_mempool.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_mesh_boolean.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_mesh_intersect.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_mmap.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_multi_value_map.hh BLI: add clear-and-shrink method to more data structures 2022-12-09 12:00:37 +01:00
BLI_noise.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_noise.hh Cleanup: Rename BLI_math_vec_types* files to BLI_math_vector_types 2023-01-06 20:09:51 +01:00
BLI_offset_indices.hh Mesh: Reimplement and unify topology maps 2023-05-24 13:16:57 +02:00
BLI_parameter_pack_utils.hh BLI: improve CPPType system 2022-11-12 18:33:31 +01:00
BLI_path_util.h Cleanup: spelling in comments, replace slang/informal terms 2023-05-24 20:27:13 +10:00
BLI_polyfill_2d.h Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_polyfill_2d_beautify.h Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_pool.hh Cleanup: spelling in comments, correct doxy slashes, replace '/w' 2022-09-07 13:04:44 +10:00
BLI_probing_strategies.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_quadric.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_rand.h Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_rand.hh Cleanup: Rename BLI_math_vec_types* files to BLI_math_vector_types 2023-01-06 20:09:51 +01:00
BLI_range.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_rect.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_resource_scope.hh Cleanup: follow C++ type cast style guide in some files 2022-09-25 17:39:45 +02:00
BLI_scanfill.h Cleanup: update username in code-comments: campbellbarton -> ideasman42 2023-02-09 11:33:48 +11:00
BLI_serialize.hh BLI: add utility methods for serialization 2023-04-28 13:30:26 +02:00
BLI_session_uuid.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_set.hh BLI: Return number of values removed from remove_if 2023-04-18 13:28:14 +02:00
BLI_set_slots.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
BLI_shared_cache.hh BLI: Add dirty and cached checks to shared cache 2023-03-22 08:50:27 -04:00
BLI_simd.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_smaa_textures.h Realtime Compositor: Implement Anti-Aliasing node 2023-03-26 16:59:13 +02:00
BLI_smallhash.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_sort.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_sort.hh Fix build when using WITH_TBB=OFF after recent changes 2022-03-22 01:30:19 +01:00
BLI_sort_utils.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_span.hh BLI: add size_in_bytes method to MutableSpan 2023-05-22 09:25:25 +02:00
BLI_stack.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_stack.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_strict_flags.h Cleanup: comment blocks 2023-03-09 10:39:49 +11:00
BLI_string.h BLI: Replace some macros with inlined functions for C++ 2023-05-23 09:21:45 +02:00
BLI_string_cursor_utf8.h Cleanup: pass an immutable position to BLI_str_cursor_step_bounds_* 2023-05-15 10:52:27 +10:00
BLI_string_ref.hh Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
BLI_string_search.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_string_utf8.h Cleanup: use of the term 'len' in BLI_string_utf8, BLI_string_utils 2023-05-07 14:56:11 +10:00
BLI_string_utils.h Cleanup: use of the term 'len' in BLI_string_utf8, BLI_string_utils 2023-05-07 14:56:11 +10:00
BLI_sub_frame.hh Geometry Nodes: add simulation support 2023-05-03 13:18:59 +02:00
BLI_sys_types.h Build: fixes for OpenBSD 2023-05-09 13:19:16 +02:00
BLI_system.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_task.h Cleanup: move doc-strings into headers, remove duplicates 2023-03-29 14:37:34 +11:00
BLI_task.hh Cleanup: add missing inline 2023-05-22 09:32:35 +02:00
BLI_tempfile.h BLI: Add utility to access system-wide temporary directory 2023-03-24 14:52:43 +01:00
BLI_threads.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_timecode.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_timeit.hh Cleanup: spelling in comments, strings 2022-03-25 12:04:16 +11:00
BLI_timer.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_utildefines.h BLI: Replace some macros with inlined functions for C++ 2023-05-23 09:21:45 +02:00
BLI_utildefines_iter.h Cleanup: spelling in comments, minor formatting tweaks 2022-06-07 21:22:55 +10:00
BLI_utildefines_stack.h Cleanup: use "num" as a suffix in: source/blender/blenlib 2022-03-30 18:01:22 +11:00
BLI_utildefines_variadic.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_utility_mixins.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_uuid.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_uvproject.h Cleanup: spelling in comments 2023-03-27 12:08:14 +11:00
BLI_vector.hh BLI: Return number of values removed from remove_if 2023-04-18 13:28:14 +02:00
BLI_vector_list.hh Cleanup: trailing space 2023-01-31 15:49:04 +11:00
BLI_vector_set.hh BLI: Return number of values removed from remove_if 2023-04-18 13:28:14 +02:00
BLI_vector_set_slots.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
BLI_virtual_array.hh Cleanup: format (with BraceWrapping::AfterControlStatement "MultiLine") 2023-05-02 09:37:49 +10:00
BLI_virtual_vector_array.hh File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_voronoi_2d.h Remove "All Rights Reserved" from Blender Foundation copyright code 2023-03-30 10:51:59 +02:00
BLI_voxel.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
BLI_winstuff.h Fix buffer overflow in BLI_path_abs on WIN32 2023-05-24 13:33:27 +10:00
CMakeLists.txt BLI: Replace some macros with inlined functions for C++ 2023-05-23 09:21:45 +02:00
PIL_time.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
PIL_time_utildefines.h BLI timeit utils: Add accessor to time value for TIMEBLOCK macros. 2023-04-14 13:29:19 +02:00