chiark / gitweb /
nlopt.git
2017-07-28 Homer ReidRead the docs (#132)
2017-07-26 Steven G. Johnsonignore macos .DS_Store file
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
2017-06-09 Sergey KhrykovUpdate README.md (#124)
2017-03-21 Julien SchuellerMerge pull request #116 from jschueller/guile
2017-03-21 Julien SchuellerDo not install guile 2.2 until supported in swig
2016-11-21 Steven G. JohnsonMerge pull request #107 from jschueller/project-dirs
2016-11-21 Julien SchuellerUse PROJECT_(SOURCE|BINARY)_DIR instead of CMAKE_...
2016-11-08 Steven G. JohnsonMerge pull request #105 from jschueller/appveyor-tests
2016-11-08 Julien SchuellerUseless make tests in appveyor
2016-11-04 Julien SchuellerMerge pull request #103 from jschueller/cmake-make...
2016-11-04 Julien SchuellerSupport cmake && make && ctest
2016-11-04 Julien SchuellerMerge pull request #102 from jschueller/libm
2016-11-04 Julien SchuellerMerge pull request #101 from jschueller/cxx-compiler
2016-11-04 Julien SchuellerDetect libm
2016-11-04 Julien SchuellerDetect CXX compiler by default
2016-11-02 Steven G. JohnsonMerge pull request #96 from jschueller/octave-site-dir
2016-11-02 Steven G. JohnsonMerge pull request #97 from jschueller/octave-install
2016-11-02 Julien SchuellerDo not install nlopt_optimize.m
2016-11-02 Julien SchuellerAllow to modify Python & octave site dir
2016-10-27 Steven G. JohnsonMerge pull request #93 from jschueller/libcpp
2016-10-27 Steven G. JohnsonMerge pull request #94 from jschueller/config
2016-10-27 Julien SchuellerDetect libcpp
2016-10-27 Julien SchuellerRename config.h to nlopt_config.h
2016-10-26 Julien SchuellerMerge pull request #91 from jschueller/unitialized_value
2016-10-26 Julien SchuellerAvoid uninitialized values in nlopt_create
2016-10-26 Julien SchuellerMerge pull request #90 from jschueller/travis
2016-10-26 Julien SchuellerUse default Python
2016-10-25 Julien SchuellerFix clang compilation
2016-10-25 Julien SchuellerWorkaround travis bug
2016-09-14 Steven G. JohnsonMerge pull request #84 from amroamroamro/patch-1
2016-09-13 Amroupdate gitignore file
2016-09-13 Amroalternate implementations for isinf/isfinite
2016-09-13 Amromove definition of util functions
2016-09-13 Amromove some util tests from comments into separate files
2016-09-13 Amroavoid using HUGE_VAL to initialize global variable
2016-09-13 Amrofix some compiler warnings
2016-09-13 Amrominor edits
2016-09-13 Amroupdate readme file
2016-08-18 rickertmUse CMake module GNUInstallDirs to support platform...
2016-07-20 Julien SchuellerDefault build (#74)
2016-07-14 Julien SchuellerMerge pull request #73 from jschueller/tests
2016-07-14 Julien SchuellerAdd matlab bindings
2016-07-14 Julien SchuellerSkip LN_NEWUOA_BOUND in tests
2016-07-14 Julien SchuellerAdd guile test
2016-07-14 Julien SchuellerRewrite Python test from example
2016-07-14 Julien SchuellerAdd octave test
2016-07-13 Julien SchuellerMerge pull request #72 from jschueller/readme
2016-07-12 Julien SchuellerFix _NOSCAL algo typos in the man (#70)
2016-07-12 Julien SchuellerImproved README
2016-07-12 Julien SchuellerMissing installed man pages
2016-07-11 Julien SchuellerSwitch to cmake (#49)
2016-05-21 Steven G. JohnsonMerge pull request #66 from bradking/gitignore-octave
2016-05-19 Brad Kingoctave: Tell Git to ignore `dummy` build output
2016-04-15 Steven G. JohnsonMerge pull request #64 from thrasibule/mybranch
2016-04-15 Guillaume Horelalso link with GUILE_LIBS
2016-04-13 Steven G. JohnsonMerge pull request #62 from sammy-tri/parallel_build
2016-04-13 Steven G. JohnsonMerge pull request #63 from thrasibule/no-undefined
2016-04-12 Guillaume Horeladd missing linking for C++
2016-04-12 Sam CreaseyChain build rules for guile and python bindings to...
2016-01-29 Steven G. JohnsonMerge pull request #56 from AaronWebster/patch-1
2016-01-29 AaronWebsterFixes memory leak in auglag/auglag.c
2015-09-11 Steven G. JohnsonMerge pull request #50 from jschueller/patch-1
2015-09-11 Julien Schuellerfix nlopt.pc with cxx enabled
2015-09-04 Steven G. JohnsonMerge pull request #46 from jschueller/travis
2015-09-02 Julien SchuellerAdd Travis script
2015-09-02 Steven G. JohnsonMerge pull request #47 from jschueller/patch-2
2015-09-01 jschuellersimplify python test
2015-09-01 Steven G. JohnsonMerge pull request #45 from jschueller/patch-1
2015-08-31 jschuellerfix conversion error in stop.c
2015-07-09 Steven G. Johnsonbackward compatibility with old Octave_map for #42
2015-07-09 Steven G. JohnsonMerge pull request #42 from opoplawski/octave4
2015-07-08 Orion PoplawskiUse octave_map
2015-05-26 Steven G. Johnsonbug fix in nlopt_set_lower_bounds1, thanks to @wojdyr
2015-05-12 Steven G. Johnsonmore robustness to underflow etc. (fix #36)
2015-04-17 Steven G. Johnsonfix #26
2015-04-17 Steven G. Johnsonadd nlopt_get_errmsg(opt) for more informative error...
2015-04-11 Steven G. JohnsonMerge branch 'master' of https://github.com/stevengj...
2015-04-11 Steven G. Johnsonadd cmake files to tarball (close #35)
2015-03-23 Steven G. JohnsonMerge pull request #34 from jpritikin/slsqp
2015-03-20 Joshua Nathaniel... Interpret NaN as a soft feasibility constraint
2015-03-20 Joshua Nathaniel... Merge duplicated code conditional on 'want_grad'
2015-03-20 Joshua Nathaniel... Reindent switch statement
2015-03-20 Joshua Nathaniel... Add nlopt_isfinite
2015-02-26 Steven G. JohnsonMerge pull request #32 from xantares/cmake
2015-02-21 xantareslink python libs
2015-02-21 xantaresdont use swig if nlopt-python.cpp is already present
2015-02-20 xantaresbuild swig bindings with cmake
2015-02-20 Steven G. JohnsonMerge pull request #31 from xantares/patch-1
2015-02-20 xantaresremove useless dll soversion
2014-09-18 Steven G. Johnsonfix #24
2014-09-18 Steven G. Johnsonfix #25
2014-05-20 Steven G. Johnsoncopyright year update for 2014
2014-05-20 Steven G. Johnsonbump for 2.4.2 release
2014-05-12 Steven G. JohnsonMerge pull request #20 from xantares/soversion
2014-05-10 xantaresTypo.
2014-05-10 xantaresHandle properly SHARED_VERSION_INFO.
2014-05-10 xantaresParse configure.ac for lib version
2014-05-07 Steven G. JohnsonMerge pull request #16 from xantares/install-target
next