tornavis/source/blender/blenlib
Campbell Barton e062def3b4 Cleanup: spelling 2020-07-15 13:11:22 +10:00
..
intern Cleanup: spelling 2020-07-15 13:11:22 +10:00
BLI_alloca.h
BLI_allocator.hh BLI: put C++ data structures in "blender" namespace instead of "BLI" 2020-06-09 10:27:24 +02:00
BLI_args.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_array.h Cleanup: doxygen comments 2019-11-25 01:51:11 +11:00
BLI_array.hh BLI: fix constructor regression for Vector and Array 2020-07-13 10:51:46 +02:00
BLI_array_store.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_array_store_utils.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_array_utils.h Cleanup: Fix forward declaration of headers 2020-03-06 17:26:32 +01:00
BLI_asan.h BLI: deduplicate address sanitizer code 2020-05-14 17:42:54 +02:00
BLI_assert.h BLI_assert: prevent abort from suppressing return-type warning 2020-05-26 13:40:21 +10:00
BLI_astar.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_bitmap.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_bitmap_draw_2d.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_blenlib.h Cleanup: spelling 2020-07-15 13:11:22 +10:00
BLI_boxpack_2d.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_buffer.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_color.hh BLI: initial hash function for Color4b and float4x4 2020-07-10 12:57:28 +02:00
BLI_compiler_attrs.h
BLI_compiler_compat.h Cleanup: work around clang-format differences between versions 2020-02-15 14:03:51 +01:00
BLI_compiler_typecheck.h Cleanup: add missing #includes to some headers 2020-04-03 14:28:22 +02:00
BLI_console.h
BLI_convexhull_2d.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_delaunay_2d.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_dial_2d.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_disjoint_set.hh BLI: add disjoint set data structure 2020-07-08 15:10:30 +02:00
BLI_dlrbTree.h Cleanup: spelling 2020-03-06 11:52:32 +11:00
BLI_dot_export.hh BLI: provide access to underlying node in dot exporter 2020-07-07 18:40:42 +02:00
BLI_dot_export_attribute_enums.hh Cleanup: use nested namespaces 2020-07-03 14:25:20 +02:00
BLI_dynlib.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_dynstr.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_easing.h
BLI_edgehash.h Cleanup: Fix forward declaration of headers 2020-03-06 17:26:32 +01:00
BLI_endian_switch.h Cleanup: Fix forward declaration of headers 2020-03-06 17:26:32 +01:00
BLI_endian_switch_inline.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_expr_pylike_eval.h Depsgraph: fix false positive time dependencies for simple drivers. 2020-01-24 20:48:02 +03:00
BLI_fileops.h Cleanup: remove some incorrectly placed consts 2020-07-13 16:55:39 +02:00
BLI_fileops_types.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_float2.hh BLI: add more operator overloads for float2 2020-07-09 19:04:47 +02:00
BLI_float3.hh BLI: add comparison operators and hash functions for float3, etc. 2020-07-08 15:10:30 +02:00
BLI_float4x4.hh BLI: initial hash function for Color4b and float4x4 2020-07-10 12:57:28 +02:00
BLI_fnmatch.h
BLI_ghash.h Cleanup: Use the BLI_edgehash API in the sewing simulation of cloths 2020-07-06 14:44:30 -03:00
BLI_gsqueue.h Cleanup: remove unnecessary includes 2020-04-28 18:08:00 +02:00
BLI_hash.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_hash.hh BLI: add comparison operators and hash functions for float3, etc. 2020-07-08 15:10:30 +02:00
BLI_hash_md5.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_hash_mm2a.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_hash_mm3.h
BLI_hash_tables.hh Cleanup: use c++17 helper variable templates 2020-07-08 20:39:20 +02:00
BLI_heap.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_heap_simple.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_index_mask.hh Cleanup: Use trailing underscore for non-public data members 2020-07-03 14:16:02 +02:00
BLI_index_range.hh Cleanup: Use trailing underscore for non-public data members 2020-07-03 14:16:02 +02:00
BLI_iterator.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_jitter_2d.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_kdopbvh.h Optimization: use `BLI_bvhtree_intersect_plane` to detect faces that will be affected by the knife tool 2020-07-07 10:55:57 -03:00
BLI_kdtree.h BLI: improve various C++ data structures 2020-02-10 14:09:01 +01:00
BLI_kdtree_impl.h Cleanup: Fix forward declaration of headers 2020-03-06 17:26:32 +01:00
BLI_lasso_2d.h Cleanup: rename mcords to mcoords 2020-05-04 19:50:06 +10:00
BLI_linear_allocator.hh Cleanup: add const in various places 2020-07-03 14:53:06 +02:00
BLI_link_utils.h Cleanup: macro hygiene, parenthesize arguments 2020-04-05 13:53:32 +10:00
BLI_linklist.h Cleanup: add BLI_linklist_find_last 2020-07-10 12:14:32 +10:00
BLI_linklist_lockfree.h
BLI_linklist_stack.h
BLI_listbase.h Python API: add methods for reordering constraints. 2019-09-04 22:38:33 +03:00
BLI_listbase_wrapper.hh Cleanup: Use trailing underscore for non-public data members 2020-07-03 14:16:02 +02:00
BLI_map.hh Cleanup: use c++17 helper variable templates 2020-07-08 20:39:20 +02:00
BLI_map_slots.hh BLI: refactor how buffers for small object optimization are stored 2020-07-06 10:56:26 +02:00
BLI_math.h Cleanup: `make format` after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_math_base.h Merge branch 'blender-v2.83-release' 2020-05-13 13:03:55 +02:00
BLI_math_bits.h BLI: generally improve C++ data structures 2020-06-09 10:15:43 +02:00
BLI_math_color.h Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
BLI_math_color_blend.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_math_geom.h Transform: Snap to the intersection between constraint and geometry 2020-06-18 00:01:05 -03:00
BLI_math_inline.h
BLI_math_interp.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_math_matrix.h Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
BLI_math_rotation.h Cleanup: Fix forward declaration of headers 2020-03-06 17:26:32 +01:00
BLI_math_solvers.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_math_statistics.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_math_vector.h CD_PROP_COL datalayer 2020-05-27 20:04:46 +02:00
BLI_memarena.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_memblock.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_memiter.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_memory_utils.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_memory_utils.hh BLI: remove static assert noexcept move constructors 2020-07-14 15:23:40 +02:00
BLI_mempool.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_noise.h
BLI_path_util.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_polyfill_2d.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_polyfill_2d_beautify.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_probing_strategies.hh Cleanup: add const in various places 2020-07-03 14:53:06 +02:00
BLI_quadric.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_rand.h Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
BLI_rand.hh BLI: add C++ random number generator 2020-07-10 15:54:01 +02:00
BLI_rect.h Cleanup: `make format` after SortedIncludes change 2020-03-19 09:33:58 +01:00
BLI_resource_collector.hh Cleanup: spelling 2020-07-10 11:49:46 +10:00
BLI_scanfill.h Cleanup: spelling 2020-05-09 17:19:28 +10:00
BLI_set.hh Cleanup: remove redundant comments 2020-07-07 10:35:55 +02:00
BLI_set_slots.hh BLI: refactor how buffers for small object optimization are stored 2020-07-06 10:56:26 +02:00
BLI_smallhash.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_sort.h Cleanup: spelling 2019-09-30 17:07:05 +10:00
BLI_sort_utils.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_span.hh BLI: don't allow mutable span of initializer list 2020-07-13 10:49:59 +02:00
BLI_stack.h Cleanup: double-spaces in comments 2020-05-09 17:15:43 +10:00
BLI_stack.hh BLI: refactor how buffers for small object optimization are stored 2020-07-06 10:56:26 +02:00
BLI_strict_flags.h
BLI_string.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_string_cursor_utf8.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_string_ref.hh Cleanup: add const in various places 2020-07-03 14:53:06 +02:00
BLI_string_utf8.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_string_utils.h Cleanup: take includes out of 'extern "C"' blocks 2020-05-08 18:22:41 +02:00
BLI_sys_types.h Fix building on NetBSD 2020-05-09 23:22:50 +10:00
BLI_system.h Windows: Support backtraces on release builds. 2020-05-01 07:37:48 -06:00
BLI_task.h Cleanup: spelling 2020-06-05 14:34:00 +10:00
BLI_threads.h BLI: Correct spin lock definition 2020-07-07 16:51:03 +02:00
BLI_timecode.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_timeit.hh Cleanup: rename namespace TimeIt to timeit 2020-07-06 12:37:11 +02:00
BLI_timer.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_utildefines.h Cleanup: spelling 2020-07-10 16:04:09 +10:00
BLI_utildefines_iter.h
BLI_utildefines_stack.h
BLI_utildefines_variadic.h
BLI_utility_mixins.hh BLI: put C++ data structures in "blender" namespace instead of "BLI" 2020-06-09 10:27:24 +02:00
BLI_uvproject.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_vector.hh BLI: fix constructor regression for Vector and Array 2020-07-13 10:51:46 +02:00
BLI_vector_set.hh Cleanup: remove redundant comments 2020-07-07 10:35:55 +02:00
BLI_vector_set_slots.hh Cleanup: Use trailing underscore for non-public data members 2020-07-03 14:16:02 +02:00
BLI_vfontdata.h Cleanup: make remaining blenlib headers work in C++ 2020-03-02 15:05:15 +01:00
BLI_voronoi_2d.h Cleanup: use 'r_' prefix for output arguments 2020-03-25 17:58:58 +11:00
BLI_voxel.h Clang Tidy: enable readability-non-const-parameter warning 2020-07-13 11:27:09 +02:00
BLI_winstuff.h Cleanup: Prepare for sorted headers on windows 2020-03-18 13:26:38 -06:00
CMakeLists.txt BLI: rename rand.c to rand.cc 2020-07-09 16:37:44 +02:00
PIL_time.h
PIL_time_utildefines.h Cleanup: `make format` after SortedIncludes change 2020-03-19 09:33:58 +01:00