- Apr 12, 2024
-
-
Sébastien Villemot authored
-
- Mar 19, 2024
-
-
Sébastien Villemot authored
-
- Mar 18, 2024
-
-
Sébastien Villemot authored
Function Interpreter::check_for_controlled_exo_validity() would give incorrect results because the sconstrained_extended_path structure was containing 1-based variable indices (it is expecting 0-based ones).
-
Sébastien Villemot authored
-
- Mar 15, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This prevents a name clash with some function-local variables also named “b”.
-
- Mar 07, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Feb 22, 2024
-
-
Sébastien Villemot authored
-
- Feb 09, 2024
-
-
Sébastien Villemot authored
-
- Feb 08, 2024
-
-
Sébastien Villemot authored
-
- Jan 26, 2024
-
-
Sébastien Villemot authored
-
- Jan 25, 2024
-
-
Sébastien Villemot authored
They’re not implemented in bytecode. Closes: #1884
-
- Jan 24, 2024
-
-
Sébastien Villemot authored
This fixes an ambiguity due to C++20 rewriting rules.
-
- Jan 09, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
The implicit conversion from Vector to ConstVector, in addition to the rewriting rules and ConstVector::operator<=>, ensure that those are no longer needed.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Those are no longer needed thanks to expression rewriting.
-
Sébastien Villemot authored
-
- Jan 05, 2024
-
-
Sébastien Villemot authored
Also minor improvements to solve_algo description.
-
- Dec 14, 2023
-
-
Sébastien Villemot authored
-
- Dec 13, 2023
-
-
Sébastien Villemot authored
Also ensure that guards are not reserved identifiers (i.e. starting with an underscore).
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-unnecessary-value-param and performance-move-const-arg checks.
-
Sébastien Villemot authored
Automatically detected by clang-tidy with performance-noexcept-move-constructor check.
-
- Dec 07, 2023
-
-
Sébastien Villemot authored
Such calls may bypass virtual dispatch. Automatically detected by clang-tidy with clang-analyzer-optin.cplusplus.VirtualCall check.
-
Sébastien Villemot authored
Dynare++ is no longer distributed as a standalone binary.
-
- Dec 06, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Automatically detected by clang-tidy with modernize-use-auto check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy with modernize-return-braced-init-list check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy with modernize-pass-by-value check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy with modernize-use-default-member-init check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy with modernize-use-override check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy using modernize-use-transparent-functors check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy using clang-diagnostic-unused-but-set-variable, clang-analyzer-deadcode.DeadStores and clang-diagnostic-unused-const-variable checks.
-
Sébastien Villemot authored
Automatically detected by clang-tidy using modernize-avoid-c-arrays check.
-
- Dec 05, 2023
-
-
Sébastien Villemot authored
Automatically detected using clang-tidy with modernize-use-nodiscard check.
-
- Dec 04, 2023
-
-
Sébastien Villemot authored
That header is needed from DynamicModelCaller.hh. Issue detected by clang-tidy.
-
Sébastien Villemot authored
-