- 03 Apr, 2019 2 commits
-
-
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 7 commits
-
-
Stéphane Adjemian (Charybdis) authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- 06 Mar, 2019 2 commits
-
-
Sébastien Villemot authored
In particular, no need to put both upper and lower case letters in the patterns, since the lexer is case-insensitive. The only simplification that we do not perform is removing the quoting of single quotes (i.e. replacing \' by '), since it confuses the C++ mode of Emacs.
-
Houtan Bastani authored
-
- 05 Mar, 2019 5 commits
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-
Houtan Bastani authored
-