Go to file
Sébastien Villemot ae3e741cb8 Preprocessor:
- remove useless output type oMatlabDynamicModelSparseLocalTemporaryTerms
(indistinguishable from oMatlabDynamicModelSparseLocal)
- fix bug in output type of sparse static model
2010-09-16 16:57:35 +02:00
macro Macro-processor: integer ranges with lower bound greater than upper bound are now empty (for consistency with MATLAB) 2010-05-12 11:50:27 +02:00
CodeInterpreter.hh The functions erf, normpdf and normcdf work fine with bytecode option 2010-04-16 17:00:05 +02:00
ComputingTasks.cc Preprocessor: fix crash when mean or stderr of an estimated parameter is specified as an expression instead of a plain value (bug introduced in 28d30d9a626a8d7be0866038924bfc52a935ee27) 2010-09-16 15:37:27 +02:00
ComputingTasks.hh DSGE-VAR: introduce dsge_var and dsge_varlag options to estimation statement 2010-06-22 10:38:43 +02:00
DataTree.cc Preprocessor: removed useless version of DataTree::AddVariable() 2010-04-23 18:32:25 +02:00
DataTree.hh Preprocessor: removed useless version of DataTree::AddVariable() 2010-04-23 18:32:25 +02:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc Preprocessor: 2010-09-16 16:57:35 +02:00
DynamicModel.hh make sure that 2nd and 3rd order derivatives that haven't been computed are not taken to be zero. 2010-07-17 10:14:22 +02:00
DynareBison.yy Preprocessor: in the lexer, "end;" now corresponds to 2 tokens (instead of one), for consistency with the other tokens 2010-08-30 14:16:07 +02:00
DynareFlex.ll Preprocessor: fix line numbering problems due to native MATLAB statements (bug introduced in a0cd4b33aea0965d9baa9b4c66d0c875fa0aa7d0 and 6582341799d35e80c59f6f3559dbd18e70443747) 2010-08-30 14:37:48 +02:00
DynareMain.cc Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) 2009-12-16 17:13:23 +00:00
DynareMain2.cc Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) 2009-12-16 17:13:23 +00:00
ExprNode.cc Preprocessor: 2010-09-16 16:57:35 +02:00
ExprNode.hh Preprocessor: 2010-09-16 16:57:35 +02:00
ExternalFunctionsTable.cc Modified external functions to enforce consistent number of function arguments within model_block 2010-03-03 11:40:13 +01:00
ExternalFunctionsTable.hh Modified external functions to enforce consistent number of function arguments within model_block 2010-03-03 11:40:13 +01:00
FlexLexer.h Build system: incorporate FlexLexer.h, so that one can compile on systems without flex 2009-09-17 16:02:55 +00:00
Makefile.am Preprocessor: added new 'steady_state_model' keyword for automatically creating steady state file 2010-04-23 18:39:07 +02:00
MinimumFeedbackSet.cc Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) 2009-12-16 17:13:23 +00:00
MinimumFeedbackSet.hh Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) 2009-12-16 17:13:23 +00:00
ModFile.cc make sure that 2nd and 3rd order derivatives that haven't been computed are not taken to be zero. 2010-07-17 10:14:22 +02:00
ModFile.hh DSGE-Var: bug fix. Add init param statement at the before the estimation statement 2010-06-24 15:08:23 +02:00
ModelTree.cc Preprocessor: replace non-standard operators 'and'/'or' by '&&'/'||' 2010-04-28 16:03:32 +02:00
ModelTree.hh Add support for external functions 2010-02-23 18:15:18 +01:00
NumericalConstants.cc Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) 2009-12-16 17:13:23 +00:00
NumericalConstants.hh trunk preprocessor: in NumericalConstants 2009-04-29 11:05:40 +00:00
NumericalInitialization.cc Preprocessor: corrected bug on HISTVAL with lags > 1 2010-09-10 11:43:48 +02:00
NumericalInitialization.hh DSGE-VAR: support deprecated way of declaring dsge_prior_weight 2010-06-22 10:38:54 +02:00
ParsingDriver.cc DSGE-VAR: support deprecated way of declaring dsge_prior_weight 2010-06-22 10:38:54 +02:00
ParsingDriver.hh Preprocessor: fix line numbering problems due to native MATLAB statements (bug introduced in a0cd4b33aea0965d9baa9b4c66d0c875fa0aa7d0 and 6582341799d35e80c59f6f3559dbd18e70443747) 2010-08-30 14:37:48 +02:00
Shocks.cc Preprocessor: cosmetic changes related to 'size_t' 2010-06-18 15:48:46 +02:00
Shocks.hh Preprocessor: rename a function argument to avoid name conflict with standard error filestream 2010-04-15 17:46:05 +02:00
SigmaeInitialization.cc Preprocessor: cosmetic changes related to 'size_t' 2010-06-18 15:48:46 +02:00
SigmaeInitialization.hh Beautified preprocessor code (uncrustify + emacs + manual adjustments, in particular with templates in MacroValue) 2009-12-16 17:13:23 +00:00
Statement.cc DSGE-VAR: introduce dsge_var and dsge_varlag options to estimation statement 2010-06-22 10:38:43 +02:00
Statement.hh DSGE-VAR: support deprecated way of declaring dsge_prior_weight 2010-06-22 10:38:54 +02:00
StaticModel.cc Preprocessor: 2010-09-16 16:57:35 +02:00
StaticModel.hh Preprocessor: with 'steady_state_model' command, write auxiliary equations in the steady state file 2010-04-27 17:04:52 +02:00
SteadyStateModel.cc Preprocessor: fix for 'steady_state_model' when not computing Ramsey policy' 2010-06-04 09:33:54 +03:00
SteadyStateModel.hh Steady state file: in the presence of 'ramsey_policy', no longer check that the declarations are recursive, and use input vector of steady state file as initial values 2010-05-31 17:43:17 +02:00
SymbolList.cc v4: dropped Scilab support 2008-06-16 16:33:28 +00:00
SymbolList.hh trunk preprocessor: removed the include/ directory 2009-03-13 13:39:31 +00:00
SymbolTable.cc Preprocessor: corrected bug on HISTVAL with lags > 1 2010-09-10 11:43:48 +02:00
SymbolTable.hh Preprocessor: corrected bug on HISTVAL with lags > 1 2010-09-10 11:43:48 +02:00