- Sep 09, 2024
-
-
Sébastien Villemot authored
– New “heterogeneity_dimension” statement – New option “heterogeneity” to “var”, “varexo”, “parameters”, “model” and “shocks” statements – New “SUM()” operator in “model” block
-
- Jul 17, 2024
-
-
Sébastien Villemot authored
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Dec 14, 2022
-
-
Sébastien Villemot authored
Closes: #107
-
- Jul 08, 2022
-
-
Sébastien Villemot authored
-
- Jun 07, 2022
-
-
Sébastien Villemot authored
In particular, use this feature in many loops which feature a special treatment for the first iteration, using a boolean variable (replacing iterator manipulation). By the way, also use std::exchange() to simultaneously test the value of this variable and update it.
-
Sébastien Villemot authored
-
- Mar 29, 2022
-
-
Sébastien Villemot authored
For symbol lists (such as those given to “var” or “stoch_simul”), return a semantic value at the Bison level, rather than building the list through a temporary object in ParsingDriver. This allows various simplifications, and leads to a more functional code. By the way, homogeneize the naming of the various flavours of symbol lists in the Bison file (with TeX names, partitioning, or with a wildcard).
-
- Jul 07, 2021
-
-
Sébastien Villemot authored
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- Feb 25, 2020
-
-
Sébastien Villemot authored
-
- Dec 23, 2019
-
-
Houtan Bastani authored
dynare#1355
-
- Dec 20, 2019
-
-
Sébastien Villemot authored
-
Houtan Bastani authored
dynare#1355
-
- Dec 18, 2019
-
-
Houtan Bastani authored
-
- Dec 16, 2019
-
-
Sébastien Villemot authored
-
- Sep 10, 2019
-
-
Houtan Bastani authored
-
- Apr 16, 2019
-
-
Sébastien Villemot authored
-
- Apr 03, 2019
-
-
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
-
- Jun 04, 2018
-
-
Sébastien Villemot authored
Performed using modernize-use-auto from clang-tidy. https://clang.llvm.org/extra/clang-tidy/checks/modernize-use-auto.html
-
- Feb 15, 2018
-
-
Houtan Bastani authored
-
- Jan 09, 2018
-
-
- May 19, 2017
-
-
Houtan Bastani authored
-
- May 16, 2017
-
-
Houtan Bastani authored
-
- May 10, 2017
-
-
Houtan Bastani authored
-
- Feb 20, 2017
-
-
Houtan Bastani authored
-
- Apr 10, 2014
-
-
Sébastien Villemot authored
-
- Sep 27, 2010
-
-
Houtan Bastani authored
-
- Jun 16, 2008
-
-
sebastien authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1878 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Apr 07, 2008
-
-
sebastien authored
* renamed TmpSymbolTable to SymbolList (with some clean up by the way) * removed unused mechanism of alternative variable names in tmp_var_list * OptionsList: fixed memory leak and bug in clear() git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1785 ac1d8469-bf42-47a9-8791-bf33cf982152
-
- Feb 03, 2008
-
-
michel authored
git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1686 ac1d8469-bf42-47a9-8791-bf33cf982152
-