dynare/preprocessor
Johannes Pfeifer 569de10511 Make sure block-decomposed model returns with correct error code if Inf or NaN is encountered
Missing from 5f85d3a200 where only residual was set to error code. If oo_.deterministic_simulation.status is not set to 0, model will erroneously be considered as solved and homotopy will not be triggered.
2017-03-17 10:07:13 +01:00
..
macro macroprocessor: stop with error when division by zero is encountered. closes #1278 2016-09-05 17:36:40 +02:00
CodeInterpreter.hh fix copyright dates 2016-05-04 16:05:31 +02:00
ComputingTasks.cc preprocessor: aesthetic fix 2017-02-10 12:47:43 +01:00
ComputingTasks.hh ramsey_policy: accept all endogenous variables in var_list_, even auxiliary variables. closes #1355 2016-12-27 14:08:50 +01:00
ConfigFile.cc preprocessor: parallel: add NumberOfThreadsPerJob option. #1349 2016-12-13 11:35:37 +01:00
ConfigFile.hh preprocessor: parallel: add NumberOfThreadsPerJob option. #1349 2016-12-13 11:35:37 +01:00
DataTree.cc preprocessor: add normcdf for MSVC. closes #1259 2016-10-14 16:11:44 +02:00
DataTree.hh preprocessor: add normcdf for MSVC. closes #1259 2016-10-14 16:11:44 +02:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc Make sure block-decomposed model returns with correct error code if Inf or NaN is encountered 2017-03-17 10:07:13 +01:00
DynamicModel.hh preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
DynareBison.yy Removed penalty_hessian routine. 2017-02-08 13:07:25 +00:00
DynareFlex.ll Removed penalty_hessian routine. 2017-02-08 13:07:25 +00:00
DynareMain.cc preprocessor: add support for MinGW. #1226 2016-10-14 11:25:23 +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: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
ExprNode.cc preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
ExprNode.hh preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01: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 build system: make cp thread safe 2016-10-14 10:57:49 +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 preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
ModFile.hh preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
ModelTree.cc preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
ModelTree.hh preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
NumericalConstants.cc Fix copyright notices 2013-06-12 17:04:46 +02:00
NumericalConstants.hh fix copyright dates 2016-05-04 16:05:31 +02:00
NumericalInitialization.cc preprocessor: add all_values_required option to histval. closes #261 2016-06-02 12:57:11 +02:00
NumericalInitialization.hh preprocessor: add all_values_required option to histval. closes #261 2016-06-02 12:57:11 +02:00
ParsingDriver.cc preprocessor: don’t automatically declare external functions 2017-01-27 20:36:26 +01:00
ParsingDriver.hh preprocessor: handle undeclared external functions and lagged variables 2017-01-27 20:36:26 +01:00
Shocks.cc preprocessor: allow shock group names to contain spaces. closes #1280 2016-09-14 14:10:00 +02:00
Shocks.hh preprocessor: fix bug in conditional_forecast_paths where the shocked endogenous variable id was provided as symb_id instead of type specific symb_id. #1276 2016-09-06 14:58:25 +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 adding missing initializations 2016-07-15 17:43:58 +02:00
Statement.hh Assign parameter values in main julia module. 2016-05-23 13:48:19 +02:00
StaticModel.cc preprocessor: write error messages to cerr instead of cout, replace \n with endl 2017-03-01 12:44:31 +01:00
StaticModel.hh preprocessor: fix bug that caused temporary terms not to be printed for the parameter derivatives of the static model. closes #1397 2017-03-01 12:20:55 +01:00
SteadyStateModel.cc fix copyright dates 2016-05-04 16:05:31 +02: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 Revert "Revert "preprocessor: allow for partitioning of variables along multiple dimensions"" 2016-06-24 17:38:54 +02:00
SymbolTable.hh Revert "Revert "preprocessor: allow for partitioning of variables along multiple dimensions"" 2016-06-24 17:38:54 +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
changed_files.txt fix copyright dates 2016-05-04 16:05:31 +02:00