preprocessor/src
Sébastien Villemot 608c43450c Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
..
macro Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
CodeInterpreter.hh Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
ComputingTasks.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
ComputingTasks.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
ConfigFile.cc Remove useless spaces in type qualifiers 2018-06-04 15:03:31 +02:00
ConfigFile.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
DataTree.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
DataTree.hh Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
DynamicModel.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
DynareBison.yy Added option for tuning mh_jscale. 2018-05-16 15:48:39 +02:00
DynareFlex.ll Replace more typedefs by using 2018-06-04 15:03: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 move files to src directory 2018-02-15 11:48:04 +01:00
DynareMain2.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
ExprNode.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
ExprNode.hh Replace more typedefs by using 2018-06-04 15:03:31 +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 preprocessor submodule: build system 2018-02-15 12:40:17 +01:00
MinimumFeedbackSet.cc move files to src directory 2018-02-15 11:48:04 +01:00
MinimumFeedbackSet.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
ModFile.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
ModFile.hh 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
ModelTree.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
ModelTree.hh Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
NumericalConstants.cc Port to C++11 nullptr keyword 2018-06-04 15:03:31 +02:00
NumericalConstants.hh move files to src directory 2018-02-15 11:48:04 +01:00
NumericalInitialization.cc Port to C++11 nullptr keyword 2018-06-04 15:03:31 +02:00
NumericalInitialization.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
ParsingDriver.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +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 Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +02:00
StaticModel.hh Replace more typedefs by using 2018-06-04 15:03:31 +02:00
SteadyStateModel.cc Replace most calls to make_pair by braced-initializer lists or emplace()/emplace_back() 2018-06-04 16:36:46 +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 Remove useless spaces in type qualifiers 2018-06-04 15:03:31 +02:00
SymbolTable.hh Replace more typedefs by using 2018-06-04 15:03:31 +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