preprocessor/src
Sébastien Villemot c47b6e6e4c Fix bug with notmpterms option
Commit c6cb9aa1b8 was not the right fix.
2018-10-05 17:14:27 +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 Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
ComputingTasks.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +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 Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
DataTree.hh Remove implicitly-defined copy/move constructors/assignments in several classes 2018-10-04 18:08:17 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
DynamicModel.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +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 Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
ExprNode.hh Remove implicitly-defined copy/move constructors/assignments in several classes 2018-10-04 18:08:17 +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 Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
ModFile.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
ModelEquationBlock.cc Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
ModelEquationBlock.hh Cosmetic change. 2018-10-04 16:54:57 +02:00
ModelTree.cc Fix bug with notmpterms option 2018-10-05 17:14:27 +02:00
ModelTree.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +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 Convert SvarRestrictionType into a class enum 2018-10-02 18:15:31 +02:00
ParsingDriver.hh Remove implicitly-defined copy/move constructors/assignments in several classes 2018-10-04 18:08:17 +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 Always use brace-initializer in constructors 2018-10-04 17:19:18 +02:00
StaticModel.hh Always use brace-initializer in constructors 2018-10-04 17:19:18 +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