preprocessor/src
Sébastien Villemot 0e62206203
PAC: drop support for multiple PAC equations associated to a given PAC model
2021-11-23 14:31:02 +01:00
..
macro Macroprocessor: fix line counter inside @{} constructs 2021-11-19 14:55:14 +01:00
CodeInterpreter.hh Remove support for obsolete syntax: var_model(order = 2) X Y Z; 2021-07-07 18:26:09 +02:00
ComputingTasks.cc Fix handling of undeclared variables in the planner_objective statement 2021-11-19 17:32:45 +01:00
ComputingTasks.hh PAC: refactor with new PacModelTable that replaces PacModelStatement(s) 2021-10-29 14:11:30 +02:00
ConfigFile.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ConfigFile.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
DataTree.cc Use NumConstNode* type for DataTree constants (previously they were just expr_t) 2021-07-21 17:53:54 +02:00
DataTree.hh Use NumConstNode* type for DataTree constants (previously they were just expr_t) 2021-07-21 17:53:54 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc PAC: drop support for multiple PAC equations associated to a given PAC model 2021-11-23 14:31:02 +01:00
DynamicModel.hh PAC: drop support for multiple PAC equations associated to a given PAC model 2021-11-23 14:31:02 +01:00
DynareBison.yy Remove unused steady_state_growth option to pac_model 2021-09-22 16:26:42 +02:00
DynareFlex.ll Remove unused steady_state_growth option to pac_model 2021-09-22 16:26:42 +02:00
DynareMain.cc New preprocessor option “nocommutativity” 2021-07-13 14:35:10 +02:00
EquationTags.cc Implement “occbin_constraints” block 2021-07-16 11:34:27 +02:00
EquationTags.hh Implement “occbin_constraints” block 2021-07-16 11:34:27 +02:00
ExprNode.cc No longer consider an equation of the form “x(+1) = 0” as defining x to be a constant 2021-11-19 18:01:11 +01:00
ExprNode.hh Remove implementation of various methods of PacExpectationNode 2021-10-29 14:11:30 +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 Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +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 Rename preprocessor binary to dynare-preprocessor 2021-01-06 17:08:42 +01:00
ModFile.cc PAC: refactor with new PacModelTable that replaces PacModelStatement(s) 2021-10-29 14:11:30 +02:00
ModFile.hh PAC: refactor with new PacModelTable that replaces PacModelStatement(s) 2021-10-29 14:11:30 +02:00
ModelEquationBlock.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ModelEquationBlock.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ModelTree.cc Improve message for GCC installation under macOS 2021-10-08 12:59:17 +02:00
ModelTree.hh Fix use_dll on macOS + Octave 2021-09-13 16:50:13 +02:00
NumericalConstants.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
NumericalConstants.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
NumericalInitialization.cc With nostrict, really ignore unused endogenous in initval/endval/histval 2021-11-19 17:49:57 +01:00
NumericalInitialization.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ParsingDriver.cc Fix handling of undeclared variables in the planner_objective statement 2021-11-19 17:32:45 +01:00
ParsingDriver.hh Macroprocessor: fix line counter inside @{} constructs 2021-11-19 14:55:14 +01:00
Shocks.cc Add shocks(surprise) block (for occbin) 2021-07-13 21:55:31 +02:00
Shocks.hh Add shocks(surprise) block (for occbin) 2021-07-13 21:55:31 +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 Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
Statement.hh Implement “occbin_constraints” block 2021-07-16 11:34:27 +02:00
StaticModel.cc add NNZderivatives to JSON + use AbstractVector for Julia functions 2021-10-06 17:45:11 +02:00
StaticModel.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
SubModel.cc PAC: drop support for multiple PAC equations associated to a given PAC model 2021-11-23 14:31:02 +01:00
SubModel.hh PAC: drop support for multiple PAC equations associated to a given PAC model 2021-11-23 14:31:02 +01:00
SymbolList.cc Remove support for obsolete syntax: var_model(order = 2) X Y Z; 2021-07-07 18:26:09 +02:00
SymbolList.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
SymbolTable.cc JSON: fix syntax error in the aux vars table introduced in a7fb198463 2021-10-26 12:31:01 +02:00
SymbolTable.hh Remove support for obsolete syntax: var_model(order = 2) X Y Z; 2021-07-07 18:26:09 +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