preprocessor/src
Houtan Bastani aea9011745 Revert "macroprocessor: don’t interpret inline comments yet put them to output (ignored by dynare preprocessor, but printed in macro expanded file). #4"
This reverts commit 27e6d92af1.
2018-07-11 12:15:58 +02:00
..
macro Revert "macroprocessor: don’t interpret inline comments yet put them to output (ignored by dynare preprocessor, but printed in macro expanded file). #4" 2018-07-11 12:15:58 +02:00
CodeInterpreter.hh std::open and std::fstream constructor accept a std::string for filename in C++11 2018-06-27 15:30:45 +02:00
ComputingTasks.cc No longer use boost::lexical_cast 2018-07-04 15:53:41 +02:00
ComputingTasks.hh Added missing writeJsonOutput method for VarModelStatement. 2018-06-15 14:56:44 +02:00
ConfigFile.cc Simplify and modernize ConfigFile 2018-07-04 15:56:48 +02:00
ConfigFile.hh Simplify and modernize ConfigFile 2018-07-04 15:56:48 +02:00
DataTree.cc Move the location of static and dynamic files on the filesystem 2018-06-27 15:30:25 +02:00
DataTree.hh Move the location of static and dynamic files on the filesystem 2018-06-27 15:30:25 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc use front inserter instead of back inserter for unary/diff auxiliary equations 2018-07-10 12:06:42 +02:00
DynamicModel.hh Move the location of static and dynamic files on the filesystem 2018-06-27 15:30:25 +02:00
DynareBison.yy C++11: replace most calls to std::atoi() by std::stoi() 2018-07-04 14:53:08 +02:00
DynareFlex.ll Fix parsing of empty strings in macro-processor 2018-06-14 16:54:31 +02:00
DynareMain.cc introduce dynare command transform_unary_ops to create auxiliary variables for certain unary ops. This will be used for VARs and VECMs but can also be used for OLS, for example 2018-05-30 16:48:08 +02:00
DynareMain1.cc std::open and std::fstream constructor accept a std::string for filename in C++11 2018-06-27 15:30:45 +02:00
DynareMain2.cc Move json generated files to ${MODFILE}/model/json/ 2018-06-27 16:08:31 +02:00
ExprNode.cc prevent compilation warning 2018-06-27 13:45:51 +02:00
ExprNode.hh Fix max lags for var 2018-06-11 15:18:06 +02:00
ExtendedPreprocessorTypes.hh move files to src directory 2018-02-15 11:48:04 +01:00
ExternalFunctionsTable.cc Port to C++11 syntax for default constructors 2018-06-04 15:03:31 +02:00
ExternalFunctionsTable.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
Makefile.am Move the location of static and dynamic files on the filesystem 2018-06-27 15:30:25 +02:00
MinimumFeedbackSet.cc Stop using namespace boost globally in ModelTree 2018-06-05 15:33:46 +02:00
MinimumFeedbackSet.hh Stop using namespace boost globally in ModelTree 2018-06-05 15:33:46 +02:00
ModFile.cc Fix bug under MATLAB+Windows when "+" subdirectory is already present 2018-07-09 18:18:26 +02:00
ModFile.hh Move json generated files to ${MODFILE}/model/json/ 2018-06-27 16:08:31 +02:00
ModelTree.cc std::open and std::fstream constructor accept a std::string for filename in C++11 2018-06-27 15:30:45 +02:00
ModelTree.hh Move the location of static and dynamic files on the filesystem 2018-06-27 15:30:25 +02:00
NumericalConstants.cc C++11: replace calls to std::atof() by std::stod() 2018-07-04 14:53:13 +02:00
NumericalConstants.hh move files to src directory 2018-02-15 11:48:04 +01:00
NumericalInitialization.cc C++11: replace calls to std::atof() by std::stod() 2018-07-04 14:53:13 +02:00
NumericalInitialization.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
ParsingDriver.cc Modify 19048bdcae to store equation tags for variables declared in equation tags 2018-07-09 14:49:12 +02:00
ParsingDriver.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
Shocks.cc Port to C++11 auto keyword 2018-06-04 15:03:26 +02:00
Shocks.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
SigmaeInitialization.cc Port to C++11 noexcept keyword 2018-06-04 15:03:31 +02:00
SigmaeInitialization.hh Port to C++11 using keyword 2018-06-04 15:03:31 +02:00
Statement.cc Port to C++11 syntax for default constructors 2018-06-04 15:03:31 +02:00
Statement.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
StaticModel.cc std::open and std::fstream constructor accept a std::string for filename in C++11 2018-06-27 15:30:45 +02:00
StaticModel.hh Move the location of static and dynamic files on the filesystem 2018-06-27 15:30:25 +02:00
SteadyStateModel.cc std::open and std::fstream constructor accept a std::string for filename in C++11 2018-06-27 15:30:45 +02:00
SteadyStateModel.hh Remove useless spaces in type qualifiers 2018-06-04 15:03:31 +02:00
SymbolList.cc Port to C++11 auto keyword 2018-06-04 15:03:26 +02:00
SymbolList.hh Merge remote-tracking branch 'dynare-preprocessor-github/master' into other-master 2018-02-26 12:09:58 +01:00
SymbolTable.cc transform_unary_ops now introduces aux variables/equations for all unary ops specified by UnaryOpNode::createAuxVarForUnaryOpNode() 2018-06-07 17:16:12 +02:00
SymbolTable.hh transform_unary_ops now introduces aux variables/equations for all unary ops specified by UnaryOpNode::createAuxVarForUnaryOpNode() 2018-06-07 17:16:12 +02:00
WarningConsolidation.cc move files to src directory 2018-02-15 11:48:04 +01:00
WarningConsolidation.hh Port to C++11 syntax for default constructors 2018-06-04 15:03:31 +02:00