summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* run make beautify-file on matlab.cxxWilliam S Fulton2017-02-141-728/+737
* Remove unnecessary codeWilliam S Fulton2017-02-141-4/+4
* Tidy up matlab options displayWilliam S Fulton2017-02-141-3/+3
* Fix incorrect whitespace changeWilliam S Fulton2017-02-131-1/+1
* The function ‘nargincheck’ does not exist under Matlab R2008b and the fun...Arnaud Barré2016-11-111-3/+9
* Same warnings than before but the fix needs to modify the Matlab language mod...Arnaud Barré2016-11-071-3/+9
* By default, do not allow saving of SwigRefJoris Gillis; u00523732016-08-031-0/+3
* MATLAB directors; fix for void functionsJoris Gillis; u00523732016-08-021-7/+17
* Issue #71 Remove default disp implementationJoel Andersson2016-07-121-3/+0
* Issue #51: Removed subsref, subsasgn from SwigRef.mJoel Andersson2016-07-121-28/+0
* Removed debug code in MATLAB moduleJoel Andersson2016-07-081-97/+1
* Cleaned up indentation, matlab.cxxJoel Andersson2016-07-081-443/+443
* Merge branch 'master' of https://github.com/swig/swig into matlabJoel Andersson2016-07-0230-480/+1402
|\
| * Merge branch 'wkalinin-nested-ignore-fix'William S Fulton2016-06-262-6/+14
| |\
| | * fix for nested ignored typesVladimir Kalinin2016-05-182-6/+14
| * | 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