summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python
Commit message (Expand)AuthorAgeFilesLines
* Enhance %extend to extend a class with template constructorsWilliam S Fulton2017-01-241-2/+6
* Enhance %extend to extend a class with static template methodsWilliam S Fulton2017-01-241-0/+5
* Enhance %extend to extend a class with template methodsWilliam S Fulton2017-01-221-0/+36
* Merge branch 'fschlimb-templ_def_cache'William S Fulton2017-01-161-0/+9
|\
| * Add template_default_cache runtime testsWilliam S Fulton2017-01-161-0/+9
* | Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s...William S Fulton2016-12-231-1/+5
* | Zero initialize %array_functions and %array_classWilliam S Fulton2016-12-182-0/+8
* | Zero initialize newly created arraysWilliam S Fulton2016-12-182-0/+9
* | Add test and changes entry for Python -builtin %array_class fixWilliam S Fulton2016-12-182-0/+17
* | Custom Python module importing codeWilliam S Fulton2016-12-012-0/+8
* | Python - fix compilation error when using -extranative and -builtin.William S Fulton2016-11-022-0/+12
* | Merge branch 'liorgold-alias-template'William S Fulton2016-11-021-0/+43
|\ \
| * | Add C++11 alias templatesLior Goldberg2016-07-061-0/+43
* | | Update documentation for using SWIG_ConvertPtr example usageWilliam S Fulton2016-10-231-0/+20
* | | Remove li_boost_array testcaseWilliam S Fulton2016-10-151-55/+0
* | | Turn off Python pickle test for old style classesWilliam S Fulton2016-10-141-0/+7
* | | Pickle test additionsWilliam S Fulton2016-10-141-0/+8
* | | Fix Python pickling and metaclass for builtin wrappersWilliam S Fulton2016-10-142-0/+21
* | | Additional static member variable testing for PythonWilliam S Fulton2016-10-141-3/+28
| |/ |/|
* | More flexible python builtin slotsWilliam S Fulton2016-09-251-0/+13
* | Fix iterators for containers of NULL pointers (or Python None) when using -bu...William S Fulton2016-09-172-0/+24
* | Make Python builtin types hashable by defaultbuiltin-hashableWilliam S Fulton2016-08-231-0/+11
* | Correct notes on customising Python builtin comparison operatorsWilliam S Fulton2016-08-221-0/+23
* | Add Python builtin tp_dealloc override testWilliam S Fulton2016-08-191-0/+21
* | Python builtin hashfunc closure fixWilliam S Fulton2016-08-182-0/+27
* | Fix std::vector of pointers which failed if a pointer to a pointer of the con...William S Fulton2016-07-281-1/+32
|/
* Added support for type aliasLior Goldberg2016-06-221-0/+32
* Fix autodoc testcase for python -fastproxyWilliam S Fulton2016-06-221-0/+8
* %shared_ptr and %template testcase modified to work for python -OWilliam S Fulton2016-06-211-5/+8
* smartptr inheritance fix when using templates and typedefsWilliam S Fulton2016-06-211-3/+2
* Replace assert from Python testcases with code that always runs.William S Fulton2016-06-195-9/+18
* Only test python:abc feature when passing -py3 to swigWilliam S Fulton2016-06-061-0/+4
* Removing empty error tests - c_default_errorWilliam S Fulton2016-06-011-0/+6
* Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-141-0/+13
* Testcase fix for RWilliam S Fulton2016-05-071-2/+2
* Fix assertion handling defaultargsWilliam S Fulton2016-05-071-0/+20
* Merge branch 'ejulien-python_operator_overload_test_suite'William S Fulton2016-05-051-0/+77
|\
| * Python operator_overload runtime testcase cleanupWilliam S Fulton2016-05-051-79/+0
| * Fix class member division operator.Emmanuel Julien2016-02-221-8/+2
| * Implement the operator overload test suite for Python.Emmanuel Julien2016-02-191-0/+162
* | Merge branch 'ahnolds-py_gettar'William S Fulton2016-04-021-0/+10
|\ \
| * | Add python AttributeError test for non-existent attributeWilliam S Fulton2016-04-021-0/+10
* | | Add tests for Python -builtin -O and compactdefaultargs and update changes fileWilliam S Fulton2016-04-021-0/+3
* | | Merge branch 'ptomulik-fix/nonclass-constants'William S Fulton2016-03-241-0/+8
|\ \ \
| * | | fix handling of function pointers by %constant directivePaweł Tomulik2016-03-241-0/+8
* | | | handle const pointers to functionsPaweł Tomulik2016-03-241-0/+2
|/ / /
* | | Fix 'make partialcheck-test-suite'William S Fulton2016-03-181-2/+2
* | | Merge branch 'char-escaping'William S Fulton2016-03-121-0/+18
|\ \ \
| * | | Add tests for enum values and static const member variables chars containing ...William S Fulton2016-01-261-0/+18
| |/ /
* | | Merge branch 'interfaces'William S Fulton2016-03-111-0/+5
|\ \ \