preprocessor/src
Sébastien Villemot 17ba27330a
Minor simplification
2023-10-25 14:38:43 +02:00
..
macro Ignore -Wold-style-cast in Flex-generated files 2023-09-22 14:29:22 +02:00
Bytecode.cc Bytecode: remove useless FBEGINBLOCK_::endo_nbr data member 2023-04-18 16:54:35 +02:00
Bytecode.hh Bytecode: make destructors of base classes protected 2023-09-01 13:50:57 +02:00
CommonEnums.hh Bytecode: various simplifications 2022-07-08 16:02:49 +02:00
ComputingTasks.cc Remove options_ as third input to set_state_space 2023-10-11 09:22:35 -04:00
ComputingTasks.hh Move BVAR to +bvar folder 2023-09-14 11:59:06 +02:00
ConfigFile.cc Remove warning about unused parameter (-Wunused-parameter) under Windows 2023-09-22 14:16:23 +02:00
ConfigFile.hh Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
DataTree.cc Do not use C++20 aggregate initialization with parentheses 2023-07-07 14:32:16 +02:00
DataTree.hh Do not use C++20 aggregate initialization with parentheses 2023-07-07 14:32:16 +02:00
Doxyfile move files to src directory 2018-02-15 11:48:04 +01:00
DynamicModel.cc Minor simplification 2023-10-25 14:38:43 +02:00
DynamicModel.hh New option “static_mfs” to “model” block (and “model_options” command) 2023-10-16 11:50:26 -04:00
DynareBison.yy New option “relative_to_initval” to “mshocks” block 2023-10-18 16:16:41 -04:00
DynareFlex.ll New option “relative_to_initval” to “mshocks” block 2023-10-18 16:16:41 -04:00
DynareMain.cc use_dll: under Windows, append MinGW location to the PATH variable only once 2023-03-20 18:27:33 +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 Cosmetics: remove empty list of parameters for lambda functions 2023-10-19 09:55:59 -04:00
ExprNode.hh Optimization: use std::unordered_map instead of std::map when computing temporary terms 2023-04-05 19:49:16 +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 Do not use C++20 aggregate initialization with parentheses 2023-07-07 14:32:16 +02:00
MacroExpandModFile.cc Use std::filesystem::path in more places 2023-01-05 17:21:28 +01:00
ModFile.cc Rename ys0_ into oo_.initial_steady_state and ex0_ into oo_.initial_exo_steady_state 2023-10-23 17:33:49 +02:00
ModFile.hh use_dll: under Windows, append MinGW location to the PATH variable only once 2023-03-20 18:27:33 +01:00
ModelEquationBlock.cc Do not write bytecode for discretionary optimal policy models 2023-09-27 14:49:06 +02:00
ModelEquationBlock.hh Do not write bytecode for discretionary optimal policy models 2023-09-27 14:49:06 +02:00
ModelTree.cc The “mfs” option of the “model” block no longer affects the static model 2023-10-16 11:49:30 -04:00
ModelTree.hh The “mfs” option of the “model” block no longer affects the static model 2023-10-16 11:49:30 -04: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 Rename ys0_ into oo_.initial_steady_state and ex0_ into oo_.initial_exo_steady_state 2023-10-23 17:33:49 +02:00
NumericalInitialization.hh Add new option “from_initval_to_endval” to “homotopy_setup” block 2023-10-10 10:20:21 -04:00
ParsingDriver.cc New option “relative_to_initval” to “mshocks” block 2023-10-18 16:16:41 -04:00
ParsingDriver.hh New option “relative_to_initval” to “mshocks” block 2023-10-18 16:16:41 -04:00
Shocks.cc New option “relative_to_initval” to “mshocks” block 2023-10-18 16:16:41 -04:00
Shocks.hh New option “relative_to_initval” to “mshocks” block 2023-10-18 16:16:41 -04:00
Statement.cc JSON: fix output of date options 2022-12-14 12:16:04 +01:00
Statement.hh OSR: allow analytic_derivation option 2023-09-12 09:02:40 +02:00
StaticModel.cc New option “static_mfs” to “model” block (and “model_options” command) 2023-10-16 11:50:26 -04:00
StaticModel.hh New option “static_mfs” to “model” block (and “model_options” command) 2023-10-16 11:50:26 -04:00
SubModel.cc Use __builtin_unreachable() to silent some GCC warnings 2023-10-18 14:28:59 -04: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 Do not use C++20 aggregate initialization with parentheses 2023-07-07 14:32:16 +02:00
SymbolTable.hh Do not use C++20 aggregate initialization with parentheses 2023-07-07 14:32:16 +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 Use different filenames for Bison-generated location files 2023-06-07 11:57:12 +02:00
dynare-preprocessor-gdb.py Fix typo 2023-03-24 19:02:33 +01:00
meson.build Build system / Meson: hack for static linking under Windows 2023-07-28 14:21:09 +02:00