summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Fix warning in D test-suiteWilliam S Fulton2022-03-283-5/+5
* Consistent cpp11 testing in test-suiteWilliam S Fulton2022-03-2719-0/+19
* git commit -m "Fix test-suite's make clean to clean cpp11 testcasesWilliam S Fulton2022-03-271-0/+1
* Fix running make-cpp11 for ocamlWilliam S Fulton2022-03-271-0/+1
* MzScheme 'passes' with c++11 testing nowWilliam S Fulton2022-03-272-0/+6
* Ocaml test-suite 'passes' with c++11 testing nowWilliam S Fulton2022-03-274-8/+10
* Stop testing two recently failing ocaml testsWilliam S Fulton2022-03-271-0/+2
* go_multicpp_setup make function correctionWilliam S Fulton2022-03-271-2/+2
* Further makefile refactoring for multicpptestsWilliam S Fulton2022-03-272-37/+13
* Merge branch 'feature/python-builtin-separate-runtime-data'William S Fulton2022-03-266-6/+54
|\
| * Rework swig_and_compile_multi_cpp makefile helperWilliam S Fulton2022-03-262-7/+12
| * Different capsule names for builtin changes entryWilliam S Fulton2022-03-261-4/+8
| * Use different capsule names with and without -builtinEugene Toder2022-03-186-2/+41
* | Comment broken part of using_member.iWilliam S Fulton2022-03-261-0/+1
* | Fix using declaration in derived class bugsWilliam S Fulton2022-03-241-0/+54
* | Remove -py3 command line optionWilliam S Fulton2022-03-232-12/+5
* | Add Python < 3.3 support for pyabc.iWilliam S Fulton2022-03-232-19/+18
* | Merge branch 'flatstaticmember'William S Fulton2022-03-214-24/+35
|\ \
| * | Test -flatstaticmethod and %extendWilliam S Fulton2022-03-212-0/+11
| * | Move low level static methodsJim Easterbrook2022-03-181-23/+23
| * | Python: Option to generate flat class methodsJulien Schueller2022-03-181-1/+1
* | | [Go] Implement %extend base methods in child classes.Ian Lance Taylor2022-03-181-0/+4
* | | Update testcase commentOlly Betts2022-03-191-2/+2
* | | Fix checking of "optimal" typemap attributeOlly Betts2022-03-192-0/+49
|/ /
* | Merge remote-tracking branch 'wsfulton/appveyor-vs2022'William S Fulton2022-03-173-12/+21
|\ \
| * | cpp11_result_of testcase and result_of deprecation in c++17William S Fulton2022-03-161-9/+18
| * | Testcase correction for using declaration and membersWilliam S Fulton2022-03-162-3/+3
* | | Default to running tests with Python 3Olly Betts2022-03-1710-13/+14
|/ /
* | [Go] add typemaps for std::string*Ian Lance Taylor2022-03-151-9/+0
|/
* [Go] Don't convert arrays to pointers if there is a "gotype" typemap entry.Ian Lance Taylor2022-03-152-0/+44
* Re-enable overloading test for php8William S Fulton2022-03-151-5/+0
* Adjust Python variables example for Python 2Olly Betts2022-03-151-1/+1
* List variables in variables exampleOlly Betts2022-03-151-1/+3
* %interface family of macros no longer add variable wrappersWilliam S Fulton2022-03-123-0/+31
* Fixes for the family of %interface macros for overloaded methodsWilliam S Fulton2022-03-129-5/+196
* Using declarations, directors and overloaded methodsWilliam S Fulton2022-03-103-4/+161
* Add missing symtab for functions added by using declarationsWilliam S Fulton2022-03-101-1/+1
* Fix segfault in C# layer handling using declarationsWilliam S Fulton2022-03-102-0/+33
* Using declarations in derived class parameters scoping fixWilliam S Fulton2022-03-102-0/+32
* swig -go: treat a nil argument as NULLIan Lance Taylor2022-03-082-0/+6
* Handle `)` in command line interface filenameOlly Betts2022-03-081-1/+3
* [Javascript] Fix handling of functions which take void*Olly Betts2022-03-072-0/+31
* Fix rename_camel testcase to work for GoOlly Betts2022-03-072-25/+21
* Reenable rename_camel testcaseOlly Betts2022-03-071-1/+1
* Fix and expand rename_camel.i testcaseOlly Betts2022-03-073-12/+64
* swig -go: treat non-const references as pointersIan Lance Taylor2022-03-052-0/+57
* swig -go: fail test if "go build" failsIan Lance Taylor2022-03-051-0/+16
* Eliminate C++11 from constant_expr testOlly Betts2022-03-061-3/+10
* Fix incorrect expected output in new testcaseOlly Betts2022-03-061-1/+1
* Improve the change to allow parsing `9%a`Olly Betts2022-03-042-0/+21