dynare/mex/sources/libkorder
Sébastien Villemot 63d5569cf4
libkorder MEX: remove useless parameter copies and std::move calls in constructors
Automatically detected by clang-tidy using performance-unnecessary-value-param
and performance-move-const-arg checks.
2023-12-13 17:33:55 +01:00
..
kord MEX files: use pass-by-value + std::move when possible in constructors 2023-12-06 22:24:55 +01:00
sylv libkorder MEX: remove useless parameter copies and std::move calls in constructors 2023-12-13 17:33:55 +01:00
tl libkorder MEX: remove useless parameter copies and std::move calls in constructors 2023-12-13 17:33:55 +01:00
utils Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
dynamic_abstract_class.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
dynamic_dll.cc C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
dynamic_dll.hh MEX files: no longer use “virtual” keyword when overriding a method 2023-12-06 22:24:55 +01:00
dynamic_m.cc C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
dynamic_m.hh MEX files: no longer use “virtual” keyword when overriding a method 2023-12-06 22:24:55 +01:00
k_ord_dynare.cc MEX files: remove calls to virtual method during construction 2023-12-07 18:34:38 +01:00
k_ord_dynare.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00