summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'avalluri-leaks'William S Fulton2016-06-264-1/+10
|\
| * memory leak improvements - delete at end of scopeWilliam S Fulton2016-06-261-2/+3
| * scilab.cxx: Fix memory leaksAmarnath Valluri2016-06-161-0/+3
| * Fix leaked file descriptorAmarnath Valluri2016-06-161-0/+1
| * Lua: Fix possible memory leaksAmarnath Valluri2016-06-161-0/+3
| * go.cxx: Fix use of a freed variableAmarnath Valluri2016-06-161-1/+2
* | Merge branch 'ahnolds-implicittest'William S Fulton2016-06-251-2/+14
|\ \
| * | Fixing implicitconv handling for fastdispatch and castmodeAlec Cooper2016-06-231-2/+14
* | | Added support for type aliasLior Goldberg2016-06-221-8/+7
|/ /
* | smartptr inheritance fix when using templates and typedefsWilliam S Fulton2016-06-211-1/+7
|/
* Avoid polluting global python namespace with version_info symbolWilliam S Fulton2016-06-071-10/+10
* Python: Do not import all of sys when using -relativeimportWilliam S Fulton2016-06-061-5/+5
* > to >=Mike Romberg2016-06-061-1/+1
* Make the check for python3 -relative does python runtime check.Mike Romberg2016-06-061-7/+8
* fix for new split module test cases.Mike Romberg2016-06-021-9/+37
* Smart pointer to %ignored class doesn't expose inherited methods fix.William S Fulton2016-05-311-3/+2
* Fix SWIG overloading warning display for R and allegroclWilliam S Fulton2016-05-282-6/+12
* Compile warning fixWilliam S Fulton2016-05-281-1/+1
* Remove unused kwnames generated variable in Ruby wrappersWilliam S Fulton2016-05-282-2/+3
* Fix unused variable warning in Perl wrappersWilliam S Fulton2016-05-281-0/+2
* Merge branch 'mromberg-implpkg'William S Fulton2016-05-241-2/+19
|\
| * use relative import for -builtin and python2Mike Romberg2016-05-241-1/+2
| * Python3 removes support for relative importsMike Romberg2016-04-051-1/+8
| * use importlib to load C extension modules for python 2.7 and newerMike Romberg2016-04-051-1/+10
* | Merge branch 'tamuratak-master'William S Fulton2016-05-171-5/+6
|\ \
| * | Revert introduction of minor memory leak in Ruby wrappersWilliam S Fulton2016-05-171-1/+5
| * | ruby: use nodeType attribute to determine whether functions are constructors.Takashi Tamura2016-04-081-5/+2
| |/
* | Merge branch 'ruby-module-docstring'William S Fulton2016-05-171-0/+12
|\ \
| * | Ruby module docstring avoid memory leakAurelien Jacobs2016-01-121-2/+4
| * | Ruby add support for docstring option in %module()Aurelien Jacobs2016-01-111-0/+10
* | | Fix assertion handling defaultargsWilliam S Fulton2016-05-071-7/+18
* | | Merge branch 'ejulien-python_operator_overload_test_suite'William S Fulton2016-05-051-2/+3
|\ \ \
| * | | Fix Python 3 division member operator when -builtin is not used.Emmanuel Julien2016-02-221-0/+1
| * | | Fix class member division operator.Emmanuel Julien2016-02-221-2/+2
* | | | Don't issue unnecessary base class ignored messageWilliam S Fulton2016-05-021-1/+2
* | | | Complain about any new shift/reduce conflicts in the grammarVadim Zeitlin2016-04-201-4/+7
* | | | [Go] Fix use of goout typemap in non-cgo mode.Ian Lance Taylor2016-04-181-0/+5
* | | | [Go] Fix use of goout typemap when calling base method byIan Lance Taylor2016-04-181-0/+6
* | | | Refactor several Swig_name_xxx() functions into a single oneVadim Zeitlin2016-04-111-54/+16
* | | | Refactor code accessing naming_hashVadim Zeitlin2016-04-111-85/+15
| |_|/ |/| |
* | | Merge branch 'ahnolds-py_gettar'William S Fulton2016-04-021-6/+2
|\ \ \
| * | | Fixing python attribute lookupAlec Cooper2016-01-241-6/+2
* | | | Fix single arguments using python -builtin -O with %feature("compactdefaultar...Ling Li2016-04-021-1/+2
* | | | Fix assertion for some languages when wrapping a C++11 enum class that is pri...William S Fulton2016-03-318-0/+24
* | | | Fix reversed mapping of < and > in commented codeOlly Betts2016-03-291-2/+2
* | | | fix handling of function pointers by %constant directivePaweł Tomulik2016-03-241-7/+25
* | | | prevent _swigconstant boilerplate for non-class typesPaweł Tomulik2016-03-151-6/+21
* | | | Warning fix in Go wrappers when wrapping string constantsWilliam S Fulton2016-03-131-0/+1
* | | | Don't truncate cffi character constantsWilliam S Fulton2016-03-131-1/+1
* | | | Merge branch 'char-escaping'William S Fulton2016-03-126-21/+83
|\ \ \ \