chiark / gitweb /
Fixes memory leak in auglag/auglag.c
[nlopt.git] / configure.ac
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2014-05-20 Steven G. Johnsonbump for 2.4.2 release
2014-02-24 Steven G. JohnsonMerge pull request #6 from xantares/pytest
2013-11-19 Steven G. Johnson2.4.1 release: use cdecl, not stdcall, on Win32
2013-09-03 Steven G. JohnsonMerge pull request #5 from xantares/prefix
2013-09-02 xantaresSubstitute XXX-CONFIG vars
2013-09-01 xantaresStrip only if prefix is provided.
2013-08-30 xantaresPlugins installation honor prefix
2013-08-29 Steven G. JohnsonMerge pull request #1 from xantares/master
2013-08-29 xantaresPy3k compatible detection
2013-08-28 Steven G. Johnsonwork around guile 1.8+ swig problems
2013-08-27 Steven G. Johnsonrm defunct Nocedal code references (but keep NLOPT_LD_L...
2013-03-29 Steven G. Johnsonversion bump for 2.4
2013-03-28 Steven G. Johnsonuse python-config if it is present to get Python includ...
2013-02-08 stevenjadded ESCH algorithm
2012-09-16 stevenjversion bump for 2.3.1, tentative release date
2012-07-20 stevenjversion bump for 2.3
2012-07-20 stevenjjust unconditionally disable compilation of matlab...
2011-06-09 stevenjversion bump to 2.2.4
2011-06-08 stevenjversion bump to 2.2.3
2011-05-26 stevenjversion bump to 2.2.2, updated NEWS
2010-08-05 stevenjversion bump to 2.2.1
2010-07-30 stevenjhandle missing C99/IEEE copysign function, e.g. for...
2010-07-15 stevenjversion bump
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
2010-07-09 stevenjif user specifies OCT_INSTALL_DIR, make M_INSTALL_DIR...
2010-07-09 stevenjadded GUILE_INSTALL_DIR var to change Guile installatio...
2010-07-08 stevenjversion bump (2.1.2)
2010-07-07 stevenjversion bump 2.1.1
2010-07-07 stevenjbetter checking for Python and Numpy include directorie...
2010-07-06 stevenjversion bump for 2.1
2010-06-17 stevenjversion bump (2.0.2)
2010-06-16 stevenjversion bump (2.0.1)
2010-06-16 stevenjadded --with-mthreads option to use -mthreads flag...
2010-06-16 stevenjadded --without-python and --without-guile options
2010-06-16 stevenjwhoops, fixed to configure with --disable-shared
2010-06-15 stevenjcheck for numpy
2010-06-14 stevenjdisable Python/Guile wrappers unless --enable-shared
2010-06-11 stevenjversion bump
2010-06-07 stevenjpython plugin compiles (untested)
2010-06-03 stevenjuse thread_id, if available, in nlopt_srand_time to...
2010-06-03 stevenjinitial stab at guile-wrapper/SWIG Makefile
2010-06-01 stevenjadded new Fortran API, removed unnecessary --with-windo...
2010-05-28 stevenjuse thread-local storage for Mersenne twister to make...
2010-04-05 stevenjversion, copyright-year bump
2010-01-29 stevenjfixed to compile under C++, use C++ compiler in --with...
2009-11-19 stevenjtentative 1.2 release
2009-11-18 stevenjwhoops, fixed Matlab configure
2009-11-18 stevenjadded ISRES (compiles, but untested)
2009-11-17 stevenjadd preliminary BOBYQA (not quite working yet)
2009-10-29 stevenjconfigure script detects whether Matlab/Octave plugins...
2009-10-29 stevenjupdated Octave install-directory detection for recent...
2008-11-26 stevenjtentative version bump
2008-11-26 stevenj--without-octave and --without-matlab options
2008-11-26 stevenjinitial (undocumented) support for equality constraints...
2008-11-22 stevenjwork around broken solaris gcc
2008-11-22 stevenjbetter checking for Matlab installation path
2008-11-14 stevenjdisable Octave code if mkoctfile not found, even if...
2008-11-13 stevenjversion bump
2008-11-13 stevenjfix overriding of MEX_INSTALL_DIR
2008-11-12 stevenjwhoops, removed obsolete Makefile
2008-11-12 stevenjversion bump
2008-11-09 stevenjadded qsort_r replacement
2008-11-08 stevenjadded nelder-mead simplex algorithm (in preparation...
2008-11-08 stevenjfixes for latest autoconf version
2008-08-30 stevenjadded NEWUOA, unified starting step-size for derivative...
2008-08-29 stevenjadded Fortran interface
2008-08-29 stevenjadded COBYLA algorithm
2008-07-29 stevenjallow cxx library to be installed simultaneously with...
2008-07-29 stevenjadded MMA implementation
2008-07-29 stevenjcompile with non-free Nocedal L-BFGS if it is present...
2008-04-12 stevenjadd --with-cxx to include C++ code, and don't include...
2007-09-13 stevenjadded first version of MLSL multistart-type algorithm
2007-09-07 stevenjadded my own implementation of controlled random search...
2007-09-04 stevenjadded Matlab plug-in
2007-09-03 stevenjadded luksan/ directory, which will eventually contain...
2007-09-01 stevenjadded first cut at Praxis, renamed constants
2007-08-30 stevenjadded octave plug-in
2007-08-26 stevenjadd initial re-implementation of DIRECT (still too...
2007-08-24 stevenjadded version number
2007-08-24 stevenjadded common random-number generation and timer utilities
2007-08-23 stevenjadded test program and some test objectives
2007-08-23 stevenjautoconfiscated, and got to compile