- 08 Nov, 2018 2 commits
-
-
Sébastien Villemot authored
Re Dynare/dynare#1490.
-
Sébastien Villemot authored
Incidentally, fix a memory leak related to DynamicModelAC instantiation, using a std::unique_ptr (see #1490).
-
- 07 Nov, 2018 1 commit
-
-
Sébastien Villemot authored
Otherwise the DLL is dynamically linked against libwinpthread. This regression was introduced by commit 671fe4bc.
-
- 06 Nov, 2018 1 commit
-
-
Sébastien Villemot authored
- Use the -static flag when linking Dynare++, so that shipping libquadmath and libgcc DLL in the installer is no longer needed. - Use AM_CXXFLAGS and AM_LDFLAGS variables for changing flags, since CXXFLAGS and LDFLAGS are user variables. Also, this avoids passing these flags down to configure scripts in subdirectories. - Check for the SZIP library in the configure test for the MatIO, this is needed under MSYS2. - Statically link MatIO and GSL in MEX files for MATLAB, this is needed under MSYS2.
-
- 02 Oct, 2018 1 commit
-
-
Sébastien Villemot authored
-
- 01 Oct, 2018 1 commit
-
-
Sébastien Villemot authored
Adapt the k-order DLL as a consequence.
-
- 27 Sep, 2018 1 commit
-
-
Sébastien Villemot authored
-
- 02 Aug, 2018 1 commit
-
-
Sébastien Villemot authored
The gmres() function has been implemented (actually since Octave 3.4.1!).
-
- 18 Jul, 2018 1 commit
-
-
Sébastien Villemot authored
Adapt bytecode DLL as a consequence.
-
- 02 Jul, 2018 1 commit
-
-
Sébastien Villemot authored
The bug would show at order 3 when the last output argument (derivs) is not requested (in practice every 3rd order solution without pruning). The DLL would still attempt to write into it, causing an invalid memory access.
-
- 28 Jun, 2018 1 commit
-
-
Sébastien Villemot authored
-
- 27 Jun, 2018 2 commits
-
-
Sébastien Villemot authored
- M and MEX files are now under +${MODELNAME}/ - bytecode, C source and JSON now under ${MODELNAME}/model/
-
Houtan Bastani authored
-
- 06 Jun, 2018 1 commit
-
-
Sébastien Villemot authored
-
- 05 Jun, 2018 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Needed because bytecode DLL uses some preprocessor code which is C++14.
-
- 17 May, 2018 1 commit
-
-
Sébastien Villemot authored
It's actually not needed. The QZ complex decomposition can be obtained in Octave on real matrices by casting them to the complex type.
-
- 16 May, 2018 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
These functions are all included in Octave 4.2.
-
- 15 May, 2018 2 commits
-
-
Sébastien Villemot authored
This breaks the matrix.h of older MATLABs (e.g. R2009a). Also see <uchar.h>.
-
Sébastien Villemot authored
-
- 14 May, 2018 1 commit
-
-
Sébastien Villemot authored
This API was introduced in MATLAB 9.4 (R2018a), because the internal representation of complex numbers has changed.
-
- 16 Feb, 2018 1 commit
-
-
Houtan Bastani authored
-
- 22 Sep, 2017 1 commit
-
-
- 28 Jun, 2017 1 commit
-
-
Sébastien Villemot authored
-
- 05 Jun, 2017 1 commit
-
-
FerhatMihoubi authored
-
- 19 May, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 18 May, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 16 May, 2017 2 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 08 May, 2017 2 commits
-
-
FerhatMihoubi authored
(cherry picked from commit ab7acc49e30fbcb292d63d58281581a308716b4c)
-
FerhatMihoubi authored
(cherry picked from commit fa5dd681abcb3243a5ee9be1f71fdfc51bced1cd)
-
- 05 Apr, 2017 1 commit
-
-
FerhatMihoubi authored
- Memory allocation is checked - The amount of memory allocated for conditional forecast is corrected
-
- 13 Feb, 2017 1 commit
-
-
Stéphane Adjemian authored
-
- 01 Dec, 2016 3 commits
-
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
... Which are not in standard C/C++ (otherwise compilation of the mex for Octave with -std=c++11 fails).
-
- 27 Oct, 2016 1 commit
-
-
Houtan Bastani authored
mjdgges: fix bug where qz_criterium was not taken into account if a threshold argument is also passed
-
- 11 Oct, 2016 1 commit
-
-
Houtan Bastani authored
Fixed by https://sourceware.org/bugzilla/show_bug.cgi?id=19439
-
- 15 Jul, 2016 1 commit
-
-
MichelJuillard authored
closes issue #1250
-