summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [guile] Stop using deprecated aliasesguile-changesOlly Betts2022-03-165-12/+15
* [guile] Document that Guile 2.2.x and 3.0.x workOlly Betts2022-03-161-2/+2
* [ci] Only test guile on this branchOlly Betts2022-03-161-279/+0
* [ci] Add testing for guile 2.2 and 3.0Olly Betts2022-03-162-1/+5
* [Go] add typemaps for std::string*Ian Lance Taylor2022-03-153-9/+53
* [Go] Don't convert arrays to pointers if there is a "gotype" typemap entry.Ian Lance Taylor2022-03-154-2/+50
* [Go] Add documentation note about Go and C++ exceptions.Ian Lance Taylor2022-03-153-13/+29
* [Go] Add notes about recent Go-related changes.Ian Lance Taylor2022-03-151-0/+11
* Add some code comments about Python objects and capsule reference countingWilliam S Fulton2022-03-151-0/+3
* Re-enable overloading test for php8William S Fulton2022-03-151-5/+0
* [ci] Adjust how CPPFLAGS is setOlly Betts2022-03-151-2/+2
* Adjust Python variables example for Python 2Olly Betts2022-03-151-1/+1
* [scilab] Fix to work on WindowsYungLee2022-03-153-13/+15
* Re-enable symbol poisoning in a CI jobOlly Betts2022-03-152-6/+4
* List variables in variables exampleOlly Betts2022-03-151-1/+3
* Fix SWIG_Py*Method_New conditionalOlly Betts2022-03-141-2/+18
* %interface family of macros no longer add variable wrappersWilliam S Fulton2022-03-127-2/+48
* %interface family of macros enum fix for JavaWilliam S Fulton2022-03-121-4/+1
* Use GetFlag instead of Getattr for feature:interfaceWilliam S Fulton2022-03-124-17/+17
* Fixes for the family of %interface macros for overloaded methodsWilliam S Fulton2022-03-1212-15/+259
* Disable use of gcc poison pragmasWilliam S Fulton2022-03-121-0/+4
* HTML fixesWilliam S Fulton2022-03-122-2/+7
* Using declarations, directors and overloaded methodsWilliam S Fulton2022-03-104-13/+168
* Refactor code out of Language::unrollVirtualMethodsWilliam S Fulton2022-03-102-70/+81
* Language::unrollVirtualMethods variable initialisation refactorWilliam S Fulton2022-03-101-8/+4
* Add missing symtab for functions added by using declarationsWilliam S Fulton2022-03-102-1/+4
* Fix segfault in C# layer handling using declarationsWilliam S Fulton2022-03-103-2/+35
* Using declarations in derived class parameters scoping fixWilliam S Fulton2022-03-104-22/+74
* Remove confusing extra parameter from doc exampleOlly Betts2022-03-093-3/+3
* swig -go: treat a nil argument as NULLIan Lance Taylor2022-03-084-12/+53
* Go docs: add note on thread local storageIan Lance Taylor2022-03-082-17/+33
* Handle `)` in command line interface filenameOlly Betts2022-03-083-7/+36
* [Tcl] Fix SWIG_AsWCharPtrAndSize() to assign resultOlly Betts2022-03-082-0/+10
* swig -go: free correct variable in char *& typemapIan Lance Taylor2022-03-061-1/+1
* Clarify name used for matching out typemapsOlly Betts2022-03-071-3/+5
* [Python] Fix memory leak.Olly Betts2022-03-072-2/+22
* Fix PCRE2 macro used in AppVeyor testing.Andrew Rogers2022-03-071-1/+1
* Fix fatal error implemented by assertOlly Betts2022-03-072-9/+13
* Add/update docs for Malloc(), Exit(), etcOlly Betts2022-03-072-6/+26
* [Javascript] Fix handling of functions which take void*Olly Betts2022-03-075-2/+36
* Fix rename_camel testcase to work for GoOlly Betts2022-03-072-25/+21
* Stop suggesting %name in Guile.htmlOlly Betts2022-03-071-3/+5
* Reenable rename_camel testcaseOlly Betts2022-03-071-1/+1
* Fix and expand rename_camel.i testcaseOlly Betts2022-03-073-12/+64
* Remove redundant conditionalOlly Betts2022-03-071-4/+0
* add doc on %attribute and templates (#2224)Kris Thielemans2022-03-071-1/+22
* swig -go: treat non-const references as pointersIan Lance Taylor2022-03-054-19/+115
* swig -go: fail test if "go build" failsIan Lance Taylor2022-03-051-0/+16
* Try to prevent direct use of exit(), malloc(), etcOlly Betts2022-03-064-16/+50
* Eliminate C++11 from constant_expr testOlly Betts2022-03-061-3/+10