summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add %pythonbegin directive.William S Fulton2013-07-055-3/+71
* Correct dates in recent commits to CHANGES fileWilliam S Fulton2013-07-051-5/+5
* Improve testing of %pythonprepend and %pythonappendWilliam S Fulton2013-07-022-2/+24
* SWIG_AsWCharPtrAndSize improper operation if cptr NULLWilliam S Fulton2013-07-023-3/+15
* Fix comment typoOlly Betts2013-07-021-1/+1
* Fix comment typo (interpeters)Olly Betts2013-07-021-1/+1
* Go examples and test-suite format fixesWilliam S Fulton2013-07-0116-16/+13
* Uninitialized variable fix in SWIG_Python_NonDynamicSetAttr when using -builtin.William S Fulton2013-07-012-2/+5
* Fix a const_cast in generated code that was generating a <:: digraph when usi...William S Fulton2013-07-014-3/+7
* Add SF patch #342 fix some director classes crashing on object deletion when ...William S Fulton2013-07-012-1/+9
* Octave: add SWIGRUNTIMEINLINE to SWIG_Octave_SetConstant()Karl Wette2013-06-131-1/+1
* Octave: make texinfo strings static (internal linkage)Karl Wette2013-06-131-1/+1
* Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRE...William S Fulton2013-06-1111-12/+12
* Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python...William S Fulton2013-06-1112-13/+45
* Further Ruby html doc formatting changesWilliam S Fulton2013-06-082-108/+107
* Ruby html docs formatting - modify code snippets to be same as other chaptersWilliam S Fulton2013-06-081-190/+1271
* Remove use of monospace in Ruby docs and unncessary usage of <br>William S Fulton2013-06-081-383/+364
* Remove lines with just spaces on them in Ruby docsWilliam S Fulton2013-06-081-6510/+0
* Fix Ruby regression with missing rb_complex_new function.William S Fulton2013-06-072-7/+17
* clean all .py files generated by python-test-suitePaweł Tomulik2013-06-041-1/+4
* [PHP] Fix SWIG_ZTS_ConvertResourcePtr() not to dereference NULLOlly Betts2013-06-042-2/+6
* Fix comment typosOlly Betts2013-06-041-2/+2
* Bump version to 2.0.11William S Fulton2013-05-276-239/+242
* Add swig-2.0.10 release date and release notesv2.0.10rel-2.0.10William S Fulton2013-05-275-4/+15
* Fix Python test-suite makefile to show which tests have runtime tests (for Py...William S Fulton2013-05-271-8/+11
* Fix to ensure 2to3 for Python 3 examples is runWilliam S Fulton2013-05-271-1/+1
* Add Python 3 Travis testsWilliam S Fulton2013-05-261-0/+3
* Fix Python examples to compile and run under Python 3William S Fulton2013-05-264-30/+51
* Fix 'make check-python-test-suite PY3=1' and -j (make jobs)William S Fulton2013-05-251-3/+3
* Fix Python 3 inconsistency handling -ve numbers for unsigned C types.William S Fulton2013-05-253-3/+56
* Add test case for attributes with moderately complex templatesArtem Serebriyskiy2013-05-255-10/+192
* Fix %arg in Lib/attribute.iArtem Serebriyskiy2013-05-251-1/+1
* Fix all attributes macrosesArtem Serebriyskiy2013-05-251-10/+10
* Documentation sectioning updateWilliam S Fulton2013-05-251-2/+1
* Fix vararg documentation for Python 3William S Fulton2013-05-243-22/+40
* Fix Python version checking in Python testsWilliam S Fulton2013-05-243-3/+3
* Guile port example fix for Guile 2.0William S Fulton2013-05-231-2/+3
* Fix the high passed to PyTuple_GetSlice in varargs wrappers.William S Fulton2013-05-233-3/+10
* Guile port example - print a message to show the error is expectedGeert Janssens2013-05-211-0/+2
* Add note on ccache-swig internal error bug due to premature file cleanup to c...William S Fulton2013-05-191-0/+9
* Fix ccache-swig internal error bug due to premature file cleanupWilliam Fulton2013-05-193-6/+27
* Simplify and improve Guile FILE * in typemapWilliam S Fulton2013-05-161-22/+19
* Minor fixes after Coverity analysisWilliam S Fulton2013-05-162-1/+2
* Cosmetic makefile tidy upWilliam S Fulton2013-05-151-1/+0
* Use given Guile version when checking if version is > 1.8William S Fulton2013-05-151-4/+5
* Guile delete Example makefileGeert Janssens2013-05-152-47/+1
* Guile drop unused GUILE_SCM_INTERFACE parameter from configure.acGeert Janssens2013-05-141-4/+1
* Guile check for at least guile 1.8Geert Janssens2013-05-141-0/+11
* Guile add two more examples and use load-extension instead of dynamic-loadGeert Janssens2013-05-135-5/+52
* Put guile Example Makefile back under revision controlGeert Janssens2013-05-131-1/+0