preprocessor/src
Sébastien Villemot edf75e48a3 Merge branch 'tolx_steady' into 'master'
Add tolx-option for steady

See merge request Dynare/preprocessor!60
2022-05-23 10:07:09 +00:00
..
macro No longer delete move constructor/assignment operator 2022-05-18 16:33:48 +02:00
CodeInterpreter.hh Comment improvement 2022-05-20 12:27:22 +02:00
ComputingTasks.cc Always create bytecode output 2022-05-19 14:49:46 +02:00
ComputingTasks.hh C++17 modernization: use std::optional for “periods” option of “plot_conditional_forecast” 2022-05-16 19:10:15 +02:00
ConfigFile.cc C++20 modernization: use contains() method on containers 2022-05-04 17:37:57 +02:00
ConfigFile.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
DataTree.cc Cosmetics 2022-05-19 12:27:44 +02:00
DataTree.hh No longer delete move constructor/assignment operator 2022-05-18 16:33:48 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Fix bytecode compilation of external function nodes 2022-05-20 11:43:02 +02:00
DynamicModel.hh Fix bytecode compilation of external function nodes 2022-05-20 11:43:02 +02:00
DynareBison.yy Merge branch 'tolx_steady' into 'master' 2022-05-23 10:07:09 +00:00
DynareFlex.ll New += and *= syntaxes in “endval(learnt_in=…)” blocks 2022-05-03 16:52:04 +02:00
DynareMain.cc C++20 modernization: use contains() method on containers 2022-05-04 17:37:57 +02:00
EquationTags.cc C++20 modernization: use contains() method on containers 2022-05-04 17:37:57 +02:00
EquationTags.hh C++20 modernization: use contains() method on containers 2022-05-04 17:37:57 +02:00
ExprNode.cc Implement bytecode compilation of 2nd deriv of external functions 2022-05-20 12:35:38 +02:00
ExprNode.hh Fix bytecode compilation of external function nodes 2022-05-20 11:43:02 +02:00
ExtendedPreprocessorTypes.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.hh C++20 modernization: use contains() method on containers 2022-05-04 17:37:57 +02:00
MacroExpandModFile.cc Macroprocessor: make the removal of “@#line” directives and extra newlines consistent across LF and CR+LF conventions 2021-11-19 16:49:21 +01:00
Makefile.am No longer link against libstdc++fs 2022-05-04 17:11:44 +02:00
ModFile.cc Always create bytecode output 2022-05-19 14:49:46 +02:00
ModFile.hh Refactor handling of var_expectation_model statements 2022-01-20 16:26:15 +01:00
ModelEquationBlock.cc Refactor parsing of symbol lists 2022-03-29 14:59:34 +02:00
ModelEquationBlock.hh No longer delete move constructor/assignment operator 2022-05-18 16:33:48 +02:00
ModelTree.cc Fix bytecode compilation of external function nodes 2022-05-20 11:43:02 +02:00
ModelTree.hh Fix bytecode compilation of external function nodes 2022-05-20 11:43:02 +02:00
NumericalConstants.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
NumericalConstants.hh Move “using namespace std” statement after inclusion of standard headers 2022-01-06 14:54:57 +01:00
NumericalInitialization.cc endval(learnt_in=…) block: fix treatment of unused endogenous variables 2022-05-06 12:56:24 +02:00
NumericalInitialization.hh New += and *= syntaxes in “endval(learnt_in=…)” blocks 2022-05-03 16:52:04 +02:00
ParsingDriver.cc JSON output: fix handling of vector value options 2022-05-18 17:44:36 +02:00
ParsingDriver.hh JSON output: fix handling of vector value options 2022-05-18 17:44:36 +02:00
Shocks.cc Simplify printing of booleans using std::boolalpha 2022-05-16 19:10:15 +02:00
Shocks.hh New “add” and “multiply” keywords in “shocks(learnt_in=…)” block 2022-04-26 15:21:45 +02:00
SigmaeInitialization.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
SigmaeInitialization.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
Statement.cc JSON output: fix handling of vector value options 2022-05-18 17:44:36 +02:00
Statement.hh JSON output: fix handling of vector value options 2022-05-18 17:44:36 +02:00
StaticModel.cc Fix bytecode compilation of external function nodes 2022-05-20 11:43:02 +02:00
StaticModel.hh Fix bytecode compilation of external function nodes 2022-05-20 11:43:02 +02:00
SubModel.cc C++17 modernization: use std::optional in ExprNode::getPacOptimizingShareAndExprNodes() 2022-05-16 19:10:16 +02:00
SubModel.hh C++17 modernization: use std::optional in ExprNode::getPacOptimizingShareAndExprNodes() 2022-05-16 19:10:16 +02:00
SymbolList.cc Refactor parsing of symbol lists 2022-03-29 14:59:34 +02:00
SymbolList.hh Refactor parsing of symbol lists 2022-03-29 14:59:34 +02:00
SymbolTable.cc C++17 modernization: use [[fallthrough]] attribute 2022-05-18 16:33:48 +02:00
SymbolTable.hh C++17 modernization: use std::optional for SymbolTable::getEquationNumberForMultiplier() 2022-05-16 19:10:16 +02:00
VariableDependencyGraph.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
VariableDependencyGraph.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
WarningConsolidation.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
WarningConsolidation.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
dynare-preprocessor-gdb.py Add GDB pretty-printer for ExprNode class hierarchy 2022-01-26 15:40:40 +01:00