| .. |
|
allegrocl
|
Remove pulling std::string into global namespace with allegrocl std::string wrappers
|
2012-03-21 06:55:07 +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
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
csharp
|
Merge trunk (up to just after swig 2.0.5 release - rev 13009) to gsoc2008-cherylfoil
|
2012-04-27 18:55:37 +00:00 |
|
d
|
[D] Reverted part of #3502431 mistakenly applied in r12948.
|
2012-04-17 12:17:42 +00:00 |
|
gcj
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
go
|
Add support for new features available in gccgo 4.7, notably calling
|
2012-03-20 22:35:40 +00:00 |
|
guile
|
cosmetic style fix on pointer declarations
|
2011-05-25 17:13:45 +00:00 |
|
java
|
char **STRING_ARRAY typemaps fixed to handle null pointers
|
2012-04-28 14:29:23 +00:00 |
|
lua
|
Fix uninitialised variable in Lua SWIGTYPE **OUTPUT typemaps
|
2012-04-25 05:53:14 +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
|
Make octave_dim tests pass for octave version != 3.2.4
|
2012-04-15 22:47:38 +00:00 |
|
perl5
|
warning fix using vc++
|
2012-04-19 06:35:00 +00:00 |
|
php
|
Merge trunk (up to just after swig 2.0.5 release - rev 13009) to gsoc2008-cherylfoil
|
2012-04-27 18:55:37 +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
|
More for Mac OSX STL fixes
|
2012-04-28 14:27:55 +00:00 |
|
r
|
remove spurtious printf
|
2012-04-15 12:25:50 +00:00 |
|
ruby
|
Apply patch #3517769 from Robin Stocker to fix compile error on MacRuby using RSTRING_PTR
|
2012-04-14 16:18:04 +00:00 |
|
std
|
Fix missing stddef.h when %import of STL containers. Was causing compile failures witht g++-4.6.
|
2012-03-20 20:07:56 +00:00 |
|
tcl
|
[Tcl] Fix variable declarations in middle of blocks which isn't
|
2011-06-18 04:24:19 +00:00 |
|
typemaps
|
Fix missing stddef.h when %import of STL containers. Was causing compile failures witht g++-4.6.
|
2012-03-20 20:07:56 +00:00 |
|
uffi
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +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
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
carrays.i
|
Fix constructors in named typedef class declarations
|
2011-08-25 19:27:38 +00:00 |
|
cdata.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
cmalloc.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
constraints.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +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
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
cwstring.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +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
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
linkruntime.c
|
fix macro issue reported by Vladimir Menshakov
|
2006-04-10 19:00:44 +00:00 |
|
math.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
pointer.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +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
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
stl.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
swig.swg
|
Go back to using free/malloc rather than realloc as may be slower
|
2012-04-17 07:02:15 +00:00 |
|
swigarch.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +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
|
Merged revisions 10487,10498-10499,10503-10504,10506,10508,10511,10515-10516,10518-10519,10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-10580,10582,10584,10588-10589,10594,10607-10610,10616,10621,10624-10629,10633-10641,10643,10647,10649-10650,10662,10672,10676-10677,10682-10683,10714,10726-10727,10738,10743,10747,10749,10794,10801-10809,10827-10831,10834 via svnmerge from
|
2008-09-12 10:51:51 +00:00 |
|
swigrun.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +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
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |
|
windows.i
|
merge revisions 11872:11876 from trunk to gsoc2008-cherylfoil branch - license changes
|
2010-03-05 23:43:39 +00:00 |