summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [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
| |\ \
| | * | interface macro changes to support templatesWilliam S Fulton2016-02-092-10/+10
| | * | Rename GetCPtr/getCPtr to SWIGInterfaceUpcastWilliam S Fulton2016-02-082-8/+8
| | * | interface feature support for const ref pointers (used by the STL)William S Fulton2016-02-072-14/+15
| | * | Interface feature support for arraysWilliam S Fulton2016-02-062-11/+11
| | * | interface feature support for passing by valueWilliam S Fulton2016-02-062-12/+28
| | * | interface feature support for referencesWilliam S Fulton2016-02-061-6/+6
| | * | Formatting fixes in generated code for interface featureWilliam S Fulton2016-02-062-25/+17
| | * | interface feature typemap corrections to handle NULL pointersWilliam S Fulton2016-02-051-1/+2
| | * | javadirectorin fixVladimir Kalinin2013-05-291-2/+1
| | * | feature:interface ported to JavaVladimir Kalinin2013-05-212-0/+54
* | | | scilab: fix C90 non conformancesimon2016-03-111-5/+6
* | | | scilab: remove debug stuffsimon2016-03-111-1/+0
| |_|/ |/| |
* | | scilab: fix object/pointer type checkingsimon2016-03-081-2/+9
* | | scilab: pointers are mapped as a tlist (instead of pointers) containing type ...simon2016-03-081-11/+136
* | | scilab: fix indentationsimon2016-03-023-36/+36