- 18 Apr, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 16 Apr, 2019 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 12 Apr, 2019 5 commits
-
-
Sébastien Villemot authored
Does not work for Julia mode, neither with block and bytecode. Note: in DLL mode, the number of temporary terms in no longer given in the ‘ntt’ symbol; it must be computed using ‘M_.dynamic_tmp_nbr’. Ref dynare#217
-
Houtan Bastani authored
-
Houtan Bastani authored
add JSON output for plot_shock_decomposition, realtime_shock_decomposition, and initial_condition_decomposition
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 10 Apr, 2019 3 commits
-
-
Houtan Bastani authored
macroprocessor: fix bug: when macro variables were defined on the command line the resulting .mod file had newlines inserted at the top, resulting in incorrect line numbers when errors were encountered
-
Houtan Bastani authored
In other words, allow newlines before these options
-
Houtan Bastani authored
Before this commit, a dynare call such as ``` dynare <<mod file>> -Db=“A” -Da=@{b} ``` would not expand the value of `b` in `a` whereas ``` dynare <<mod file>> -Da=“A” -Db=@{a} ``` would expand the value of `a` into `b` because the arguments were stored in a map which printed the `@#define` statements in the .mod file in alphabetic order.
-
- 09 Apr, 2019 1 commit
-
-
Houtan Bastani authored
-
- 03 Apr, 2019 3 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Use ReplaceShorterLiterals option to enforce replacement of all strings. https://clang.llvm.org/extra/clang-tidy/checks/modernize-raw-string-literal.html
-
Houtan Bastani authored
-
- 29 Mar, 2019 7 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
By the way, fix bug in detection of duplicate elements.
-
Sébastien Villemot authored
-
- 26 Mar, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 21 Mar, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 19 Mar, 2019 2 commits
-
-
Sébastien Villemot authored
This is more elegant, and makes it easier to distinguish them from integer options.
-
Sébastien Villemot authored
Ref dynare#1648
-
- 18 Mar, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 15 Mar, 2019 7 commits
-
-
Houtan Bastani authored
-
Houtan Bastani authored
This reverts commit 21d42e60.
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 14 Mar, 2019 1 commit
-
-
Stéphane Adjemian (Charybdis) authored
Add in M_ a list of exogenous variables that needs to be excluded if the model is not used for estimation.
-
- 11 Mar, 2019 1 commit
-
-
Houtan Bastani authored
-
- 08 Mar, 2019 3 commits
-
-
Sébastien Villemot authored
Here, emplace() and insert() are not interchangeable because this is a std::set of std::vector<int>, and we really want the initializer-list constructor of std::vector (and not the two int's constructor). Fixes the test deterministic_simulations/lola_solve_one_boundary.mod
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 07 Mar, 2019 1 commit
-
-
Stéphane Adjemian (Charybdis) authored
-