- Jan 10, 2020
-
-
Sébastien Villemot authored
Because at some point throwing exceptions from MEX files (with mexErrMsgTxt()) was not working under Windows 64-bit, we had designed a workaround to avoid using exceptions. Most MEX files were returning an error code as their first (or sometimes last) argument, and that code would have to be checked from the MATLAB code. Since this workaround is no longer needed, this commit removes it. As a consequence, the interface of many MEX files is modified. For some background, see https://www.dynare.org/pipermail/dev/2010-September/000895.html
-
Sébastien Villemot authored
Add example mod-file for Ramsey and OSR Closes #1645 See merge request !1694
-
Johannes Pfeifer authored
Closes #1645
-
Sébastien Villemot authored
Documentation around change to ramsey Closes #1678 and #1682 See merge request !1693
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
Moves common planner_objective command to front
-
Johannes Pfeifer authored
Also clarifies restructures section on optimal policy and clarifies calling order of commands
-
- Jan 09, 2020
-
-
Johannes Pfeifer authored
-
Stéphane Adjemian authored
[skip ci]
-
Sébastien Villemot authored
-
- Jan 08, 2020
-
-
Sébastien Villemot authored
Automake actually provides such rules.
-
Houtan Bastani authored
This reverts commit 6d516c39.
-
Houtan Bastani authored
The method `desc_addname` adds arguments to the name of the node, and hence does not allow for line breaks. In the case of Dynare commands we don't run into a problem with this but we run into this problem with longer MATLAB/Octave commands. For Dynare commands, we don't run into the problem with commands running over the page width as we use placeholders like `OPTIONS` since the order of the parameters passed to a command is irrelevant For MATLAB/Octave commands, the order of parameters passed to a function is important, hence we cannot use a placeholder such as `OPTIONS` closes #1688
-
Houtan Bastani authored
-
Houtan Bastani authored
- remove trailing whitespace - replace tabs with spaces as per PEP guidelines
-
- Jan 06, 2020
-
-
Sébastien Villemot authored
Closes: #1685
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
By the same token, remove unused support for Fortran 77.
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
Expand documentation of dynasave Closes #1691 See merge request !1692
-
Sébastien Villemot authored
sim1.m: provide missing function input to nested function See merge request !1691
-
Johannes Pfeifer authored
Closes #1691
-
Houtan Bastani authored
- `dynasave`: if a variable being saved was named `n` or `s`, the `eval` statements would break the code - `dynasave`: use the `-struct` option to `save` to avoid `eval` statements - `dynasave` and `dynatype`: do everything in 1 loop instead of 2 - `dynasave` and `dynatype`: use `strcmp` instead of `strfind` - preprocessor update contains: - Partial reversion of global indentation of macro processor header files introduced in e2d5a83592634f0604d8c86409748cd2ec5906d2 - Symbol List check pass: allow caller to specify the valid types of variables in a Symbol List - Allow `dynasave` and `dynatype` to support exogenous variables in their var_list issue #1691
-
Johannes Pfeifer authored
-
- Jan 02, 2020
-
-
- Dec 20, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
— Allow symbol list to accept auxiliary variables (#1355) — Fixes around “det_cond_forecast” (preprocessor#39) — Global reindentation
-
Sébastien Villemot authored
Also convert to Unix end-of-lines, and remove trailing whitespaces.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Finished identification order=1|2|3 See merge request !1689
-
Willi Mutschler authored
-
Willi Mutschler authored
Note that I still need to do a code clean up (provide some licenses for functions from other people) and to double check order=3. There is also much room for speed and memory improvement, but the code works fine for now. I will also provide more information to the merge request soon about the detailed changes for future reference.
-
Sébastien Villemot authored
Ref. !1688
-
Sébastien Villemot authored
Ref. !1688
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-