Blender Git Commit Log

Git Commits -> Revision 11494e9

March 20, 2021, 18:56 (GMT)
BLI: add macro to indicate unreachable code

Commit Details:

Full Hash: 11494e9472db54c0dc078c9d97fe9c53b763641b
Parent Commit: 90959c2
Lines Changed: +85, -103

1 Added Path:

/source/blender/blenlib/BLI_unreachable.h (+33, -0) (View)

33 Modified Paths:

/source/blender/blenkernel/intern/attribute_access.cc (+3, -6) (Diff)
/source/blender/blenkernel/intern/geometry_set.cc (+1, -2) (Diff)
/source/blender/blenlib/BLI_listbase_wrapper.hh (+2, -2) (Diff)
/source/blender/blenlib/BLI_utildefines.h (+1, -0) (Diff)
/source/blender/blenlib/CMakeLists.txt (+1, -0) (Diff)
/source/blender/blenlib/intern/delaunay_2d.cc (+2, -4) (Diff)
/source/blender/blenlib/intern/expr_pylike_eval.c (+1, -2) (Diff)
/source/blender/blenlib/intern/mesh_intersect.cc (+1, -2) (Diff)
/source/blender/blenlib/intern/polyfill_2d_beautify.c (+1, -2) (Diff)
/source/blender/bmesh/tools/bmesh_bevel.c (+1, -2) (Diff)
/source/blender/editors/animation/fmodifier_ui.c (+1, -2) (Diff)
/source/blender/editors/object/object_add.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/sculpt_geodesic.c (+1, -2) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+1, -2) (Diff)
/source/blender/editors/space_node/node_draw.cc (+2, -4) (Diff)
/source/blender/functions/FN_array_spans.hh (+3, -6) (Diff)
/source/blender/functions/FN_multi_function_data_type.hh (+1, -2) (Diff)
/source/blender/functions/FN_multi_function_param_type.hh (+1, -2) (Diff)
/source/blender/functions/FN_spans.hh (+4, -8) (Diff)
/source/blender/functions/intern/multi_function_network_evaluation.cc (+5, -13) (Diff)
/source/blender/makesrna/intern/rna_access.c (+1, -2) (Diff)
/source/blender/modifiers/intern/MOD_volume_displace.cc (+1, -2) (Diff)
/source/blender/nodes/function/nodes/node_fn_boolean_math.cc (+1, -3) (Diff)
/source/blender/nodes/function/nodes/node_fn_float_compare.cc (+1, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_math.cc (+1, -2) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_attribute_vector_math.cc (+1, -3) (Diff)
/source/blender/nodes/geometry/nodes/node_geo_mesh_primitive_circle.cc (+4, -8) (Diff)
/source/blender/nodes/intern/node_geometry_exec.cc (+2, -4) (Diff)
/source/blender/nodes/intern/node_tree_ref.cc (+2, -4) (Diff)
/source/blender/nodes/shader/nodes/node_shader_vector_math.cc (+1, -2) (Diff)
/source/blender/nodes/shader/nodes/node_shader_vector_rotate.cc (+1, -2) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -2) (Diff)
/source/blender/windowmanager/xr/intern/wm_xr_session.c (+1, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021