Blender Git Commit Log
Git Commits -> Revision 85536c5
Revision 85536c5 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 24, 2019, 15:43 (GMT) |
use function bodies as references instead of pointers by default |
Commit Details:
Full Hash: 85536c5e752eae1823bc198d8f4867e11c910398
Parent Commit: f545077
Lines Changed: +124, -123
22 Modified Paths:
/source/blender/functions/backends/dependencies/dependencies-c.cpp (+12, -9) (Diff)
/source/blender/functions/backends/dependencies/fgraph_dependencies.cpp (+10, -10) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+2, -3) (Diff)
/source/blender/functions/backends/llvm/ir_for_tuple_call.cpp (+13, -11) (Diff)
/source/blender/functions/backends/llvm/ir_to_tuple_call.cpp (+2, -2) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+7, -7) (Diff)
/source/blender/functions/backends/tuple_call/lazy_to_normal.cpp (+4, -4) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call-c.cpp (+1, -1) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+2, -2) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+0, -7) (Diff)
/source/blender/functions/core/function.hpp (+8, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+9, -9) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+18, -18) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+4, -5) (Diff)
/source/blender/simulations/bparticles/events.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/events.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/forces.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+22, -22) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+1, -1) (Diff)
/source/blender/functions/backends/dependencies/fgraph_dependencies.cpp (+10, -10) (Diff)
/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp (+2, -3) (Diff)
/source/blender/functions/backends/llvm/ir_for_tuple_call.cpp (+13, -11) (Diff)
/source/blender/functions/backends/llvm/ir_to_tuple_call.cpp (+2, -2) (Diff)
/source/blender/functions/backends/tuple_call/fgraph_tuple_call.cpp (+7, -7) (Diff)
/source/blender/functions/backends/tuple_call/lazy_to_normal.cpp (+4, -4) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call-c.cpp (+1, -1) (Diff)
/source/blender/functions/backends/tuple_call/tuple_call.hpp (+2, -2) (Diff)
/source/blender/functions/core/data_flow_graph.hpp (+0, -7) (Diff)
/source/blender/functions/core/function.hpp (+8, -3) (Diff)
/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp (+9, -9) (Diff)
/source/blender/functions/functions/auto_vectorization.cpp (+18, -18) (Diff)
/source/blender/simulations/bparticles/emitters.cpp (+4, -5) (Diff)
/source/blender/simulations/bparticles/events.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/events.hpp (+2, -2) (Diff)
/source/blender/simulations/bparticles/forces.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/forces.hpp (+3, -3) (Diff)
/source/blender/simulations/bparticles/inserters.cpp (+22, -22) (Diff)
/source/blender/simulations/bparticles/particle_function.cpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/particle_function.hpp (+1, -1) (Diff)
/source/blender/simulations/bparticles/simulate.cpp (+1, -1) (Diff)