preprocessor/src
Stéphane Adjemian (Guts) 4348f4d57f
Provisions for conditional likelihhod estimation.
2023-01-06 12:17:02 +01:00
..
macro Macro processor: removed unused “basename” variable 2023-01-05 15:49:36 +01:00
Bytecode.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
Bytecode.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
CommonEnums.hh Bytecode: various simplifications 2022-07-08 16:02:49 +02:00
ComputingTasks.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ComputingTasks.hh Optimization: use move semantics in more places 2022-10-04 16:00:30 +02:00
ConfigFile.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ConfigFile.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
DataTree.cc Julia: drop get_power_deriv function from module 2022-11-02 15:49:56 +01:00
DataTree.hh Julia: drop get_power_deriv function from module 2022-11-02 15:49:56 +01:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Add two missing checks for file opening failures 2023-01-05 17:21:30 +01:00
DynamicModel.hh Drop ModelTree::getEquationTags(), and replace it by calls to better interfaces 2023-01-04 16:20:50 +01:00
DynareBison.yy Provisions for conditional likelihhod estimation. 2023-01-06 12:17:02 +01:00
DynareFlex.ll Provisions for conditional likelihhod estimation. 2023-01-06 12:17:02 +01:00
DynareMain.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
EquationTags.cc EquationTags: drop useless method 2023-01-04 19:27:01 +01:00
EquationTags.hh EquationTags: drop useless method 2023-01-04 19:27:01 +01:00
ExprNode.cc Performance improvement of chain rule derivation, using caching 2022-11-08 12:34:05 +01:00
ExprNode.hh Performance improvement of chain rule derivation, using caching 2022-11-08 12:34:05 +01: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 Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
Makefile.am use_dll: compile MEX files in parallel 2022-10-04 16:00:30 +02:00
ModFile.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ModFile.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ModelEquationBlock.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ModelEquationBlock.hh Factorize computing pass for block decomposition 2022-10-04 16:00:30 +02:00
ModelTree.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ModelTree.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01: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 Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
NumericalInitialization.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01: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 JSON: fix output of date options 2022-12-14 12:16:04 +01:00
Statement.hh Refactor OptionsList class 2022-09-20 11:56:43 +02:00
StaticModel.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
StaticModel.hh Julia: do not rewrite derivatives w.r.t. parameters files when unmodified 2022-12-14 12:35:50 +01:00
SubModel.cc Drop clang workaround 2023-01-05 18:11:33 +01:00
SubModel.hh Remove unused parameters to various methods 2022-06-24 17:11:38 +02:00
SymbolList.cc Allow LOG_* auxiliary variables in various commands 2022-12-14 12:42:55 +01: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