- Apr 02, 2025
-
-
Sébastien Villemot authored
-
- Dec 27, 2024
-
-
Sébastien Villemot authored
-
- Nov 28, 2024
-
-
Sébastien Villemot authored
NB: the “overwrite” option only works for the same type of “learnt_in” value, i.e. an integer-valued “learnt_in” cannot replace a date-valued “learnt_in” and vice versa.
-
Sébastien Villemot authored
-
- Sep 09, 2024
-
-
Sébastien Villemot authored
– New “heterogeneity_dimension” statement – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and “shocks” statements – New “SUM()” operator in “model” block
-
- Dec 01, 2023
-
-
Sébastien Villemot authored
Automatically detected using clang-tidy with bugprone-reserved-identifier check. By the way, homogeneize the define identifiers in relation to camel case convention.
-
Sébastien Villemot authored
Automatically detected using clang-tidy with modernize-use-nodiscard check.
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Oct 18, 2023
-
-
Sébastien Villemot authored
-
- Oct 17, 2023
-
-
Sébastien Villemot authored
-
- Oct 04, 2022
-
-
Sébastien Villemot authored
-
- Jun 07, 2022
-
-
Sébastien Villemot authored
-
- Apr 26, 2022
-
-
Sébastien Villemot authored
-
- Apr 21, 2022
-
-
Sébastien Villemot authored
For use with perfect_foresight_with_expectation_errors_setup.
-
- Jan 06, 2022
-
-
Sébastien Villemot authored
Otherwise clang emits this warning: using directive refers to implicitly-defined namespace 'std'
-
- Jul 13, 2021
-
-
Sébastien Villemot authored
Ref. #68
-
Sébastien Villemot authored
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- May 26, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1844, dynare!1851
-
- Nov 26, 2020
-
-
Sébastien Villemot authored
-
- Jul 10, 2020
-
-
Johannes Pfeifer authored
-
- Dec 02, 2019
-
-
Houtan Bastani authored
dynare#1650
-
- Sep 30, 2019
-
-
Houtan Bastani authored
-
- Apr 16, 2019
-
-
Sébastien Villemot authored
-
- Apr 12, 2019
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Mar 29, 2019
-
-
Houtan Bastani authored
-
- Oct 04, 2018
-
-
Sébastien Villemot authored
The syntax makes clearer the distinction between a function call and an initialization. Also, it prevents bugs due to implicit type conversions.
-
- Jun 04, 2018
-
-
Sébastien Villemot authored
Those were not automatically replaced by clang-tidy, I don’t know why…
-
Sébastien Villemot authored
In C++11, it is no longer necessary to put a space between two consecutive ">".
-
Sébastien Villemot authored
Performed using modernize-use-using from clang-tidy. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-using.html
-
Sébastien Villemot authored
Performed using modernize-use-override from clang-tidy. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-override.html
-
Sébastien Villemot authored
Performed using modernize-pass-by-value from clang-tidy. Manual intervention was needed to fix an issue in MacroValue.hh. Also replace std::move by move, since we import the std namespace. https://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
-
- Feb 15, 2018
-
-
Houtan Bastani authored
-
- Jun 14, 2017
-
-
Stéphane Adjemian authored
-
- Jun 01, 2017
-
-
Stéphane Adjemian authored
-
- May 18, 2017
-
-
Stéphane Adjemian authored
-
- May 16, 2017
-
-
Stéphane Adjemian authored
-
- Feb 20, 2017
-
-
Houtan Bastani authored
-
- Sep 06, 2016
-
-
Houtan Bastani authored
preprocessor: fix bug in conditional_forecast_paths where the shocked endogenous variable id was provided as symb_id instead of type specific symb_id. #1276
-