| .. |
|
allegrocl
|
[allegrocl] Small set of bug fixes and typemap tweaks.
|
2011-06-21 18:51:25 +00:00 |
|
cffi
|
Change typemap matching rules for the default type (SWIGTYPE) to follow template partial specialization type deduction. Fixes some containers of const pointers. SWIGTYPE*& typemps removed and replaced with SWIGTYPE *const&.
|
2010-04-01 18:26:37 +00:00 |
|
chicken
|
Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and (char *STRING, int LENGTH) - Java patch is from Volker Grabsch. Elements of the primitive_types.i testcase for this moved into char_binary.i. Documentation for this enhanced.
|
2011-01-14 19:06:43 +00:00 |
|
clisp
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
csharp
|
The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc.
|
2011-12-21 07:16:44 +00:00 |
|
d
|
[D] Exception and Error have become blessed names; removed d_exception_name test case.
|
2012-01-23 21:59:20 +00:00 |
|
gcj
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
go
|
Fix problems in Go support revealed by recent test cases.
|
2012-03-14 19:27:23 +00:00 |
|
guile
|
cosmetic style fix on pointer declarations
|
2011-05-25 17:13:45 +00:00 |
|
java
|
Make generated support functions in arrays_java.i static for multiple module linking
|
2012-02-16 07:14:18 +00:00 |
|
lua
|
Slight change to the Lua macro names to separate ELUA and ELUAC from normal Lua - patch from Raman Gopalan
|
2012-01-16 22:50:07 +00:00 |
|
modula3
|
Change typemap matching rules for the default type (SWIGTYPE) to follow template partial specialization type deduction. Fixes some containers of const pointers. SWIGTYPE*& typemps removed and replaced with SWIGTYPE *const&.
|
2010-04-01 18:26:37 +00:00 |
|
mzscheme
|
Apply Ubuntu patch to fix Mzscheme std::map wrappers
|
2010-04-09 23:04:59 +00:00 |
|
ocaml
|
The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc.
|
2011-12-21 07:16:44 +00:00 |
|
octave
|
Fix #3475492 - iterating through std::vector wrappers of enumerations.
|
2012-03-13 07:10:24 +00:00 |
|
perl5
|
perl5 error handling improvements
|
2011-12-10 18:33:04 +00:00 |
|
php
|
The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc.
|
2011-12-21 07:16:44 +00:00 |
|
pike
|
The 'directorin' typemap now accepts , etc expansions instead of having to use workarounds - _name, _name etc.
|
2011-12-21 07:16:44 +00:00 |
|
python
|
Fix #3475492 - iterating through std::vector wrappers of enumerations.
|
2012-03-13 07:10:24 +00:00 |
|
r
|
Fix #3475492 - iterating through std::vector wrappers of enumerations.
|
2012-03-13 07:10:24 +00:00 |
|
ruby
|
Fix #3475492 - iterating through std::vector wrappers of enumerations.
|
2012-03-13 07:10:24 +00:00 |
|
std
|
Fix #3475492 - iterating through std::vector wrappers of enumerations.
|
2012-03-13 07:10:24 +00:00 |
|
tcl
|
[Tcl] Fix variable declarations in middle of blocks which isn't
|
2011-06-18 04:24:19 +00:00 |
|
typemaps
|
Patch from Karl Wette to allow custom allocators in STL string classes
|
2012-03-16 06:58:40 +00:00 |
|
uffi
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
xml
|
delete the perl5 typemaps, ignored here
|
2006-01-05 19:34:51 +00:00 |
|
allkw.swg
|
Added support for the D programming languge.
|
2010-11-18 00:24:02 +00:00 |
|
attribute.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
carrays.i
|
Fix constructors in named typedef class declarations
|
2011-08-25 19:27:38 +00:00 |
|
cdata.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
cmalloc.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
constraints.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
cpointer.i
|
Remove warning: 'self' is a ruby keyword, renaming to 'C_self' since improving autodoc for Ruby
|
2011-12-21 22:01:27 +00:00 |
|
cstring.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
cwstring.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
exception.i
|
Added support for the D programming languge.
|
2010-11-18 00:24:02 +00:00 |
|
intrusive_ptr.i
|
shared_ptr improvements so the proxy class does not need to be specified - SWIG_SHARED_PTR macro deprecated and replaced by %shared_ptr
|
2010-05-22 23:57:19 +00:00 |
|
inttypes.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
linkruntime.c
|
fix macro issue reported by Vladimir Menshakov
|
2006-04-10 19:00:44 +00:00 |
|
math.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
pointer.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
runtime.swg
|
fix VC++ warning
|
2005-09-29 13:17:05 +00:00 |
|
shared_ptr.i
|
Add std_shared_ptr.i and document shared_ptr library
|
2010-06-01 19:03:55 +00:00 |
|
std_except.i
|
Added support for the D programming languge.
|
2010-11-18 00:24:02 +00:00 |
|
stdint.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
stl.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
swig.swg
|
Remove VARARGS_SENTINEL typemaps further to revision 12666. Note that the idea of having a named typemap for sentinels is flawed unless the named typemap is provided for every single type in the typemap library.
|
2011-05-14 23:54:09 +00:00 |
|
swigarch.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
swigerrors.swg
|
add the null reference error
|
2005-12-27 22:01:39 +00:00 |
|
swiginit.swg
|
[lua] updated configure script yet again
|
2008-01-24 06:16:45 +00:00 |
|
swiglabels.swg
|
Suppress unused methods warning for VC++
|
2008-06-22 22:12:43 +00:00 |
|
swigrun.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
swigrun.swg
|
Fix typo in comment
|
2010-06-20 15:27:34 +00:00 |
|
swigwarnings.swg
|
Fix a few typos.
|
2008-05-19 20:23:50 +00:00 |
|
wchar.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |
|
windows.i
|
SWIG license change - The Examples and Lib move to a very permissive license in the LICENSE file, removing the BSD license restrictions as agreed by committers since it was inadvertently introduced. Remove some examples where the impact of the license change is not clear.
|
2010-02-27 23:26:02 +00:00 |