preprocessor/src
Johannes Pfeifer d5cf07fadd Occbin: implement simul_reset_check_ahead_period-option
Related to dynare@3765ef77 (dynare!2094)
2022-10-24 10:30:45 +02:00
..
macro Remove all instances of the “map.find(key)->second” pattern 2022-09-27 12:56:16 +02:00
Bytecode.cc Bytecode: various simplifications 2022-07-08 16:02:49 +02:00
Bytecode.hh Bytecode: simplify type for storing list of instructions 2022-07-26 18:26:37 +02:00
CommonEnums.hh Bytecode: various simplifications 2022-07-08 16:02:49 +02:00
ComputingTasks.cc Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
ComputingTasks.hh Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
ConfigFile.cc Remove all instances of the “map.find(key)->second” pattern 2022-09-27 12:56:16 +02:00
ConfigFile.hh Remove unnecessary inline specifiers 2022-06-24 15:09:08 +02:00
DataTree.cc Various filesystem refactorings 2022-10-11 16:28:17 +02:00
DataTree.hh Various filesystem refactorings 2022-10-11 16:28:17 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Various filesystem refactorings 2022-10-11 16:28:17 +02:00
DynamicModel.hh Various filesystem refactorings 2022-10-11 16:28:17 +02:00
DynareBison.yy Occbin: implement simul_reset_check_ahead_period-option 2022-10-24 10:30:45 +02:00
DynareFlex.ll Occbin: implement simul_reset_check_ahead_period-option 2022-10-24 10:30:45 +02:00
DynareMain.cc use_dll: ensure proper cleanup of thread workers threads in case of early exit (e.g. upon failure) 2022-10-17 14:03:27 +02:00
EquationTags.cc C++20 modernization: use contains() method on containers 2022-05-04 17:37:57 +02:00
EquationTags.hh Remove useless constructors (aggregate initialization is enough for those) 2022-07-20 14:48:28 +02:00
ExprNode.cc Correctly handle diff operator in equation renormalization 2022-10-18 17:39:14 +02:00
ExprNode.hh Correctly handle diff operator in equation renormalization 2022-10-18 17:39:14 +02:00
ExtendedPreprocessorTypes.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
ExternalFunctionsTable.hh Remove all instances of the “map.find(key)->second” pattern 2022-09-27 12:56:16 +02:00
MacroExpandModFile.cc Simplification using non-default std::ofstream constructor 2022-07-11 22:17:36 +02:00
Makefile.am use_dll: compile MEX files in parallel 2022-10-04 16:00:30 +02:00
ModFile.cc Do not error out in stochastic mode if mfs > 0 but “block” option not passed 2022-10-18 17:39:14 +02:00
ModFile.hh Fix comment 2022-10-18 17:39:14 +02:00
ModelEquationBlock.cc Various filesystem refactorings 2022-10-11 16:28:17 +02:00
ModelEquationBlock.hh Factorize computing pass for block decomposition 2022-10-04 16:00:30 +02:00
ModelTree.cc Fix typo 2022-10-18 17:39:14 +02:00
ModelTree.hh use_dll: ensure proper cleanup of thread workers threads in case of early exit (e.g. upon failure) 2022-10-17 14:03:27 +02:00
NumericalConstants.cc Various simplifications 2022-06-07 14:34:30 +02:00
NumericalConstants.hh Move “using namespace std” statement after inclusion of standard headers 2022-01-06 14:54:57 +01:00
NumericalInitialization.cc Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
NumericalInitialization.hh Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
ParsingDriver.cc Simplify strsplit() using std::string_view 2022-10-11 16:23:11 +02:00
ParsingDriver.hh Simplify strsplit() using std::string_view 2022-10-11 16:23:11 +02:00
Shocks.cc Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
Shocks.hh Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
SigmaeInitialization.cc Enable -Wunused-parameter 2022-06-24 17:11:48 +02:00
SigmaeInitialization.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
Statement.cc Refactor OptionsList class 2022-09-20 11:56:43 +02:00
Statement.hh Refactor OptionsList class 2022-09-20 11:56:43 +02:00
StaticModel.cc Various filesystem refactorings 2022-10-11 16:28:17 +02:00
StaticModel.hh Various filesystem refactorings 2022-10-11 16:28:17 +02:00
SubModel.cc Various filesystem refactorings 2022-10-11 16:28:17 +02:00
SubModel.hh Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
SymbolList.cc Add missing “break” for consistency 2022-07-08 16:10:23 +02:00
SymbolList.hh Remove useless constructors (aggregate initialization is enough for those) 2022-07-20 14:48:28 +02:00
SymbolTable.cc Remove constructor and accessors for AuxVarInfo 2022-07-20 14:48:30 +02:00
SymbolTable.hh Remove constructor and accessors for AuxVarInfo 2022-07-20 14:48:30 +02:00
VariableDependencyGraph.cc Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
VariableDependencyGraph.hh Use secure URL for link to GNU licenses 2021-06-09 17:21:00 +02:00
WarningConsolidation.cc Various simplifications 2022-06-07 14:34:30 +02:00
WarningConsolidation.hh Remove unnecessary inline specifiers 2022-06-24 15:09:08 +02:00
dynare-preprocessor-gdb.py Add GDB pretty-printer for ExprNode class hierarchy 2022-01-26 15:40:40 +01:00