- Nov 20, 2024
-
-
Sébastien Villemot authored
– enable new options InsertNewlineAtEOF and RemoveSemicolon – reformat the code accordingly
-
- Dec 12, 2023
-
-
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.)
-
- 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
Automatically detected using clang-tidy with modernize-use-nodiscard check.
-
- Nov 30, 2023
-
-
Sébastien Villemot authored
-
- Jan 05, 2023
-
-
Sébastien Villemot authored
-
- Jun 24, 2022
-
-
Sébastien Villemot authored
A function defined entirely inside a class/struct/union definition is implicitly an inline function.
-
- Jun 15, 2022
-
-
Sébastien Villemot authored
-
- Jun 09, 2021
-
-
Sébastien Villemot authored
-
- May 06, 2021
-
-
Sébastien Villemot authored
Ref. dynare!1843
-
- Feb 13, 2020
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Dec 16, 2019
-
-
Sébastien Villemot authored
-
- Oct 04, 2019
-
-
Houtan Bastani authored
-
- Apr 16, 2019
-
-
Sébastien Villemot authored
-
- Oct 04, 2018
-
-
Sébastien Villemot authored
For a rationale, see http://www.sjbrown.co.uk/2004/05/01/always-use-explicit/
-
- Jul 04, 2018
-
-
Sébastien Villemot authored
- no longer use pointers - use pass-by-value when possible - use range-for loops when possible
-
- Jun 04, 2018
-
-
Sébastien Villemot authored
Those were not automatically replaced by clang-tidy, I don’t know why…
-
Sébastien Villemot authored
In C++11, it is no longer necessary to put a space between two consecutive ">".
-
Sébastien Villemot authored
Performed using modernize-pass-by-value from clang-tidy. Manual intervention was needed to fix an issue in MacroValue.hh. Also replace std::move by move, since we import the std namespace. https://clang.llvm.org/extra/clang-tidy/checks/modernize-pass-by-value.html
-
- Feb 15, 2018
-
-
Houtan Bastani authored
-
- Jun 14, 2017
-
-
Stéphane Adjemian authored
-
- Jun 01, 2017
-
-
Stéphane Adjemian authored
-
- May 18, 2017
-
-
Stéphane Adjemian authored
-
- May 16, 2017
-
-
Stéphane Adjemian authored
-
- Dec 13, 2016
-
-
Houtan Bastani authored
-
- Aug 28, 2015
-
-
Houtan Bastani authored
-
- Jun 06, 2012
-
-
Houtan Bastani authored
-
- May 09, 2012
-
-
Houtan Bastani authored
-
- Jan 30, 2012
-
-
Houtan Bastani authored
-
- Jun 09, 2011
-
-
Houtan Bastani authored
-
- Mar 11, 2011
-
-
Houtan Bastani authored
-
Houtan Bastani authored
-
- Oct 28, 2010
-
-
Houtan Bastani authored
-