tornavis/source/blender/functions
Hans Goudey 97746129d5 Cleanup: replace UNUSED macro with commented args in C++ code
This is the conventional way of dealing with unused arguments in C++,
since it works on all compilers.

Regex find and replace: `UNUSED\((\w+)\)` -> `/*$1*/`
2022-10-03 17:38:16 -05:00
..
intern Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
tests Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
CMakeLists.txt Geometry Nodes: new evaluation system 2022-09-13 08:44:32 +02:00
FN_field.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
FN_field_cpp_type.hh Geometry Nodes: new evaluation system 2022-09-13 08:44:32 +02:00
FN_lazy_function.hh Geometry Nodes: improve evaluator with lazy threading 2022-09-20 11:08:05 +02:00
FN_lazy_function_execute.hh Geometry Nodes: improve evaluator with lazy threading 2022-09-20 11:08:05 +02:00
FN_lazy_function_graph.hh Geometry Nodes: new evaluation system 2022-09-13 08:44:32 +02:00
FN_lazy_function_graph_executor.hh Geometry Nodes: new evaluation system 2022-09-13 08:44:32 +02:00
FN_multi_function.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
FN_multi_function_builder.hh Cleanup: replace UNUSED macro with commented args in C++ code 2022-10-03 17:38:16 -05:00
FN_multi_function_context.hh
FN_multi_function_data_type.hh BLI: move CPPType to blenlib 2022-03-18 10:57:45 +01:00
FN_multi_function_param_type.hh Geometry Nodes: refactor array devirtualization 2022-04-26 17:12:34 +02:00
FN_multi_function_params.hh Functions: speedup preparing multi-function parameters 2022-05-31 20:41:01 +02:00
FN_multi_function_procedure.hh Functions: speedup multi-function procedure executor 2022-06-19 14:25:56 +02:00
FN_multi_function_procedure_builder.hh
FN_multi_function_procedure_executor.hh
FN_multi_function_procedure_optimization.hh Cleanup: use back-slash for doxygen commands, color after parameters 2022-03-02 12:11:08 +11:00
FN_multi_function_signature.hh Functions: speedup preparing multi-function parameters 2022-05-31 20:41:01 +02:00