Blender Git Commit Log

Git Commits -> Revision fda6430

August 21, 2019, 15:38 (GMT)
improve const correctness in many places

Commit Details:

Full Hash: fda6430d6af754ebbea7a07424642d5c70f57b5b
Parent Commit: 700ff7b
Lines Changed: +360, -187

39 Modified Paths:

/source/blender/blenkernel/BKE_node_tree.hpp (+5, -4) (Diff)
/source/blender/blenlib/BLI_array.hpp (+7, -2) (Diff)
/source/blender/blenlib/BLI_array_ref.hpp (+154, -50) (Diff)
/source/blender/blenlib/BLI_map.hpp (+14, -2) (Diff)
/source/blender/blenlib/BLI_monotonic_allocator.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_multi_map.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_refcount.hpp (+19, -3) (Diff)
/source/blender/blenlib/BLI_set_vector.hpp (+5, -0) (Diff)
/source/blender/blenlib/BLI_stack.hpp (+12, -2) (Diff)
/source/blender/blenlib/BLI_task.hpp (+2, -2) (Diff)
/source/blender/blenlib/BLI_vector.hpp (+21, -10) (Diff)
/source/blender/functions/backends/cpp/list.hpp (+3, -3) (Diff)
/source/blender/functions/backends/llvm/build_ir_body.hpp (+2, -2) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+4, -4) (Diff)
/source/blender/functions/core/data_graph.hpp (+21, -19) (Diff)
/source/blender/functions/core/data_graph_builder.cpp (+8, -8) (Diff)
/source/blender/functions/core/function.hpp (+8, -8) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.hpp (+1, -1) (Diff)
/source/blender/functions/frontends/data_flow_nodes/unlinked_input_groupers.cpp (+2, -2) (Diff)
/source/blender/functions/frontends/data_flow_nodes/unlinked_input_inserters.cpp (+3, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/unlinked_input_inserters.hpp (+3, -3) (Diff)
/source/blender/functions/functions/array_execution.cpp (+7, -4) (Diff)
/source/blender/functions/functions/array_execution.hpp (+1, -1) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+1, -1) (Diff)
/source/blender/functions/functions/object_input.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/attributes.hpp (+5, -4) (Diff)
/source/blender/simulations/bparticles/c_wrapper.cpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/force_interface.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/integrator.cpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/integrator.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/particles_container.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particles_container.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_allocator.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function_builder.cpp (+6, -6) (Diff)
/source/blender/simulations/bparticles/particle_set.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+15, -13) (Diff)
/source/blender/simulations/bparticles/step_description_interfaces.hpp (+2, -2) (Diff)
/tests/gtests/blenlib/BLI_array_ref_test.cc (+5, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021