dynare/preprocessor
Stéphane Adjemian (Charybdis) a53636e24e Fixed copyright notices. 2017-05-16 14:11:15 +02:00
..
macro Fixed copyright notices. 2017-05-16 14:11:15 +02:00
CodeInterpreter.hh Fixed copyright notices. 2017-05-16 14:11:15 +02:00
ComputingTasks.cc preprocessor: add option to write equation tags in latex output. closes #477 2017-04-04 16:08:30 +02:00
ComputingTasks.hh preprocessor: add option to write equation tags in latex output. closes #477 2017-04-04 16:08:30 +02: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 preprocessor: change trend test to warning. #1389 2017-04-20 18:41:28 +02:00
DynamicModel.hh preprocessor: add option to write equation tags in latex output. closes #477 2017-04-04 16:08:30 +02:00
DynareBison.yy Merge pull request #1441 from JohannesPfeifer/ksstat 2017-04-29 18:00:25 +02:00
DynareFlex.ll Merge pull request #1441 from JohannesPfeifer/ksstat 2017-04-29 18:00:25 +02: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 Fixed copyright notices. 2017-05-16 14:11:15 +02:00
ExternalFunctionsTable.hh Fixed copyright notices. 2017-05-16 14:11:15 +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 Fix typo in error message 2017-04-06 08:41:12 +02:00
ModFile.hh preprocessor: add lag info to equation cross references. closes #1398 2017-03-10 16:59:52 +01:00
ModelTree.cc preprocessor: move equation tags out of dmath mode, include all equation tags in one set of brackets, allow equation tags to be interpreted as latex, modify manual and test accordingly. #477 2017-04-05 11:01:25 +02:00
ModelTree.hh preprocessor: add option to write equation tags in latex output. closes #477 2017-04-04 16:08:30 +02: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: remove unused filed histval_present from mod_file_struct 2017-04-03 15:23:01 +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: add option to write equation tags in latex output. closes #477 2017-04-04 16:08:30 +02:00
ParsingDriver.hh preprocessor: add option to write equation tags in latex output. closes #477 2017-04-04 16:08:30 +02: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 preprocessor: remove unused filed histval_present from mod_file_struct 2017-04-03 15:23:01 +02:00
Statement.hh preprocessor: remove unused filed histval_present from mod_file_struct 2017-04-03 15:23:01 +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 Fixed copyright notices. 2017-05-16 14:11:15 +02: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