dynare/mex/sources/libkorder/kord
Sébastien Villemot 123f909b67
MEX files: use pass-by-value + std::move when possible in constructors
Automatically detected by clang-tidy with modernize-pass-by-value check.
2023-12-06 22:24:55 +01:00
..
tests C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
approximation.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
approximation.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
decision_rule.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
decision_rule.hh MEX files: use pass-by-value + std::move when possible in constructors 2023-12-06 22:24:55 +01:00
dynamic_model.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
dynamic_model.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
faa_di_bruno.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
faa_di_bruno.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
first_order.cc MEX files: remove unused variables or values 2023-12-06 22:24:55 +01:00
first_order.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
journal.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
journal.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
kord_exception.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
korder.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
korder.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
korder_stoch.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
korder_stoch.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00