summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2239 from igt-gteubl/csharp-capacity-cs0034William S Fulton2022-03-301-1/+1
|\
| * Fix CS0034 in Capacity method of std::vectorgteubl2022-03-181-1/+1
* | Add rvalue reference typemaps for DWilliam S Fulton2022-03-281-0/+43
* | Merge branch 'feature/python-builtin-separate-runtime-data'William S Fulton2022-03-262-2/+7
|\ \
| * | Use different capsule names with and without -builtinEugene Toder2022-03-182-2/+7
* | | Add Python < 3.3 support for pyabc.iWilliam S Fulton2022-03-231-8/+12
* | | Fix previous commitOlly Betts2022-03-202-3/+3
* | | [ci] Try to fix failing appveyor python buildsOlly Betts2022-03-202-3/+3
| |/ |/|
* | Fix compiler warning using Java std::wstringWilliam S Fulton2022-03-161-4/+4
* | [Go] Make -intgosize optionalOlly Betts2022-03-161-0/+1
* | [Go] add typemaps for std::string*Ian Lance Taylor2022-03-151-0/+50
|/
* Add some code comments about Python objects and capsule reference countingWilliam S Fulton2022-03-151-0/+3
* [scilab] Fix to work on WindowsYungLee2022-03-152-3/+3
* Fix SWIG_Py*Method_New conditionalOlly Betts2022-03-141-2/+18
* swig -go: treat a nil argument as NULLIan Lance Taylor2022-03-081-0/+11
* [Tcl] Fix SWIG_AsWCharPtrAndSize() to assign resultOlly Betts2022-03-081-0/+1
* swig -go: free correct variable in char *& typemapIan Lance Taylor2022-03-061-1/+1
* [Python] Fix memory leak.Olly Betts2022-03-071-2/+11
* [Javascript] Fix handling of functions which take void*Olly Betts2022-03-072-2/+2
* Remove redundant conditionalOlly Betts2022-03-071-4/+0
* swig -go: treat non-const references as pointersIan Lance Taylor2022-03-051-5/+43
* Fix GCC -Wunused warning in generated Tcl wrappersOlly Betts2022-03-041-0/+1
* Fix typos in docs and commentsOlly Betts2022-02-279-17/+17
* Remove commented out redundant codeOlly Betts2022-02-271-10/+0
* Add %rename matching docs and improvementsWilliam S Fulton2022-02-261-1/+4
* Merge pull request #2205 from swig-fortran/extend-testsOlly Betts2022-02-251-1/+1
|\
| * Add C "contract" testSeth R Johnson2022-02-121-1/+1
* | [PHP] Fix cleanup code handling issuesOlly Betts2022-02-172-5/+5
* | More director const std::string& testing and C# leak fixWilliam S Fulton2022-02-131-2/+2
|/
* Avoid -Wempty-body warnings from SWIG_contract_assertOlly Betts2022-02-119-18/+22
* Merge pull request #2197 from swig-fortran/rename-warnOlly Betts2022-02-109-13/+13
|\
| * Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-069-13/+13
* | Fix typosDimitris Apostolou2022-02-101-1/+1
* | [Tcl] std_vector.i: Remove unneeded \ line joinsOlly Betts2022-02-101-11/+11
* | [Tcl] Fix Tcl generic input typemap for std::vectorOlly Betts2022-02-101-1/+1
|/
* Merge branch 'doc-work' into upstream-masterWilliam S Fulton2022-02-051-126/+0
|\
| * Move %attribute documentation into the manualCorey Minyard2022-01-261-126/+0
* | Merge branch 'octave-4-4-bugfix' of https://github.com/friedrichatgc/swigOlly Betts2022-02-041-2/+2
|\ \
| * | Fixed octave version check and enabled VPATH build for check-octave-operator ...Markus Friedrich2022-01-161-1/+1
| * | Merge remote-tracking branch 'origin/master' into HEADMarkus Friedrich2022-01-16124-6876/+1847
| |\ \
| * | | Bugfix for octave 4.4Markus Friedrich2019-11-241-0/+5
* | | | [Python] Improve handling of SWIG_Py*Method_NewOlly Betts2022-02-041-0/+8
* | | | [C#] Fix memory leak in directorin typemap for std::string.Olly Betts2022-02-031-2/+2
* | | | [python] Workaround MSVC2022-related bugOlly Betts2022-02-031-0/+7
* | | | Fix function prototypes of generated pointer functionsJustus Winter2022-02-032-4/+4
* | | | Fix -Wstrict-prototypes warning in generated PHP wrappersOlly Betts2022-02-031-1/+1
* | | | [scilab] Name init function name to avoid collisionClement David2022-02-021-1/+1
* | | | Merge pull request #1398 from swig-fortran/missing-includesOlly Betts2022-02-015-17/+37
|\ \ \ \
| * | | | Move <string.h> fragment to swigfragmentsSeth R Johnson2019-01-063-4/+6
| * | | | Fix missing include in SWIG typemapSeth R Johnson2019-01-064-17/+35