- 14 Nov, 2018 3 commits
-
-
Johannes Pfeifer authored
-
Sébastien Villemot authored
Cosmetic fixes to reference in manual See merge request Dynare/dynare!1628
-
Johannes Pfeifer authored
-
- 13 Nov, 2018 4 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
Also fix a bug in isrow (it was not checking the rank of the array).
-
Sébastien Villemot authored
-
- 12 Nov, 2018 2 commits
-
-
Sébastien Villemot authored
See the discussion in http://eris.dynare.org/pipermail/dev/2018-November/005062.html
-
Sébastien Villemot authored
-
- 09 Nov, 2018 1 commit
-
-
Houtan Bastani authored
-
- 08 Nov, 2018 6 commits
-
-
Sébastien Villemot authored
-
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 Dynare/dynare#1490).
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 07 Nov, 2018 2 commits
-
-
Houtan Bastani authored
-
Sébastien Villemot authored
Otherwise the DLL is dynamically linked against libwinpthread. This regression was introduced by commit 671fe4bc.
-
- 06 Nov, 2018 7 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
Houtan Bastani authored
-
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.
-
- 05 Nov, 2018 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 31 Oct, 2018 3 commits
-
-
Sébastien Villemot authored
This commit was breaking the detection of slicot. My understanding is that autoconf is not able to deal with spaces in paths, hence Windows users have not choice but to use the 8.3 notation for MATLAB location. This reverts commit 4ab79c55.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 29 Oct, 2018 3 commits
-
-
Sébastien Villemot authored
Update documentation accordingly (except on macOS where the solution has not yet been implemented). Also include MinGW in the Windows installer.
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 26 Oct, 2018 2 commits
-
-
Sébastien Villemot authored
-
Sébastien Villemot authored
-
- 25 Oct, 2018 3 commits
-
-
Sébastien Villemot authored
This fixes crashes under Octave (while MATLAB seems to accept array-indexing with cell arrays).
-
Stéphane Adjemian authored
-
Stéphane Adjemian authored
-
- 24 Oct, 2018 1 commit
-
-
Stéphane Adjemian authored
-
- 18 Oct, 2018 1 commit
-
-
Sébastien Villemot authored
-