dynare/preprocessor
Houtan Bastani 3a2d740732 preprocessor: remove initialization of option to make conisistent 2011-06-23 11:53:15 +02:00
..
macro Build system: add boost includes for macroprocessor 2011-06-13 10:23:55 +02:00
CodeInterpreter.hh Bytecode DLL: remove warning about incorrect type assignment 2011-02-07 12:38:04 +01:00
ComputingTasks.cc preprocessor: remove initialization of option to make conisistent 2011-06-23 11:53:15 +02:00
ComputingTasks.hh MS-SBVAR: added automatic saving of graphs in <mod_name>/Output; added possibility to select endogenous variables for IRF plots; updated plot functions. 2011-05-30 15:54:46 +02:00
ConfigFile.cc ParallelDynare: set weights for all nodes in preprocessor 2011-06-09 14:44:58 +02:00
ConfigFile.hh ParallelDynare: set weights for all nodes in preprocessor 2011-06-09 14:44:58 +02:00
DataTree.cc Preprocessor: more explicit error message when users enter invalid floating 2011-02-16 11:08:40 +01:00
DataTree.hh Preprocessor: more explicit error message when users enter invalid floating 2011-02-16 11:08:40 +01:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc Preprocessor: factorize code common between StaticModel and DynamicModel, and put it in ModelTree 2011-06-22 11:56:07 +02:00
DynamicModel.hh Preprocessor: factorize code common between StaticModel and DynamicModel, and put it in ModelTree 2011-06-22 11:56:07 +02:00
DynareBison.yy preprocessor: add identification option lik_init 2011-06-23 11:13:35 +02:00
DynareFlex.ll Preprocessor: fixed bug with native MATLAB statements (for example something 2011-06-09 15:15:16 +02:00
DynareMain.cc implement the possibility of passing macro-processor defines on the command-line (ticket 171) 2011-03-29 18:18:46 +02:00
DynareMain2.cc Updated copyright notices 2011-02-04 17:27:33 +01:00
ExprNode.cc - correction of the bug in normalization process for expressions of the form a^x (Ticket #186) 2011-06-10 12:41:21 +02:00
ExprNode.hh code cleanup 2011-03-28 11:34:42 +02: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
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 Dynare parallel: preprocessor implementation 2010-10-28 10:54:43 +02:00
MinimumFeedbackSet.cc Updated copyright notices 2011-02-04 17:27:33 +01: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: fix crash when no computational task is required 2011-06-22 11:34:38 +02:00
ModFile.hh Implement explicit writing of first order conditions of Ramsey problem (ticket #5) 2011-03-24 17:17:15 +01:00
ModelTree.cc Preprocessor: factorize code common between StaticModel and DynamicModel, and put it in ModelTree 2011-06-22 11:56:07 +02:00
ModelTree.hh Preprocessor: factorize code common between StaticModel and DynamicModel, and put it in ModelTree 2011-06-22 11:56:07 +02:00
NumericalConstants.cc Preprocessor: more explicit error message when users enter invalid floating 2011-02-16 11:08:40 +01:00
NumericalConstants.hh Preprocessor: more explicit error message when users enter invalid floating 2011-02-16 11:08:40 +01:00
NumericalInitialization.cc Workaround for ticket #157 2011-02-04 12:38:12 +01:00
NumericalInitialization.hh Workaround for ticket #157 2011-02-04 12:38:12 +01:00
ParsingDriver.cc MS-SBVAR: added automatic saving of graphs in <mod_name>/Output; added possibility to select endogenous variables for IRF plots; updated plot functions. 2011-05-30 15:54:46 +02:00
ParsingDriver.hh renamed ramsey_policy_discount_factor by optimal_policy_discount_factor because it is also used by discretionary_policy 2011-05-24 16:02:42 +02:00
Shocks.cc replace deprecated Matlab function strvcat with char 2010-09-27 16:11:14 +02:00
Shocks.hh Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
SigmaeInitialization.cc Preprocessor: uniformize typedef names (with a "_t" suffix) 2010-09-16 19:00:48 +02:00
SigmaeInitialization.hh Preprocessor: rename "NodeID" in "expr_t" 2010-09-17 12:13:26 +02:00
Statement.cc adding discretionary policy for linear quadratic models, thanks to code provided by Junior 2011-03-13 21:19:55 +01:00
Statement.hh adding discretionary policy for linear quadratic models, thanks to code provided by Junior 2011-03-13 21:19:55 +01:00
StaticModel.cc Preprocessor: factorize code common between StaticModel and DynamicModel, and put it in ModelTree 2011-06-22 11:56:07 +02:00
StaticModel.hh Preprocessor: factorize code common between StaticModel and DynamicModel, and put it in ModelTree 2011-06-22 11:56:07 +02:00
SteadyStateModel.cc Reindentation of the preprocessor 2011-02-04 16:25:38 +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: in steady_state_model block, allow MATLAB functions which return several arguments (closes #37) 2011-01-26 13:55:01 -05:00
SymbolTable.cc numbering names of Lagrange multipliers from 1 instead of 0: MULT_1, MULT_2,... 2011-05-24 16:02:42 +02:00
SymbolTable.hh Implement explicit writing of first order conditions of Ramsey problem (ticket #5) 2011-03-24 17:17:15 +01:00