- Dec 13, 2023
-
-
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
-
Sébastien Villemot authored
Automatically detected using clang-tidy with modernize-loop-convert check.
-
Sébastien Villemot authored
Avoids an unnecessary copy.
-
Sébastien Villemot authored
Automatically detected using clang-tidy with modernize-use-emplace check.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Automatically detected using clang-tidy with modernize-use-nodiscard check.
-
Sébastien Villemot authored
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Nov 29, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
- Nov 23, 2023
-
-
Sébastien Villemot authored
-
- Nov 22, 2023
-
-
Sébastien Villemot authored
Ref. dynare#1907
-
- Nov 21, 2023
-
-
Sébastien Villemot authored
-
- Nov 15, 2023
-
-
Sébastien Villemot authored
NB: does not (yet) works with Occbin regime-specific equations. Ref. dynare#1890
-
Sébastien Villemot authored
preprocessor.tex: add slides on verbatim block and command line options See merge request Dynare/preprocessor!94
-
Johannes Pfeifer authored
-
- Nov 14, 2023
-
-
Sébastien Villemot authored
Incidentally, makes tag names case-insensitive in “model_replace” and “model_remove”, which is consistent with tag declarations.
-
Sébastien Villemot authored
Closes: #104
-