dynare/preprocessor
Houtan Bastani 15716124fa preprocessor: fix divergence of equations and aux_equations. closes #1110 2015-12-01 12:34:43 +01:00
..
macro Revert "preprocessor: add utf-8 tokenizing" 2015-10-30 18:27:41 +01:00
CodeInterpreter.hh Allows to compute the extended path and the conditional forecasts with bytecode 2015-09-22 15:39:49 +02:00
ComputingTasks.cc remove global in dyn_forecast() and change input and output arguments 2015-11-28 17:38:00 +01:00
ComputingTasks.hh preprocessor: change prior_posterior_function into two arguments. closes #1076 2015-10-14 11:02:35 +02:00
ConfigFile.cc preprocessor: allow for [paths] block in dynare config file. closes #1039 2015-08-28 18:06:30 +02:00
ConfigFile.hh preprocessor: allow for [paths] block in dynare config file. closes #1039 2015-08-28 18:06:30 +02:00
DataTree.cc preprocessor: issue warning when param used with lead/lag. closes #976 2015-07-30 14:40:03 +02:00
DataTree.hh preprocessor: issue warning when param used with lead/lag. closes #976 2015-07-30 14:40:03 +02:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc preprocessor: fix divergence of equations and aux_equations. closes #1110 2015-12-01 12:34:43 +01:00
DynamicModel.hh Revert "preprocessor: write auxiliary variable definitions to matlab function" 2015-12-01 11:41:55 +01:00
DynareBison.yy adding new option 'fast_kalman_filter' implementing Ed Herbst 2012 approach 2015-11-28 17:38:00 +01:00
DynareFlex.ll adding new option 'fast_kalman_filter' implementing Ed Herbst 2012 approach 2015-11-28 17:38:00 +01:00
DynareMain.cc preprocessor: turn on temporary terms for julia 2015-09-01 14:11:38 +02:00
DynareMain1.cc preprocessor: fix build on wheezy due to bug introduced in f143b54142 2015-08-31 14:33:00 +02:00
DynareMain2.cc preprocessor: read config file before macroprocessor run. #1039 2015-08-28 16:09:47 +02:00
ExprNode.cc fixed another bug in col_id computation 2015-09-20 15:46:17 +02:00
ExprNode.hh Revert "preprocessor: julia: print only those temporary vars needed for the computation of (residuals, g1, g2, g3) in the respective dynamic! and static! functions" 2015-09-02 15:29:52 +02:00
ExtendedPreprocessorTypes.hh julia: initial preprocessor stub 2015-07-21 18:02:34 +02:00
ExternalFunctionsTable.cc Revert "Merge branch 'rmExtraExo'" 2015-06-09 16:42:51 +02:00
ExternalFunctionsTable.hh Revert "Merge branch 'rmExtraExo'" 2015-06-09 16:42:51 +02:00
Makefile.am Merge branch 'julia' 2015-09-01 11:35:16 +02:00
MinimumFeedbackSet.cc Remove various compiler warnings 2012-06-08 19:06:03 +02:00
MinimumFeedbackSet.hh Preprocessor: no longer use boost::graph::GraphvizDigraph class, removed in Boost 1.44 (closes #155) 2010-12-13 14:23:04 +01:00
ModFile.cc Closes #1057. 2015-11-12 14:38:16 +01:00
ModFile.hh Merge branch 'julia' 2015-09-01 11:35:16 +02:00
ModelTree.cc Revert "preprocessor: write auxiliary variable definitions to matlab function" 2015-12-01 11:41:55 +01:00
ModelTree.hh Revert "preprocessor: write auxiliary variable definitions to matlab function" 2015-12-01 11:41:55 +01:00
NumericalConstants.cc Fix copyright notices 2013-06-12 17:04:46 +02:00
NumericalConstants.hh Fix copyright notices 2013-06-12 17:04:46 +02:00
NumericalInitialization.cc histval: use now the same treatment for exogenous and exogenous det 2015-07-29 16:12:53 +02:00
NumericalInitialization.hh Revert "Merge branch 'rmExtraExo'" 2015-06-09 16:42:51 +02:00
ParsingDriver.cc preprocessor: change prior_posterior_function into two arguments. closes #1076 2015-10-14 11:02:35 +02:00
ParsingDriver.hh preprocessor: change prior_posterior_function into two arguments. closes #1076 2015-10-14 11:02:35 +02:00
Shocks.cc preprocessor: add relative_irf option to irf_calibration block. closes #720 2015-09-07 11:49:17 +02:00
Shocks.hh preprocessor: add relative_irf option to irf_calibration block. closes #720 2015-09-07 11:49:17 +02:00
SigmaeInitialization.cc preprocessor: add minimal_workspace option to dynare statement, #946 2015-05-28 11:50:39 +02:00
SigmaeInitialization.hh preprocessor: add minimal_workspace option to dynare statement, #946 2015-05-28 11:50:39 +02:00
Statement.cc preprocessor: add VerbatimStatement class. Closes #953 2015-06-16 12:48:32 +02:00
Statement.hh preprocessor: add VerbatimStatement class. Closes #953 2015-06-16 12:48:32 +02:00
StaticModel.cc remove fill!(residual, 0.0) statements as all elements of residual are assigned to 2015-08-21 17:13:38 +02:00
StaticModel.hh modify *_set_auxiliary_variables to work in julia 2015-08-17 15:36:18 +02:00
SteadyStateModel.cc preprocessor: make notation accord with the rest of the preprocessor 2015-10-30 18:13:37 +01:00
SteadyStateModel.hh preprocessor: make notation accord with the rest of the preprocessor 2015-10-30 18:13:37 +01:00
SymbolList.cc Simplify MATLAB output of symbol lists. 2014-04-10 11:29:11 +02:00
SymbolList.hh ms-dsge: create C driver file without statements 2014-02-24 12:41:02 +01:00
SymbolTable.cc Merge branch 'julia' 2015-09-01 11:35:16 +02:00
SymbolTable.hh julia: initial preprocessor stub 2015-07-21 18:02:34 +02:00
WarningConsolidation.cc preprocessor: remove "using namespace std" where not needed 2013-11-20 11:36:01 +01:00
WarningConsolidation.hh preprocessor: eliminate clang warning about using namespace std 2013-11-21 14:47:44 +01:00