Go to file
Sébastien Villemot 47a8fd0147 Add line numbers of equations in preprocessor error messages.
Closes #584
2014-01-27 16:41:43 +01:00
macro It's bison 2.5 that's actually required now. 2014-01-13 14:56:56 +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 Remove more remnants from old deterministic conditional forecast syntax. 2014-01-03 12:09:39 +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 line numbers of equations in preprocessor error messages. 2014-01-27 16:41:43 +01:00
DynamicModel.hh Add line numbers of equations in preprocessor error messages. 2014-01-27 16:41:43 +01:00
DynareBison.yy It's bison 2.5 that's actually required now. 2014-01-13 14:56:56 +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 build system: replace hard-coded flex include dir with that found by autoconf, #575 2014-01-13 11:35:13 -05: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 Add line numbers of equations in preprocessor error messages. 2014-01-27 16:41:43 +01:00
ModelTree.hh Add line numbers of equations in preprocessor error messages. 2014-01-27 16:41:43 +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 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 Add line numbers of equations in preprocessor error messages. 2014-01-27 16:41:43 +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