- 26 Mar, 2020 2 commits
-
-
Stéphane Adjemian authored
(cherry picked from commit 16686514)
-
Stéphane Adjemian authored
(cherry picked from commit e2b20f3e)
-
- 23 Mar, 2020 1 commit
-
-
Johannes Pfeifer authored
Steady state and time shift were missing (cherry picked from commit 071ab1e1)
-
- 19 Mar, 2020 2 commits
-
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
Document options added in preprocessor@dab769c6 (cherry picked from commit 625ad309)
-
- 13 Mar, 2020 1 commit
-
-
Sébastien Villemot authored
-
- 12 Mar, 2020 3 commits
-
-
Sébastien Villemot authored
(cherry picked from commit e433f734)
-
Sébastien Villemot authored
If there were more than 10 files of Metropolis parameter draws, the ordering the files containing the posterior moments could be different from that of the parameter draws. This is because the “dir()” command was used to order the files containing the parameter draws, and because the command uses alphabetic ordering, file #10 would come before #2. This commit enforces the numerical ordering of files. (cherry picked from commit e93c7b6b)
-
Sébastien Villemot authored
(cherry picked from commit 8c6b24db)
-
- 10 Mar, 2020 2 commits
-
-
Sébastien Villemot authored
Thanks to checkcode(). (cherry picked from commit d01846e5)
-
Johannes Pfeifer authored
Update parameter vector from steady state file and provide correct nocheck flag (cherry picked from commit 99f4fcad)
-
- 09 Mar, 2020 3 commits
-
-
Johannes Pfeifer authored
(cherry picked from commit 16cbfa7f)
-
Johannes Pfeifer authored
Prevents crashes in "prior moments" (cherry picked from commit 16f65a2f)
-
Johannes Pfeifer authored
get_error_message.m needs to always provide the error string, only throwing out the error message needs to depend on noprint Closes #1714 (cherry picked from commit b7ef2181)
-
- 07 Mar, 2020 4 commits
-
-
Johannes Pfeifer authored
(cherry picked from commit 2004641a)
-
Johannes Pfeifer authored
(cherry picked from commit 0a52dedf)
-
Houtan Bastani authored
doc: clarify that all options (not just `-D`) should be single quoted when the arguments passed contain spaces [skip ci] (cherry picked from commit 50685207)
-
Houtan Bastani authored
(cherry picked from commit 8d1bbfdd)
-
- 05 Mar, 2020 5 commits
-
-
Houtan Bastani authored
(cherry picked from commit 0e6ba476)
-
Houtan Bastani authored
(cherry picked from commit a42ed77a)
-
Houtan Bastani authored
macOS installer: change website tested to `github.com` in case `google.com` is blocked in user's country (cherry picked from commit 76902841)
-
Houtan Bastani authored
(cherry picked from commit 72c7a9ff)
-
Houtan Bastani authored
(cherry picked from commit eb6ab069)
-
- 02 Mar, 2020 2 commits
-
-
Sébastien Villemot authored
Also add a corresponding regression test case. (manually cherry picked from commit 3ec1d151)
-
Johannes Pfeifer authored
[skip ci] (cherry picked from commit 068a3e4b)
-
- 26 Feb, 2020 4 commits
-
-
Houtan Bastani authored
- did not account for cases when username not set (namely when remote is localhost) - did not account for cases when remote directory was not set (namely when remote is localhost) - added unnecessary `filesep` to `pname` when `pname` was empty - ignore unused output arguments (it is necessary to explicitly ignore them to prevent unwanted output from the `system` call) - globbing did not work as it was expanded on the calling machine not the remote; pass call to `bash -c` to handle this (cherry picked from commit 7a02b3bf)
-
Houtan Bastani authored
(cherry picked from commit 54fe1c75)
-
Johannes Pfeifer authored
(cherry picked from commit 00747b49)
-
Johannes Pfeifer authored
(cherry picked from commit c48542c3)
-
- 25 Feb, 2020 10 commits
-
-
Sébastien Villemot authored
Introduced in 2ae88722 (cherry picked from commit 1abd50c2)
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
Fixes #1711 together with preprocessor!15 (cherry picked from commit 3cf622cd)
-
Sébastien Villemot authored
(cherry picked from commit 2ae88722)
-
Johannes Pfeifer authored
Got lost in 21693416 and 9ab832de Also adapted it to new 4.6 mex-calling syntax (cherry picked from commit 47a3a1ed)
-
Johannes Pfeifer authored
Prevents aborting with a cryptic crash (cherry picked from commit b3849322)
-
Sébastien Villemot authored
(cherry picked from commit aca4aa7b)
-
Sébastien Villemot authored
(cherry picked from commit 31c19272)
-
Sébastien Villemot authored
The Emacs lisp source file was failing byte-compilation, because the “dynare-blocks” variable was used within an “eval-when-compile” block, while its definition was not in such a block. (cherry picked from commit 3a0327d3)
-
Johannes Pfeifer authored
(cherry picked from commit 97f7b773)
-
- 24 Feb, 2020 1 commit
-
-
Sébastien Villemot authored
The copy of MathJax that we were embedding was not source code, because it contained minified Javascript. In particular, this is a problem for the official Debian package. We now strip the copy. Users compiling the HTML manual from the source tarball will therefore get MathJax from a CDN (this is the default behaviour of Sphinx). (cherry picked from commit d98cf641)
-