aboutsummaryrefslogtreecommitdiff
path: root/Examples
AgeCommit message (Expand)Author
2013-10-17Since SWIG 3.0 removes support for .NET 1.1, cleanup the C# library by removi...Brant K. Kyser
2013-10-15Add test case to demonstrate the name collision that occurs in the generated ...Brant K. Kyser
2013-10-15Add support for case conversion characters in regex substitutions.Vadim Zeitlin
2013-10-11Merge branch 'gsoc2009-matevz' into master - C++11 supportWilliam S Fulton
2013-10-11Minor cleanup prior to merging to masterWilliam S Fulton
2013-10-11Add naturalvar_more testcase runtime testWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-10-08C++11 testing moved to a configure optionWilliam S Fulton
2013-10-07Rename all C++0x to C++11 and cpp0x to cpp11William S Fulton
2013-10-05Remove incorrectly and newly introduced assertWilliam S Fulton
2013-10-04Fix %naturalvar and templated methods using enumsWilliam S Fulton
2013-09-25Fix typosOlly Betts
2013-09-18Remove X11 detection during configureWilliam S Fulton
2013-09-15Guile OUTPUT typemap fixWilliam S Fulton
2013-09-14Better detection of Ruby shared library extensionWilliam S Fulton
2013-09-14Cygwin test-suite fix for tcl 8.5 on CygwinWilliam S Fulton
2013-09-12Lua static member access improvements.Artem Serebriyskiy
2013-09-12Infinity is now by default an acceptable value for type 'float'.William S Fulton
2013-08-29Fix testcase nameWilliam S Fulton
2013-08-29Skip the UTF-8 BOM of including files.William S Fulton
2013-08-28%implicitconv is improved for overloaded functions.William S Fulton
2013-08-28%implicitconv will now accept None where the implicit conversion takes a C/C+...William S Fulton
2013-08-06Fix for missing C++ code in std::multimap wrappers.William S Fulton
2013-07-16Octave: more robust configurationKarl Wette
2013-07-14add regression tests for SEXP return valuesjoequant
2013-07-05Add %pythonbegin directive.William S Fulton
2013-07-02Improve testing of %pythonprepend and %pythonappendWilliam S Fulton
2013-07-02SWIG_AsWCharPtrAndSize improper operation if cptr NULLWilliam S Fulton
2013-07-01Go examples and test-suite format fixesWilliam S Fulton
2013-06-11Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRE...William S Fulton
2013-06-11Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python...William S Fulton
2013-06-04clean all .py files generated by python-test-suitePaweł Tomulik
2013-05-27Fix Python test-suite makefile to show which tests have runtime tests (for Py...William S Fulton
2013-05-27Fix to ensure 2to3 for Python 3 examples is runWilliam S Fulton
2013-05-26Fix Python examples to compile and run under Python 3William S Fulton
2013-05-25Fix 'make check-python-test-suite PY3=1' and -j (make jobs)William S Fulton
2013-05-25Fix Python 3 inconsistency handling -ve numbers for unsigned C types.William S Fulton
2013-05-25Add test case for attributes with moderately complex templatesArtem Serebriyskiy
2013-05-24Fix vararg documentation for Python 3William S Fulton
2013-05-24Fix Python version checking in Python testsWilliam S Fulton
2013-05-23Guile port example fix for Guile 2.0William S Fulton
2013-05-23Fix the high passed to PyTuple_GetSlice in varargs wrappers.William S Fulton
2013-05-21Guile port example - print a message to show the error is expectedGeert Janssens
2013-05-15Cosmetic makefile tidy upWilliam S Fulton
2013-05-15Guile delete Example makefileGeert Janssens
2013-05-13Guile add two more examples and use load-extension instead of dynamic-loadGeert Janssens
2013-05-13Guile create functional class exampleGeert Janssens
2013-05-10Guile fix matrix exampleGeert Janssens
2013-05-09Add skeleton for run test for Guile class exampleWilliam S Fulton
2013-05-09Guile port example Makefile correctionWilliam S Fulton