- Nov 17, 2023
-
-
Sébastien Villemot authored
Indexes all C++, Fortran and C files (including submodules).
-
- Oct 11, 2023
-
-
Willi Mutschler authored
-
- Sep 20, 2023
-
-
Sébastien Villemot authored
-
- Sep 16, 2023
-
-
Sébastien Villemot authored
Also add a dependency of dr.pdf on dr.bib.
-
- May 30, 2023
-
-
Sébastien Villemot authored
[skip ci]
-
- Apr 26, 2023
-
-
- Jan 03, 2023
-
-
Sébastien Villemot authored
Incidentally, no longer run Dynare++ unit tests, since they are intricated in the Dynare++ build system. If we finally decide not to drop the Dynare++ codebase for our MEX files, then we should probably find a way to build and run them again. Ref. #1825
-
- Jan 06, 2021
-
-
Sébastien Villemot authored
– preprocessor binary renamed to dynare-preprocessor — the preprocessor binary is now installed under a preprocessor/ top-level directory — a backward-compatibility symlink is still provided under matlab/preprocessor64/dynare_m — the make install rule now install PDF and HTML documentation when those have been built Closes: #1728
-
- Jan 06, 2020
-
-
Sébastien Villemot authored
By the same token, remove unused support for Fortran 77.
-
- Dec 19, 2019
-
-
Sébastien Villemot authored
I’m not sure it has ever worked. As a consequence, remove the workaround that had apparently been implemented in tests/initval_file/ramst_initval_file.mod.
-
- Dec 03, 2019
-
-
Sébastien Villemot authored
This MEX solves nonlinear systems of equations using a trust region algorithm. The problem is subdivided in smaller problems by doing a block triangularisation of the Jacobian at the guess value, using the Dulmage-Mendelsohn algorithm. The interface of the MEX is simply: [x, info] = block_trust_region(f, guess_value); Where f is either a function handle or a string designating a function. f must take one argument (the evaluation point), and return either one or two arguments (the residuals and, optionally, the Jacobian). On success, info=0; on failure, info=1.
-
Sébastien Villemot authored
By the same token, remove unused support for Fortran 77.
-
- Oct 02, 2019
-
-
Houtan Bastani authored
-
- Sep 24, 2019
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
Those archives contain 3 hidden files, which always have the same name. This can make the parallel build fail when several packages are unpacked at the same time. Hence, we just skip these files when unpacking.
-
- Sep 19, 2019
-
-
Sébastien Villemot authored
This makes the testsuite robust to network failures.
-
- Sep 17, 2019
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
We only need to recompile Slicot and x13as.
-
Houtan Bastani authored
-
- Sep 11, 2019
-
-
Stéphane Adjemian authored
-
- Sep 04, 2019
-
-
Sébastien Villemot authored
-
- Sep 03, 2019
-
-
Sébastien Villemot authored
The scripts are based the former “dynare-build” project. They have been overhauled and simplified. Building a Windows package (both installer and zip archive) is as easy as running “make -C windows” (provided the right Debian packages are installed, use the “windows/install-packages.sh” script for that purpose). The layout of MEX files for Octave in the package has been changed (mex/octave/win32/ and mex/octave/win64/ instead of mex/octave32/ and mex/octave/), for consistency with MATLAB MEX.
-
- Jun 19, 2019
-
-
Sébastien Villemot authored
-
- Apr 30, 2019
-
-
Sébastien Villemot authored
-
- Apr 05, 2019
-
-
Sébastien Villemot authored
We now use a symbolic link farm to make source file accessible from build directories. Closes #466
-
- Apr 02, 2019
-
-
Stéphane Adjemian authored
-
- Feb 25, 2019
-
-
Stéphane Adjemian (Charybdis) authored
-
- Feb 21, 2019
-
-
Sébastien Villemot authored
- integrate with autoconf/automake, so that "make html pdf" now build the manual - remove the old texinfo manual - the PDF manual is now called dynare-manual.pdf (Closes #1543) - add a Gitlab CI job that updates the online unstable manual under www.dynare.org/manual-unstable/
-
- Feb 19, 2019
-
-
Stéphane Adjemian (Charybdis) authored
-
Stéphane Adjemian (Charybdis) authored
-
Stéphane Adjemian (Charybdis) authored
-
- Feb 13, 2019
-
-
Sébastien Villemot authored
-
- Jan 08, 2019
-
-
Sébastien Villemot authored
By the way apply Dynare C++ coding style and extensions (.cc/.hh).
-
- Jan 04, 2019
-
-
Sébastien Villemot authored
By the way apply Dynare C++ coding style and extensions (.cc/.hh).
-
Sébastien Villemot authored
By the way apply Dynare C++ coding style and extensions (.cc/.hh).
-
- Dec 26, 2018
-
-
Stéphane Adjemian authored
-
- Oct 25, 2018
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- Feb 19, 2018
-
-
Houtan Bastani authored
-