summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Remove unused cvsignore targetmatlabWilliam S Fulton2017-02-141-6/+0
* Merge matlab .ignore file into the one and only .gitignore fileWilliam S Fulton2017-02-131-4/+0
* Issue #51: Removed subsref, subsasgn from SwigRef.mJoel Andersson2016-07-124-10/+10
* Issue #67 Made build system MATLAB/Octave bilingualJoel Andersson2016-07-062-28/+38
* Issue #67 Buildsystem cleanupJoel Andersson2016-07-051-9/+9
* Issue #67 nested_structs.iJoel Andersson2016-07-051-2/+6
* Issue #67 Fixed preproc.iJoel Andersson2016-07-052-23/+30
* Issue #67 Fixed enums.iJoel Andersson2016-07-052-14/+19
* Issue #67 Fixed rename_scope_runme.mJoel Andersson2016-07-051-2/+1
* Issue #67 Fixed case insensitive conflict in testJoel Andersson2016-07-052-1/+6
* Merge branch 'master' of https://github.com/swig/swig into matlabJoel Andersson2016-07-02132-216/+4815
|\
| * 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
| |\ \