- 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.
-
- 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.
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Oct 10, 2023
-
-
Sébastien Villemot authored
-
- Oct 06, 2023
-
-
Sébastien Villemot authored
For consistency with other such classes, since it represents the homotopy_setup block.
-
- Jan 05, 2023
-
-
Sébastien Villemot authored
-
- Oct 04, 2022
-
-
Sébastien Villemot authored
-
- May 03, 2022
-
-
Sébastien Villemot authored
Incidentally, forbid exogenous deterministic variables in “endval” blocks.
-
- 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'
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Apr 19, 2021
-
-
Sébastien Villemot authored
The Julia code now uses the JSON output for retrieving the information that previously was in the driver file.
-
- May 14, 2020
-
-
(cherry picked from commit c8575e11)
-
- Dec 16, 2019
-
-
Sébastien Villemot authored
-
- Oct 24, 2019
-
-
Sébastien Villemot authored
These functions should have been deleted in 946d105c.
-
- Apr 16, 2019
-
-
Sébastien Villemot authored
-
- Dec 11, 2018
-
-
Sébastien Villemot authored
The idea is to make use of the dynamic_set_auxiliary_dseries.m file to generate the initial conditions for all auxiliary variables, including the diffs. Also remove the check done by the preprocessor for the lags in histval, since it does not work correctly with the diff operator.
-
- Dec 03, 2018
-
-
Sébastien Villemot authored
-
- Oct 04, 2018
-
-
Sébastien Villemot authored
For a rationale, see http://www.sjbrown.co.uk/2004/05/01/always-use-explicit/
-
- 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-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
-
- Sep 11, 2017
-
-
Houtan Bastani authored
preprocessor: allow variables that become state variables in ramsey_policy to be set in histval. closes #1193
-
- Feb 20, 2017
-
-
Houtan Bastani authored
-
- Feb 06, 2017
-
-
Houtan Bastani authored
-
- Jun 02, 2016
-
-
Houtan Bastani authored
-
- May 23, 2016
-
-
Stéphane Adjemian authored
See PR #1102 by spencerlyon2. Added support for filling in the model.params Vector.
-
- Jun 09, 2015
-
-
Houtan Bastani authored
This reverts commit 28ffa9c56fd021cc75415aeafc13d3810d1b3132, reversing changes made to 60b3577a09f3eb9cf3cc590241343b1f0fee8706. Conflicts: preprocessor/Shocks.cc preprocessor/SymbolTable.cc
-
- May 28, 2015
-
-
Houtan Bastani authored
-
- Apr 09, 2015
-
-
Houtan Bastani authored
-
- Mar 06, 2015
-
-
Houtan Bastani authored
-
- Apr 03, 2014
-
-
Sébastien Villemot authored
- fix handling of auxiliary variables related to lagged endogenous - add preprocessor interface - add histval_file - add tests (for smoother2histval with outfile, and for histval_file)
-
- Feb 24, 2014
-
-
- Nov 06, 2012
-
-
Houtan Bastani authored
-
- Jan 30, 2012
-
-
Houtan Bastani authored
-
- Dec 28, 2011
-
-
Sébastien Villemot authored
Really closes: #157
-
- Feb 04, 2011
-
-
Sébastien Villemot authored
-
- Sep 17, 2010
-
-
Sébastien Villemot authored
-