- 15 May, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 14 May, 2019 2 commits
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
- 08 May, 2019 1 commit
-
-
Houtan Bastani authored
-
- 04 May, 2019 1 commit
-
-
Stéphane Adjemian authored
This reverts commit fbc42b19, which is incorrect for the currently used version of Bison (in stretch). Besides, even if the patch seems to work with recent versions of Bison, it introduces hard to predict and probably very unpleasant properties (this patch allows to use the `expectation` word anywhere, this would be a problem if the user choose to name a variable or parameter as `expectation`).
-
- 03 May, 2019 3 commits
-
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
Houtan Bastani authored
-
- 02 May, 2019 1 commit
-
-
Sébastien Villemot authored
-
- 29 Apr, 2019 1 commit
-
-
Stéphane Adjemian authored
-
- 24 Apr, 2019 1 commit
-
-
Houtan Bastani authored
-
- 23 Apr, 2019 2 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
Adapt the code accordingly.
-
- 18 Apr, 2019 2 commits
-
-
Sébastien Villemot authored
Backward incompatible change: the temporary terms for 3rd order are now stored in "temporary_terms_third_derivative" (without the final "s"; same for external functions), for consistency with the name of the slot for the derivatives themselves ("third_derivative"). Ref dynare#217
-
Sébastien Villemot authored
-
- 16 Apr, 2019 3 commits
-
-
Sébastien Villemot authored
-
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
-
- 04 Apr, 2019 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot 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
-