dynare/mex/build/matlab
Sébastien Villemot 0741963ca5
Build system: streamline handling of compilation flags for MEX
— allow the user to override compilation flags for MATLAB MEX (it was already
  working for the preprocessor, the MEX for Octave and Dynare++)
— increase the symmetry of MEX build infrastructure between MATLAB and Octave
— when linking MEX for Octave, do not add the output of “mkoctfile -p FLIBS”.
  It is unneeded, and it can create a conflict between the system compiler and
  a user-supplied compiler

By the way:
— restore optimization on macOS for C/C++ MEX (it had been removed in
  5df2392a09)
— remove -fno-omit-frame-pointer on MATLAB/Linux, since it would be cancelled
  by subsequent -O2 and should not be needed anyways
— remove FFLAGS under Octave, unused
2021-05-10 14:39:41 +02:00
..
block_kalman_filter Build system: adding files forgotten in a1ee7f1ee4 2011-09-26 10:17:01 +02:00
block_trust_region Add new block_trust_region MEX 2019-12-03 16:17:16 +01:00
bytecode Fix compilation problems of bytecode with UMFPACK and MATLAB's libut 2013-03-23 13:02:07 +01:00
disclyap_fast New MEX for solving discrete Lyapunov equations with doubling algorithm 2020-07-30 16:34:35 +02:00
dynare_simul_ Build system: 2009-11-02 12:04:07 +00:00
gensylv Build system: refactored the build system for MEX files, using two sub-packages with their own configure scripts 2009-10-02 17:22:19 +00:00
k_order_perturbation k_order_perturbation DLL: 2009-11-30 16:31:27 +00:00
kalman_steady_state Added mex file for computing the fixed point of the riccati equation in the kalman filter. 2010-11-19 14:39:54 +01:00
kronecker Build system: refactored the build system for MEX files, using two sub-packages with their own configure scripts 2009-10-02 17:22:19 +00:00
libdynare++ Build system: 2009-11-02 12:04:07 +00:00
local_state_space_iterations Added routine to compute one step ahead state space iteration (mex and m). The state space 2012-03-04 22:07:27 +01:00
mjdgges Build system: refactored the build system for MEX files, using two sub-packages with their own configure scripts 2009-10-02 17:22:19 +00:00
ms_sbvar ms-sbvar: support ctrl-c changes in submodule, #304 2013-12-05 16:13:58 +01:00
num_procs Add new num_procs MEX file for getting number of available processing units 2019-06-27 14:34:09 +02:00
perfect_foresight_problem New perfect_foresight_problem MEX file 2019-06-24 17:53:59 +02:00
sobol Added new mex file for computing Quasi Monte-Carlo sequences (Sobol), texinfo headers and unitary tests are available in <DYNARE_PATH>/matlab/qmc_sequence.m. 2011-12-21 18:23:15 +01:00
Makefile.am Merge remote-tracking branch 'Dynare/master' into enterprise 2020-09-17 14:53:32 +02:00
configure.ac Build system: streamline handling of compilation flags for MEX 2021-05-10 14:39:41 +02:00
mex.am Build system: streamline handling of compilation flags for MEX 2021-05-10 14:39:41 +02:00
mex.def Build system: refactored the build system for MEX files, using two sub-packages with their own configure scripts 2009-10-02 17:22:19 +00:00
mexFunction-MacOSX.map Build system: refactored the build system for MEX files, using two sub-packages with their own configure scripts 2009-10-02 17:22:19 +00:00