summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* update fortran branch. merge of 12160:12460a11426-fortranDerrick2011-02-1455-581/+3974
|\
| * [Ocaml] Apply patch #3151788 from Joel Reymont. Brings Ocaml support a up to ...William S Fulton2011-02-143-231/+209
| * patch #3176274 - Ruby typecheck typemap for time_t.William S Fulton2011-02-131-0/+5
| * remove duplicate UTL char * typemapsWilliam S Fulton2011-02-131-2/+0
| * Fix some eroneous typecheck rankings for phpWilliam S Fulton2011-02-051-5/+5
| * Fix typecheck typemaps for SWIGTYPE *const&William S Fulton2011-01-302-1/+7
| * [D] Don't break function return types in typemaps.i.David Nadlinger2011-01-291-9/+9
| * [D] Fix byte/ubyte confusion in typemaps.i.David Nadlinger2011-01-291-4/+4
| * [D] Support for C++ references to primitive types.David Nadlinger2011-01-291-5/+12
| * Fix C# typemaps.i so that %apply works doesn't break function returns using t...William S Fulton2011-01-241-12/+9
| * Add string & length typemap for Go.Ian Lance Taylor2011-01-141-0/+23
| * Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and...William S Fulton2011-01-145-5/+19
| * Update to support current Go releases.Ian Lance Taylor2011-01-113-198/+49
| * [D] Removed leftover %dstripprefix definition.David Nadlinger2010-12-301-1/+0
| * [D] Operator overloading support for D1 and D2.David Nadlinger2010-12-302-71/+223
| * [D] Replaced the term "wrap D module" with "intermediary D module" (including...David Nadlinger2010-11-2813-169/+169
| * [D] Refer to the built-in Exception class using its fully-qualified name.David Nadlinger2010-11-271-12/+12
| * [D] Use __cdecl instead of __stdcall on Windows as well to avoid special casing.David Nadlinger2010-11-221-4/+4
| * [D] Added a missing part of the Windows wrapper library loading code.David Nadlinger2010-11-211-0/+5
| * [D] Renamed the "dnativeconst" feature to "dmanifestconst".David Nadlinger2010-11-181-1/+1
| * Added support for the D programming languge.David Nadlinger2010-11-1832-4/+3358
| * Update for recent runtime name changes (a better mechanism is clearlyIan Lance Taylor2010-11-122-8/+8
| * Fix typo "the the" -> "the"Olly Betts2010-10-193-6/+3
| * dos to unix fileformattingWilliam S Fulton2010-10-071-102/+102
| * Fix for compiling as C codeWilliam S Fulton2010-10-031-1/+2
| * Fix typo in commentOlly Betts2010-10-011-1/+1
| * [Python] Allow reinitialisation to work with an embedded PythonOlly Betts2010-10-011-1/+5
| * Apply patch from Tomas Dirvanauskas for std::map wrappers to avoid throwing e...William S Fulton2010-09-281-11/+13
| * Fix corner case marshalling of doubles - errno was not being correctly set b...William S Fulton2010-08-171-0/+1
| * remove duplicate definition of %$isextendWilliam S Fulton2010-07-231-1/+0
* | Adding support for new typemap attributes extraparm and replaceparm. TheDerrick2010-07-211-14/+10
* | updating fortran branch, merge of 12057:12160Derrick2010-07-1930-81/+1583
|\ \ | |/
| * Attach the swig_php_init_member_ptr fragment to all the typemaps which need it.Olly Betts2010-06-253-5/+5
| * Remove potential symbol clash with wrapped code (php)William S Fulton2010-06-243-7/+7
| * Wrapping pointer to member function types is likely to be rare, so useOlly Betts2010-06-244-12/+15
| * Fix typo in commentOlly Betts2010-06-201-1/+1
| * Rename "go" typemap to "gotype".Ian Lance Taylor2010-06-154-35/+35
| * Rename size checking macros to avoid leading double underscore. AlsoIan Lance Taylor2010-06-151-10/+10
| * Fix std::map warning keyword hack in GoWilliam S Fulton2010-06-112-5/+3
| * Remove Go director hack just to please the SWIG test-suiteWilliam S Fulton2010-06-111-10/+0
| * Fix SWIG_lua_isnilstring multiply defined when using multiple modules and wra...William S Fulton2010-06-101-6/+6
| * Fix // comments to /* */ in typemaps which should be usable from C code.Olly Betts2010-06-102-3/+3
| * Add support for the Go programming language.Ian Lance Taylor2010-06-1014-0/+1504
| * Add spaces to avoid unintended <: digraph in SWIG_STD_VECTOR_ENHANCEDWilliam S Fulton2010-06-011-15/+15
| * Fix SWIG_STD_VECTOR_ENHANCED macro used in C# std::vector to work with commasWilliam S Fulton2010-06-012-6/+5
| * Add std_shared_ptr.i and document shared_ptr libraryWilliam S Fulton2010-06-014-0/+8
| * Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-271-6/+6
| * Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-273-24/+24
* | adding beginning fortran bindings from patch sent to mailing list a few weeks...Derrick2010-06-071-0/+90
|/
* Fix %attribute2ref not to produce a syntax error if the lastOlly Betts2010-05-261-1/+1