Blender Git Commit Log

Git Commits -> Revision 6223385

Revision 6223385 by Jacques Lucke (master)
June 22, 2020, 13:50 (GMT)
Functions: Various improvements to the spans and generic data structures

Most of this code is covered by unit tests.

Commit Details:

Full Hash: 6223385043ddc93beaa8f092dfd31a2208b8e961
Parent Commit: 7117ed9
Lines Changed: +399, -202

11 Modified Paths:

/source/blender/functions/FN_array_spans.hh (+87, -98) (Diff)
/source/blender/functions/FN_cpp_type.hh (+2, -0) (Diff)
/source/blender/functions/FN_generic_vector_array.hh (+27, -0) (Diff)
/source/blender/functions/FN_multi_function_data_type.hh (+2, -0) (Diff)
/source/blender/functions/FN_multi_function_params.hh (+4, -0) (Diff)
/source/blender/functions/FN_multi_function_param_type.hh (+10, -0) (Diff)
/source/blender/functions/FN_multi_function_signature.hh (+4, -0) (Diff)
/source/blender/functions/FN_spans.hh (+117, -104) (Diff)
/tests/gtests/functions/FN_array_spans_test.cc (+57, -0) (Diff)
/tests/gtests/functions/FN_generic_vector_array_test.cc (+17, -0) (Diff)
/tests/gtests/functions/FN_spans_test.cc (+72, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021