dynare/preprocessor
Stéphane Adjemian (Charybdis) 4f02e58010 Added the possibility to pass a dseries object to the data command (the user can manipulate the data in the mod file, using dseries class methods, and use them for estimation without writing the data on disk). 2014-06-17 16:03:30 +02:00
..
macro It's bison 2.5 that's actually required now. 2014-01-13 14:56:56 +01:00
CodeInterpreter.hh dmm/estimation: add dirichlet prior shape front end, #642 2014-03-26 11:12:43 +01:00
ComputingTasks.cc Added the possibility to pass a dseries object to the data command (the user can manipulate the data in the mod file, using dseries class methods, and use them for estimation without writing the data on disk). 2014-06-17 16:03:30 +02:00
ComputingTasks.hh Introduce two new command: perfect_foresight_{setup,solver}. 2014-04-09 17:57:17 +02: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 Cosmetic renaming for consistency between DataTree method names. 2014-03-11 18:56:48 +01:00
DataTree.hh Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
Doxyfile Updated Doxygen configuration file 2009-09-08 08:06:23 +00:00
DynamicModel.cc Merge branch 'master' into ep 2014-05-09 10:02:05 +02:00
DynamicModel.hh Merge branch 'master' into ep 2014-05-09 10:02:05 +02:00
DynareBison.yy Added the possibility to pass a dseries object to the data command (the user can manipulate the data in the mod file, using dseries class methods, and use them for estimation without writing the data on disk). 2014-06-17 16:03:30 +02:00
DynareFlex.ll Added the possibility to pass a dseries object to the data command (the user can manipulate the data in the mod file, using dseries class methods, and use them for estimation without writing the data on disk). 2014-06-17 16:03:30 +02:00
DynareMain.cc fixing bugs in commit 182c27f 2014-04-24 14:33:04 +02:00
DynareMain2.cc fixing bugs in commit 182c27f 2014-04-24 14:33:04 +02:00
ExprNode.cc Fix crash when the model contains 1st or 2nd ext fcn deriv nodes. 2014-03-13 12:27:13 +01:00
ExprNode.hh Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
ExtendedPreprocessorTypes.hh changed line options for extended preprocessor, adding language option 2014-04-24 14:33:04 +02:00
ExternalFiles.cc putting functions related to extended preprocessor in ExternalFiles.cc 2014-04-24 20:54:38 +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
Makefile.am fixing extended-preprocessor C++ API and test case 2014-04-24 14:33:04 +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 Save empty dates and dseries objects in memory (base workspace) instead of disk (faster). Added an initialization mode for dates and dseries constructor. The following commands: 2014-06-11 12:22:31 +02:00
ModFile.hh fixing extended-preprocessor C++ API and test case 2014-04-24 14:33:04 +02:00
ModelTree.cc Introduce a new abstract class for external function nodes. 2014-03-13 12:12:17 +01:00
ModelTree.hh write C++ version of model functions without temporary terms 2014-02-24 13:33:48 +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 Remove workaround preventing the use of "shocks" before "endval". 2014-04-08 17:53:10 +02:00
NumericalInitialization.hh Improvements to smoother2histval (ref #594) 2014-04-03 15:05:20 +02:00
ParsingDriver.cc Forbid model local variables in planner_objective. 2014-05-13 11:46:19 +02:00
ParsingDriver.hh New option "overwrite" to "shocks" and "mshocks". 2014-04-10 11:54:49 +02:00
Shocks.cc New option "overwrite" to "shocks" and "mshocks". 2014-04-10 11:54:49 +02:00
Shocks.hh New option "overwrite" to "shocks" and "mshocks". 2014-04-10 11:54:49 +02: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 Do not initialize subfields of options_ as empty structs if they are already defined (in global_initialization). 2014-05-21 16:41:41 +02:00
Statement.hh Introduce two new command: perfect_foresight_{setup,solver}. 2014-04-09 17:57:17 +02:00
StaticModel.cc Merge pull request #636 from JohannesPfeifer/preprocessor 2014-03-17 15:10:31 +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 Merge branch 'master' into ep 2014-05-09 10:02:05 +02:00
SteadyStateModel.hh putting functions related to extended preprocessor in ExternalFiles.cc 2014-04-24 20:54:38 +02: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 Merge branch 'master' into use-dynSeries 2014-04-30 10:10:30 +02:00
SymbolTable.hh extended-preprocessor: starting a C interface (not finished) 2014-04-05 15:46:35 +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