chiark / gitweb /
NLOPT_DLL_EXPORT option to compile with MS dllexport flag, thanks to Benoit for the...
[nlopt.git] / swig /
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),...