chiark / gitweb /
Use trusty
[nlopt.git] / api / general.c
2017-08-05 Julien SchuellerMerge pull request #108 from jdumas/master
2017-07-17 Steven G. JohnsonMerge pull request #128 from m-chaturvedi/fixing_intege...
2017-07-17 Mmanu ChaturvediFixing Integer Overflow in nlopt_srand_time
2016-09-14 Steven G. JohnsonMerge pull request #84 from amroamroamro/patch-1
2016-09-13 Amromove definition of util functions
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2015-04-11 Steven G. JohnsonMerge branch 'master' of https://github.com/stevengj...
2015-03-23 Steven G. JohnsonMerge pull request #34 from jpritikin/slsqp
2015-03-20 Joshua Nathaniel... Add nlopt_isfinite
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2013-08-27 Steven G. Johnsonrm defunct Nocedal code references (but keep NLOPT_LD_L...
2013-02-08 stevenjadded ESCH algorithm
2012-07-20 stevenjversion bump for 2.3
2011-11-15 stevenjadded CCSAQ algorithm; internal support for preconditio...
2011-05-26 stevenjcopyright year bump
2010-09-06 stevenjadd missing Windows exporting junk for nlopt_algorithm_...
2010-07-10 stevenjadded slsqp code (compiles, not yet tested)
2010-06-17 stevenjSTDCALL needs to go after return type for MSVC++; thank...
2010-06-16 stevenjfixed MinGW build
2010-06-15 stevenjadd NLOPT_G_MLSL variants that require local_opt to...
2010-06-14 stevenjmove new AUGLAG constants to end of list in order to...
2010-06-14 stevenjNLOPT_AUGLAG, no LN/LD, which requires local-opt algori...
2010-06-14 stevenjC++, STOGO, and nocedal fixes
2010-06-03 stevenjuse thread_id, if available, in nlopt_srand_time to...
2010-05-28 stevenjuse thread-local storage for Mersenne twister to make...
2010-04-05 stevenjversion, copyright-year bump
2010-04-05 stevenjchange new API to use unsigned where it makes sense
2010-04-03 stevenjnew, extensible "object-oriented" API, first draft