Go to file
ferhat e2d9f2476c The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00
macro preprocessor: namespace fixes to remove clang warnings 2013-12-30 14:54:00 +01:00
CodeInterpreter.hh new nostrict command-line option does not exit when there are more endogenous than equations (closes #2) 2013-09-13 14:44:01 -04:00
ComputingTasks.cc osr: added optimal value of parameters to oo_.osr.optim_params; moved 2013-12-11 19:24:29 +01:00
ComputingTasks.hh Forbid the combination of estimation/mode_file and estimated_params_init/use_calibration 2013-12-09 16:23:49 +01:00
ConfigFile.cc Fix copyright notices 2013-06-12 17:04:46 +02:00
ConfigFile.hh config file: support GlobalInitFile option 2012-06-06 16:18:09 +02:00
DataTree.cc Preprocessor: handle underflows and overflows as MATLAB and Octave do 2012-07-12 12:46:22 +02:00
DataTree.hh Fix preprocessor crash when an pre-computed constant equals NaN or Inf 2012-10-01 16:22:38 +02:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc Add a warning when some exogenous are not used in the model 2013-11-29 16:03:45 +01:00
DynamicModel.hh Add a warning when some exogenous are not used in the model 2013-11-29 16:03:45 +01:00
DynareBison.yy The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00
DynareFlex.ll The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00
DynareMain.cc preprocessor: remove "using namespace std" where not needed 2013-11-20 11:36:01 +01:00
DynareMain2.cc preprocessor: remove "using namespace std" where not needed 2013-11-20 11:36:01 +01:00
ExprNode.cc Refactor code for collecting variables appearing in expressions 2013-11-29 15:37:11 +01:00
ExprNode.hh preprocessor: namespace fixes to remove clang warnings 2013-12-30 14:54:00 +01:00
ExternalFunctionsTable.cc Updated copyright notices 2011-02-04 17:27:33 +01:00
ExternalFunctionsTable.hh Updated copyright notices 2011-02-04 17:27:33 +01:00
Makefile.am Remove FlexLexer.h; rather copy it from /usr/include when flex is run 2012-08-06 18:52:06 +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 adding 3rd order derivatives to Static Model for evaluation of Ramsey 2013-12-11 19:24:29 +01:00
ModFile.hh new nostrict command-line option does not exit when there are more endogenous than equations (closes #2) 2013-09-13 14:44:01 -04:00
ModelTree.cc Refactor code for collecting variables appearing in expressions 2013-11-29 15:37:11 +01:00
ModelTree.hh Refuse non-stationary endogenous variables in deflators. 2013-10-29 18:47:59 +08: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 Fix copyright notices 2013-06-12 17:04:46 +02:00
NumericalInitialization.hh all_values_required keyword for initval and endval 2012-11-06 15:45:08 +01:00
ParsingDriver.cc The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00
ParsingDriver.hh The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00
Shocks.cc The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00
Shocks.hh The previous syntax used to call the conditional forecast using the extended path method was problematic. It does not allow to match the endogenous and the shock that are flipped. This is problematic as soon as the forecast periods are heterogeneous or the type of expectation (surprise or perfect foresight) are different. We get rid of the previous syntax. 2013-12-31 01:57:30 +01:00
SigmaeInitialization.cc Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
SigmaeInitialization.hh preprocessor: remove "using namespace std" where not needed 2013-11-20 11:36:01 +01:00
Statement.cc Forbid the combination of estimation/mode_file and estimated_params_init/use_calibration 2013-12-09 16:23:49 +01:00
Statement.hh Forbid the combination of estimation/mode_file and estimated_params_init/use_calibration 2013-12-09 16:23:49 +01:00
StaticModel.cc adding 3rd order derivatives to Static Model for evaluation of Ramsey 2013-12-11 19:24:29 +01:00
StaticModel.hh adding 3rd order derivatives to Static Model for evaluation of Ramsey 2013-12-11 19:24:29 +01:00
SteadyStateModel.cc Refactor code for collecting variables appearing in expressions 2013-11-29 15:37:11 +01:00
SteadyStateModel.hh Preprocessor: in steady_state_model block, allow MATLAB functions which return several arguments (closes #37) 2011-01-26 13:55:01 -05:00
SymbolList.cc replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
SymbolList.hh preprocessor: eliminate clang warning about using namespace std 2013-11-21 14:47:44 +01:00
SymbolTable.cc preprocessor: streamline addSymbol 2013-12-10 11:41:30 +01:00
SymbolTable.hh preprocessor: streamline addSymbol 2013-12-10 11:41:30 +01: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