summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Make Python builtin types hashable by defaultbuiltin-hashableWilliam S Fulton2016-08-232-3/+22
* Correct notes on customising Python builtin comparison operatorsWilliam S Fulton2016-08-222-0/+39
* Add Python builtin tp_dealloc override testWilliam S Fulton2016-08-192-0/+61
* Python builtin hashfunc closure fixWilliam S Fulton2016-08-183-0/+101
* Merge branch 'stl-vector-ptrs'William S Fulton2016-08-0112-13/+166
|\
| * Test case warning fixes for nodejsstl-vector-ptrsWilliam S Fulton2016-07-307-0/+61
| * Fix testcase causing nodejs test failureWilliam S Fulton2016-07-301-1/+1
| * Fix std::vector of pointers which failed if a pointer to a pointer of the con...William S Fulton2016-07-284-6/+104
| * Remove unused traits.swgWilliam S Fulton2016-07-271-6/+0
* | scilab: fix issue #755Simon Marchetto2016-07-293-1/+27
|/
* Merge branch 'wkalinin-nested-ignore-fix'William S Fulton2016-06-262-0/+25
|\
| * renamed test module, in accordance with other testsVladimir Kalinin2016-06-081-1/+1
| * function body fixedVladimir Kalinin2016-05-291-1/+1
| * added foo() definition to satisfy some test linking failsVladimir Kalinin2016-05-281-1/+1
| * func() renamed to foo() for 'go'Vladimir Kalinin2016-05-281-1/+1
| * fixed test-suite/nested_ignore.iVladimir Kalinin2016-05-281-1/+4
| * test for #662Vladimir Kalinin2016-05-242-0/+22
* | Added support for type aliasLior Goldberg2016-06-223-18/+93
* | 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-212-6/+9
* | 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
* | Merge branch 'mromberg-relative'William S Fulton2016-06-063-0/+23
|\ \
| * | Add missing print statements to the Python import_packages testsWilliam S Fulton2016-06-063-0/+23
* | | Only test python:abc feature when passing -py3 to swigWilliam S Fulton2016-06-062-0/+10
|/ /
* | Examples makefile changes to make it easier to test python3 without -py3William S Fulton2016-06-051-7/+7
* | Examples readme file tweakWilliam S Fulton2016-06-051-7/+2
* | remove builtin tests as they are already covered.Mike Romberg2016-06-0411-93/+1
* | Apply patch to cleanup whitespace from wsfultonMike Romberg2016-06-046-16/+14
* | and... remove all the .py files that were copied over from the source tree.Mike Romberg2016-06-031-1/+1
* | remove -py3 related tests. Move py3 specific code to it's own moduleMike Romberg2016-06-0321-226/+49
* | copy everything with a .py extension into the build tree (creating dirs if ne...Mike Romberg2016-06-031-4/+5
* | debugMike Romberg2016-06-031-8/+4
* | avoid the shell checks involving __init__.pyMike Romberg2016-06-031-2/+8
* | Something optimizes out empty files and breaks the tests. Put something in.Mike Romberg2016-06-0317-0/+11
* | split_wrapper -> split_modules to avoid conflict with clean ruleMike Romberg2016-06-0247-1/+2
* | Add cases for tests without the -py3 flag even when PY3 is set.Mike Romberg2016-06-0224-3/+181
* | Tests/Examples for the use case of splitting the wrapper.Mike Romberg2016-06-0224-0/+208
* | Add comment about cpp_template_repeat testcaseWilliam S Fulton2016-06-011-1/+1
* | Removing empty errors tests - template typename missingWilliam S Fulton2016-06-012-8/+0
* | Removing empty error tests - this one seems to be valid C preprocessor codeWilliam S Fulton2016-06-012-7/+0
* | Removing empty errors tests - tests that are valid C/C++ codeWilliam S Fulton2016-06-016-25/+0
* | Removing empty error tests - c_default_errorWilliam S Fulton2016-06-014-4/+20
* | Smart pointer to %ignored class doesn't expose inherited methods fix.William S Fulton2016-05-313-0/+53
* | Testcase warning suppression for vc++William S Fulton2016-05-281-0/+3
* | Fix unused warnings in perl wrappersWilliam S Fulton2016-05-282-0/+3
* | Fix unused variable warnings in test-suiteWilliam S Fulton2016-05-284-49/+52
* | Testcase workaround for missing boost::array::fillWilliam S Fulton2016-05-261-0/+2
* | Merge branch 'mromberg-implpkg'William S Fulton2016-05-249-1/+133
|\ \
| * | use %inline for testMike Romberg2016-05-243-8/+4