Blender Git Commit Log

Git Commits -> Revision 5ec4ba8

Revision 5ec4ba8 by Sergey Sharybin (master)
February 5, 2021, 15:43 (GMT)
Cleanup: Use lambda instead of function bind

More detailed explanation why it is a preferred way of coding
nowadays can be found at

https://clang.llvm.org/extra/clang-tidy/checks/modernize-avoid-bind.html

Resolves modernize-avoid-bind Clang-Tidy warning.

Differential Revision: https://developer.blender.org/D10320

Commit Details:

Full Hash: 5ec4ba8080d1c6f27093b242603a7f8f2783deef
Parent Commit: a0867f0
Lines Changed: +256, -178

5 Modified Paths:

/.clang-tidy (+0, -1) (Diff)
/source/blender/blenlib/intern/task_graph.cc (+1, -1) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+179, -125) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes_rig.cc (+70, -46) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes_view_layer.cc (+6, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021