Commits on Source (57)
-
Normann Rion authored
See issue #1920
-
Sébastien Villemot authored
Enable the option `dr_cycle_reduction_maxiter` to be parsed See merge request Dynare/preprocessor!104
-
Johannes Pfeifer authored
Closes #126
-
Sébastien Villemot authored
-
Sébastien Villemot authored
By the way, fix the error message if a compiler cannot be found.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
They would be ignored.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. dynare#1929
-
Sébastien Villemot authored
-
Sébastien Villemot authored
savemacro: use valid filename Closes #126 See merge request !105
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Rather use the data member which already exists.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Ref. #125
-
Sébastien Villemot authored
– use std::pair instead of std::tuple in internal storage – make Environment::getFunction() symmetric with Environment::getVariable()
-
Sébastien Villemot authored
It was previously in case-sensitive alphabetical order (i.e. ASCII order). Ref. #128
-
Sébastien Villemot authored
Closes: #128
-
Sébastien Villemot authored
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
std::fill takes a range that is open on the right bound (i.e. [first, last) and not [first, last]).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Uses: – structured bindings – std::map::contains and std::map::at – std::boolalpha and std::noboolalpha
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Stéphane Adjemian authored
-
Sébastien Villemot authored
-
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
-
Sébastien Villemot authored
The driver was calling “clear” before “global”, hence clearing local and not global variables (unless “global” had already been called at scope). Rather use “clearvars -global”.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
This rule is obviously incorrect (and useless): – it begins with an unescaped dollar sign, which can only match an end-of-line (so it makes no sense to have it at the beginning of the rule) – it prints to standard output, which is obviously not the intended action
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Showing
- .gitlab-ci.yml 7 additions, 2 deletions.gitlab-ci.yml
- doc/macroprocessor/macroprocessor.tex 29 additions, 7 deletionsdoc/macroprocessor/macroprocessor.tex
- scripts/homebrew-native-arm64.ini 1 addition, 1 deletionscripts/homebrew-native-arm64.ini
- scripts/homebrew-native-x86_64.ini 1 addition, 1 deletionscripts/homebrew-native-x86_64.ini
- scripts/wasm.ini 44 additions, 0 deletionsscripts/wasm.ini
- src/Bytecode.cc 2 additions, 2 deletionssrc/Bytecode.cc
- src/CommonEnums.hh 21 additions, 10 deletionssrc/CommonEnums.hh
- src/ComputingTasks.cc 51 additions, 81 deletionssrc/ComputingTasks.cc
- src/Configuration.cc 26 additions, 43 deletionssrc/Configuration.cc
- src/DataTree.cc 20 additions, 10 deletionssrc/DataTree.cc
- src/DataTree.hh 13 additions, 12 deletionssrc/DataTree.hh
- src/DynamicModel.cc 72 additions, 44 deletionssrc/DynamicModel.cc
- src/DynamicModel.hh 5 additions, 7 deletionssrc/DynamicModel.hh
- src/DynareBison.yy 50 additions, 18 deletionssrc/DynareBison.yy
- src/DynareFlex.ll 7 additions, 7 deletionssrc/DynareFlex.ll
- src/ExprNode.cc 417 additions, 220 deletionssrc/ExprNode.cc
- src/ExprNode.hh 40 additions, 18 deletionssrc/ExprNode.hh
- src/HeterogeneityTable.cc 139 additions, 0 deletionssrc/HeterogeneityTable.cc
- src/HeterogeneityTable.hh 100 additions, 0 deletionssrc/HeterogeneityTable.hh
- src/HeterogeneousModel.cc 229 additions, 0 deletionssrc/HeterogeneousModel.cc
scripts/wasm.ini
0 → 100644
This diff is collapsed.
src/HeterogeneityTable.cc
0 → 100644
src/HeterogeneityTable.hh
0 → 100644
src/HeterogeneousModel.cc
0 → 100644