preprocessor/src
Sébastien Villemot 24f1276b42 Make all DataTree::*_map private
Introducing a new DataTree::getVariable() const method was necessary in the process.
2018-10-10 13:03:52 +02:00
..
macro Remove implicitly-defined copy/move constructors/assignments in several classes 2018-10-04 18:08:17 +02:00
CodeInterpreter.hh Replace "class" by "typename" in template declarations 2018-10-04 18:08:19 +02:00
ComputingTasks.cc Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
ComputingTasks.hh Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
ConfigFile.cc Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
ConfigFile.hh Mark all constructors taking a single argument as "explicit" 2018-10-04 17:19:18 +02:00
DataTree.cc Make all DataTree::*_map private 2018-10-10 13:03:52 +02:00
DataTree.hh Make all DataTree::*_map private 2018-10-10 13:03:52 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
DynamicModel.hh Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
DynareBison.yy Adds a new model option "linear_decomposition" that creates a block composed of the non-linear equations o the model 2018-09-28 14:54:52 +02:00
DynareFlex.ll Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
DynareMain.cc No longer test for __MINGW32__ macro, testing for _WIN32 is enough 2018-10-02 16:50:07 +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 No longer test for __MINGW32__ macro, testing for _WIN32 is enough 2018-10-02 16:50:07 +02:00
ExprNode.cc No longer store symbol type in VariableNode 2018-10-10 12:34:05 +02:00
ExprNode.hh No longer store symbol type in VariableNode 2018-10-10 12:34:05 +02:00
ExtendedPreprocessorTypes.hh C++11: convert ExtendedPreprocessorTypes to class enums 2018-07-18 17:28:26 +02:00
ExternalFunctionsTable.cc Replace ExternalFunctionSetOrNot enum by integer constants 2018-10-02 18:10:12 +02:00
ExternalFunctionsTable.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
Makefile.am introduce epilogue block 2018-09-05 12:31:49 +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 Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
ModFile.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
ModelEquationBlock.cc Make all DataTree::*_map private 2018-10-10 13:03:52 +02:00
ModelEquationBlock.hh Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
ModelTree.cc Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
ModelTree.hh Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +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 Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
NumericalInitialization.hh Mark all constructors taking a single argument as "explicit" 2018-10-04 17:19:18 +02:00
ParsingDriver.cc Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
ParsingDriver.hh Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
Shocks.cc Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
Shocks.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
SigmaeInitialization.cc Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
SigmaeInitialization.hh Mark all constructors taking a single argument as "explicit" 2018-10-04 17:19:18 +02:00
Statement.cc Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
Statement.hh Remove implicitly-defined copy/move constructors/assignments in several classes 2018-10-04 18:08:17 +02:00
StaticModel.cc Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
StaticModel.hh Add copy constructors / assignment operators for the DataTree class hierarchy 2018-10-10 12:53:55 +02:00
SubModel.cc Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
SubModel.hh Mark all constructors taking a single argument as "explicit" 2018-10-04 17:19:18 +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 Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
SymbolTable.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
WarningConsolidation.cc move files to src directory 2018-02-15 11:48:04 +01:00
WarningConsolidation.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00