- Dec 21, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Dec 19, 2023
-
-
Sébastien Villemot authored
Closes: #124
-
- Dec 18, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Remove globals from extended path See merge request Dynare/preprocessor!99
-
Sébastien Villemot authored
Add steady_state_model_present field to modfile.json See merge request Dynare/preprocessor!100
-
-
- Dec 15, 2023
-
-
Johannes Pfeifer authored
-
- Dec 14, 2023
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
The old name is still accepted, but will trigger a deprecation warning.
-
Sébastien Villemot authored
Ref. !96
-
Sébastien Villemot authored
Ref. !97
-
Sébastien Villemot authored
Ref. !98
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Johannes Pfeifer authored
-
Johannes Pfeifer authored
dr_block has been removed
-
- Dec 13, 2023
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-inefficient-string-concatenation check. Several of the detected cases are left unattended, because the syntax is more elegant as it is, and they are not performance-critical.
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-inefficient-vector-operation check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy with performance-move-const-arg check. Do not make the modification for Tokenizer::location type, since we have no guarantee that the type will remain trivially-copyable in the future.
-
Sébastien Villemot authored
Automatically detected by clang-tidy using the performance-faster-string-find check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-for-range-copy check.
-
Sébastien Villemot authored
Automatically detected by clang-tidy using performance-unnecessary-value-param check.
-
- Dec 12, 2023
-
-
Sébastien Villemot authored
If the user did not specify the GlobalInitFile option, use global_init.m in configuration directory if it exists.
-
Sébastien Villemot authored
There was some overengineering related to the Hook class.
-
Sébastien Villemot authored
– under Linux and macOS, use the “dynare” subdirectory of the configuration directory specified by the XDG specification – under Windows, use the “dynare” subdirectory of the Application Data folder The old location is kept for backward compatibility, with a warning.
-
- Dec 11, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
In particular, makes clearer the distinction between configuration and configuration file. The former includes information that is not in the latter (command-line options.)
-
Sébastien Villemot authored
-
- Dec 08, 2023
-
-
Sébastien Villemot authored
There is actually no bug in MinGW. The different behaviour under Windows is expected, because the implicit conversion there is only to std::wstring.
-
Sébastien Villemot authored
It would mishandle trailing slashes or backslashes in std::filesystem::path, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88881 The bug is now fixed in the version of MinGW in Debian “bookworm” 12. Ref. Madysson/estimation-codes#11
-
- Dec 07, 2023
-
-
Sébastien Villemot authored
Remove globals from dynare_sensitivity and dynare_identification See merge request !95
-
- Dec 04, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
Sébastien Villemot authored
Also add some annotations to remove some false positives. There remain some boost-related false positives, it’s unclear how to suppress them.
-
Johannes Pfeifer authored
-
- Dec 01, 2023
-
-
Sébastien Villemot authored
Automatically detected using clang-tidy with bugprone-reserved-identifier check. By the way, homogeneize the define identifiers in relation to camel case convention.
-
Sébastien Villemot authored
-