chiark / gitweb /
Cleaner way to fix ctest (#144)
[nlopt.git] / swig /
2017-08-24 Julien SchuellerMerge pull request #134 from jschueller/uninitialized
2017-08-24 Julien SchuellerMerge pull request #135 from jschueller/swig_add_module
2017-08-23 Julien SchuellerUse swig_add_library with cmake 3.8
2017-08-05 Julien SchuellerMerge pull request #108 from jdumas/master
2017-03-21 Jérémie DumasSeems that 'target_include_directories' is not enough...
2017-03-21 Jérémie DumasUpdate CMakeLists.txt
2017-03-21 Jérémie DumasPrefer target_include_directories in CMake build script
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-02 Steven G. JohnsonMerge pull request #96 from jschueller/octave-site-dir
2016-11-02 Julien SchuellerAllow to modify Python & octave site dir
2016-07-20 Julien SchuellerDefault build (#74)
2016-07-14 Julien SchuellerMerge pull request #73 from jschueller/tests
2016-07-14 Julien SchuellerAdd guile test
2016-07-11 Julien SchuellerSwitch to cmake (#49)
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...
2015-04-11 Steven G. JohnsonMerge branch 'master' of https://github.com/stevengj...
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
2013-11-02 Steven G. Johnsonnumpy 1.6 compatibility, ESCH matlab help
2013-09-03 Steven G. JohnsonMerge pull request #5 from xantares/prefix
2013-08-30 Steven G. JohnsonMerge pull request #3 from xantares/autogen
2013-08-30 Steven G. JohnsonMerge pull request #4 from xantares/py3k
2013-08-30 xantaresExplicitely specify npy flags.
2013-08-30 xantaresPy3K compatibility
2013-08-29 Steven G. JohnsonMerge pull request #1 from xantares/master
2013-08-29 xantaresFixed out-of-source build
2013-08-28 Steven G. Johnsonwork around guile 1.8+ swig problems
2013-03-28 Steven G. Johnsonminor typo fixes
2012-09-20 stevenjfix swig dir for VPATH builds, thanks to Sandro Vitenti...
2011-06-09 stevenjguile and python libs will NOT have no undefined symbol...
2010-11-20 stevenjrename subspace_dim to vector_storage, since not necess...
2010-11-18 stevenjadd get/set subspace dimension for low-storage quasi...
2010-07-12 stevenjadded python docstring for module; thanks to Sebastian...
2010-07-09 stevenjadd missing %catches statements for recent C++ API...
2010-07-09 stevenjadded GUILE_INSTALL_DIR var to change Guile installatio...
2010-07-08 stevenjuse 2-dimensional array for grad arg of python mconstraint
2010-07-08 stevenjfix memory leak in python wrapper on exception
2010-07-07 stevenjbetter checking for Python and Numpy include directorie...
2010-07-06 stevenjmissing nlopt- prefix for version_* functions
2010-07-06 stevenjfix python mconstraint, change C++ mconstraint to infer...
2010-07-06 stevenjpython interface for mconstraint feature
2010-06-15 stevenjadd NLOPT_G_MLSL variants that require local_opt to...
2010-06-14 stevenjadd AUGLAG constants to other langs
2010-06-14 stevenjadd numpy.i to dist, since it isn't shipped in a standa...
2010-06-14 stevenjscheme callbacks now take grad as vector argument,...
2010-06-13 stevenjmap NLopt's C++ exceptions to more Scheme-like equivalents
2010-06-13 stevenjbug fix in guile wrapper, to match latest C++ api
2010-06-13 stevenjhandle/throw Python exceptions
2010-06-12 stevenjbug fix - python strides are in bytes, not in doubles...
2010-06-11 stevenjmake prepending nlopt_ the exception, not the rule
2010-06-11 stevenjfixed python shared-lib name
2010-06-11 stevenjfixed(?) python interface
2010-06-07 stevenjpython plugin compiles (untested)
2010-06-05 stevenjreplace free_f_data flag with more general munging...
2010-06-04 stevenjbeginnings of Python wrapper (not tested, not compiled...
2010-06-04 stevenjrm blank line
2010-06-04 stevenjsupport exceptions in SWIG wrappers
2010-06-03 stevenjprovide alternate optimize() method that does not aretu...
2010-06-03 stevenjlibnlopt_guile has no inter-library dependencies
2010-06-03 stevenjGuile wrapper seems mostly functional, sans exceptions...
2010-06-03 stevenjinitial stab at guile-wrapper/SWIG Makefile
2010-06-02 stevenjfirst stab at SWIG wrappers (unfinished Makefile),...