- Sep 09, 2024
-
-
Stéphane Adjemian authored
-
- Sep 03, 2024
-
-
Johannes Pfeifer authored
- Remove globals - Remove unused code paths - support steady_state_model - support contemporaneous_correlation - support TeX option
-
- Aug 17, 2024
-
-
Marco Ratto authored
added Irreversible_investment_leadlag.mod to testsuite and make comparison with Irreversible_investment.mod
-
- Jul 29, 2024
-
-
Gregor Boehl authored
-
- Jul 15, 2024
-
-
Sébastien Villemot authored
[skip ci]
-
- May 30, 2024
-
-
Sébastien Villemot authored
Fixes https://forum.dynare.org/t/invalid-mex-file-whe-running-sensitivity-analysis-m1-mac-6-1/25829 It seems that meson does not link libquadmath (which is needed by libgfortran). When doing dynamic linking, this is not an issue since the dynamic linker loads libquadmath recursively after loading libgfortran. But when doing static linking, libquadmath needs to be explicitly linked. Not yet clear at this point: why isn’t this needed under Linux and Windows?
-
- Apr 22, 2024
-
-
Sébastien Villemot authored
-
- Mar 07, 2024
-
-
Sébastien Villemot authored
-
- Mar 01, 2024
-
-
Sébastien Villemot authored
-
- Feb 21, 2024
-
-
Johannes Pfeifer authored
-
- Feb 17, 2024
-
-
Johannes Pfeifer authored
-
- Jan 22, 2024
-
-
Sébastien Villemot authored
-
- Jan 19, 2024
-
-
Sébastien Villemot authored
Under Debian 12, it fails with: /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/12/libgomp.a(team.o): réadressage R_X86_64_TPOFF32 vers symbole caché « gomp_tls_data » ne peut pas être utilisé en créant un objet partagé
-
- Jan 03, 2024
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- Dec 21, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
xvfb-run is a Debian-specific program. Closes: #1892
-
Sébastien Villemot authored
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
-
Willi Mutschler authored
-
- Dec 13, 2023
-
-
- Dec 07, 2023
-
-
Sébastien Villemot authored
Dynare++ is no longer distributed as a standalone binary.
-
-
- Nov 28, 2023
-
-
Sébastien Villemot authored
Fix marginal linearization in the context of perfect_foresight_with_expectation_errors_solver with homotopy If a solution corresponding to 100% of the shock can’t be found in the first informational period, marginal linearization will be performed to extrapolate a solution. However, in subsequent informational periods, this extrapolated solution cannot be used for the initial conditions of endogenous variables, because the initial conditions are not a true solution of the nonlinear model. For those subsequent informational periods, the correct approach is to compute the two solutions needed for marginal linearization using as initial conditions the values obtained in the same two solutions for the previous informational periods (stored as oo_.deterministic_simulation.{sim1,sim2}).
-
- Nov 24, 2023
-
-
Sébastien Villemot authored
Unfortunately it is not possible to enable it for all supported Octave versions (which would have allowed us to remove the old codepath), because of this bug: https://savannah.gnu.org/bugs/?64687
-
- Nov 22, 2023
-
-
Sébastien Villemot authored
Incidentally, this means that the JSONlab submodule is no longer needed, so it is removed in the present commit. Closes: #1907
-
Sébastien Villemot authored
Ref. #1907
-
Sébastien Villemot authored
-
- Nov 21, 2023
-
-
Sébastien Villemot authored
As a consequence, drop old uncrustify config file.
-
- Nov 17, 2023
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Indexes all C++, Fortran and C files (including submodules).
-
- Nov 14, 2023
-
-
Sébastien Villemot authored
Ref. preprocessor#104
-
- Nov 10, 2023
-
-
Sébastien Villemot authored
This replaces the old hack which was using a local Linux-specific symlink. Now, the Dynare default is the same as in Sphinx, i.e. rely on a CDN for delivering MathJax. Adapt our CI accordingly to continue using MathJax from the Debian package there (to avoid privacy issues related to the use of a CDN).
-
- Nov 09, 2023
-
-
- Oct 23, 2023
-
-
Sébastien Villemot authored
-
- Oct 19, 2023
-
-
Sébastien Villemot authored
These two classes were so entangled that their separation was meaningless.
-