dynare/dynare++/src
Sébastien Villemot 671fe4bcd4
Build system improvements on Windows (MinGW / MSYS2)
- 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.
2018-11-06 12:17:56 +01:00
..
Makefile.am Build system improvements on Windows (MinGW / MSYS2) 2018-11-06 12:17:56 +01:00
dynare3.cpp Use MatIO in Dynare++ instead of the home-made engine 2012-08-23 18:31:07 +02:00
dynare3.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
dynare_atoms.cpp Added method for recognizing unreferenced atoms. Call to this method replace catching the exception used before to recognize that an atom is not referenced. 2015-03-25 14:52:28 +01:00
dynare_atoms.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
dynare_exception.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
dynare_model.cpp Dynare++: replace obsolete hash_set and hash_map by unordered_set and unordered_map 2011-01-14 16:40:59 +01:00
dynare_model.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
dynare_params.cpp Implemented burn-in periods in simulations, irfs, and in real-time simulations. 2011-03-15 10:15:14 +01:00
dynare_params.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
dynglob.lex Putting dynare++ under main dynare SVN repository 2009-09-08 13:55:19 +00:00
dynglob.y Dynare++: fixed warning about unused functions 2011-01-14 16:29:11 +01:00
forw_subst_builder.cpp Fixed bug. Uninitialized memory reads because the code was working with a std::map, which was volatile. 2015-03-25 14:37:58 +01:00
forw_subst_builder.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
main.cpp Use MatIO in Dynare++ instead of the home-made engine 2012-08-23 18:31:07 +02:00
nlsolve.cpp Remove various compiler warnings 2012-06-08 19:06:03 +02:00
nlsolve.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00
planner_builder.cpp Initial guess for Lagrange multipliers solved by SVD decomposition to improve conditioning. 2015-03-25 14:45:09 +01:00
planner_builder.h Fixed indentation of c/h/cc/hh files. 2017-05-16 16:30:27 +02:00