summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | Rename feature_interface.i to swiginterface.iWilliam S Fulton2016-03-032-0/+18
| * | | Use rstrip instead of regex encoder in %feature_renameWilliam S Fulton2016-03-032-2/+2
| * | | Interface macros: %interface %interface_impl %interface_customWilliam S Fulton2016-03-022-16/+28
| * | | Add $interfacename family of special variable expansionsWilliam S Fulton2016-02-292-9/+13
| * | | Interface name handling improvements and special variable changesWilliam S Fulton2016-02-292-38/+40
| * | | interface feature - SWIG_JAVABODY_PROXY does not need to be overriddenWilliam S Fulton2016-02-261-1/+0
| * | | Support namespaces and nspace with the interface feature for C#William S Fulton2016-02-261-15/+24
| * | | Support namespaces and nspace with the interface feature for JavaWilliam S Fulton2016-02-261-16/+31
| * | | Add Java premature garbage collection prevention parameter (pgcpp) to interfa...William S Fulton2016-02-241-1/+1
| * | | Create javainterfacecode and csinterfacecode typemapsWilliam S Fulton2016-02-232-2/+13
| * | | IntPtr & HandleRef absolute names usedVladimir Kalinin2016-02-141-4/+4
| * | | director generation fixesVladimir Kalinin2016-02-121-0/+4
| * | | Merge branch 'interfaces' into interfaces2William S Fulton2016-02-112-0/+63
| |\ \ \