- Nov 20, 2024
-
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-unnecessary-value-param check.
-
Sébastien Villemot authored
Variable “init” is of the trivially-copyable type std::initializer_list<int>. Automatically detected by clang-tidy using performance-move-const-arg check.
-
Sébastien Villemot authored
– enable new options InsertNewlineAtEOF and RemoveSemicolon – reformat the code accordingly
-
- Oct 16, 2024
-
-
Sébastien Villemot authored
Bytecode does not support conditional forecasting with block decomposition (since the derivatives w.r.t. exogenous are no longer provided by the preprocessor when doing block decomposition). In practice trying this would lead to a crash.
-
- Sep 09, 2024
-
-
Sébastien Villemot authored
– initial HANK support (not yet documented) – the “steady” command now supports the “noprint” option
-
- Sep 03, 2024
-
-
Sébastien Villemot authored
Since the lock was not assigned to a variable, it was a temporary value and would thus be immediately released. Problem detected through a warning produced by GCC 14.
-
- Jul 23, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Use empty() method instead of size() to test for non-emptyness of a container.
-
Sébastien Villemot authored
-
- Jul 22, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jul 19, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jul 18, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jul 15, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Jun 06, 2024
-
-
Sébastien Villemot authored
-
- Jun 04, 2024
-
-
Normann Rion authored
See #1920
-
- 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
-