summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #77 from Alzathar/matlab-unused-parameterJoel Andersson2016-11-091-2/+2
|\
| * Clang warnings about unused parameters.Arnaud Barré2016-11-071-2/+2
* | The Matlab empty string ('') is not recognized as a valid string.Arnaud Barré2016-11-071-1/+1
|/
* Fix use of invalid iteratorSilvio Traversaro2016-08-281-0/+2
* Fix maybe-uninitialized pointerMatthew Woehlke2016-08-091-1/+1
* Issue #67 'end' must sometimes be overloadedJoel Andersson2016-07-081-1/+1
* Issue #67 Added list of MATLAB keywordsJoel Andersson2016-07-052-1/+49
* Issue #67 Added missing dependency on limits.hJoel Andersson2016-07-051-4/+2
* Issue #67 Replaced bool with intJoel Andersson2016-07-051-5/+5
* Issue #67 Tried to resolve Octave mex.h failureJoel Andersson2016-07-051-4/+11
* Merge branch 'master' of https://github.com/swig/swig into matlabJoel Andersson2016-07-0233-707/+1590
|\
| * castmode was failing overflow tests. Fix it.Mike Romberg2016-06-251-0/+4
| * Remove unused code in R wrappersWilliam S Fulton2016-06-051-4/+0
| * Fix unused warnings in perl wrappersWilliam S Fulton2016-05-281-2/+2
| * Fix unused variable warnings in Guile wrappersWilliam S Fulton2016-05-281-22/+12
| * Correct file format to unixWilliam S Fulton2016-05-281-508/+507
| * Remove unused variables from C# boost::intrusive_ptr wrappersWilliam S Fulton2016-05-281-3/+3
| * Fix unused variable warning in Perl wrappersWilliam S Fulton2016-05-281-0/+1
| * Ruby opaque pointer handling regression fixWilliam S Fulton2016-05-241-4/+8
| * Fix directorin SWIGTYPE typemaps to make a copy as these are used for pass by...William S Fulton2016-05-148-12/+12
| * Merge pull request #663 from richardbeare/RVectorRefsRebasejoequant2016-05-131-47/+53
| |\
| | * cleaned up constantsRichard Beare2016-04-211-45/+52
| | * R delete an old trace statementRichard Beare2016-04-191-2/+1
| | * Missing definitions for vector referencesRichard Beare2016-04-191-27/+27
| * | Merge branch 'ejulien-python_operator_overload_test_suite'William S Fulton2016-05-051-3/+9
| |\ \
| | * | Fix Python 3 division member operator when -builtin is not used.Emmanuel Julien2016-02-221-0/+8
| | * | Fix class member division operator.Emmanuel Julien2016-02-221-3/+1
| * | | Remove gcc warnings when using -Wconversion. Right side of expressions are s...Dan Williams2016-04-271-4/+4
| | |/ | |/|
| * | [Go] Fix "in" typemap for char *&.Ian Lance Taylor2016-04-171-4/+5
| * | [Go] Fixes for Go 1.6: avoid returning Go pointers fromIan Lance Taylor2016-04-173-4/+56
| * | Merge pull request #645 from richardbeare/RCharacterVectorSupportjoequant2016-04-121-2/+46
| |\ \
| | * | run test and copying typemaps to std::stringRichard Beare2016-04-051-4/+14
| | * | added R string vector to C++ std::vector of stringsRichard Beare2016-04-051-2/+36
| * | | scilab: fix pointer type nameSimon Marchetto2016-04-061-1/+1
| |/ /
| * | Java - unsigned long long marshalling improvements for negative numbersWilliam S Fulton2016-03-312-12/+30
| * | Cosmetic java typemap cleanupWilliam S Fulton2016-03-311-1/+0
| * | Merge pull request #633 from sbpcs59/masterjoequant2016-03-261-2/+2
| |\ \
| | * | Suppress message at package load - Creating a generic function for ‘print...sbpcs592016-03-101-2/+2
| * | | handle const pointers to functionsPaweł Tomulik2016-03-242-1/+4
| * | | Merge branch 'alexwarg-fix-lua-getitem'William S Fulton2016-03-221-13/+42
| |\ \ \
| | * | | Fix lua base class methods with __getitemAlexander Warg2016-03-171-13/+42
| * | | | Merge branch 'smarchetto-master' (Scilab test-suite fixes)William S Fulton2016-03-173-24/+27
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | scilab: fix warningsSimon Marchetto2016-03-142-16/+15
| | * | | scilab: fix compilation error (no return in SWIG_CheckPtr())Simon Marchetto2016-03-141-8/+12
| * | | | Merge pull request #636 from richardbeare/RExtraStdVectorNumericTypesjoequant2016-03-161-29/+444
| |\ \ \ \
| | * | | | Support for more numeric types in std::vector for R.Richard Beare2016-03-151-29/+444
| | |/ / /
| * | | | Add C++11 std::array container support for JavaWilliam S Fulton2016-03-141-0/+42
| |/ / /
| * | | Merge branch 'interfaces'William S Fulton2016-03-112-0/+137
| |\ \ \
| | * | | interface macro argument name tweaksWilliam S Fulton2016-03-112-4/+4
| | * | | Change the name of the interface in %feature to be more portableWilliam S Fulton2016-03-082-2/+2