| .. |
|
allegrocl
|
Merge branch 'master' into gsoc2009-matevz
|
2013-01-28 07:01:37 +00:00 |
|
cffi
|
Merge branch 'master' into gsoc2009-matevz
|
2013-10-10 07:26:09 +01:00 |
|
chicken
|
Merge branch 'master' into gsoc2009-matevz
|
2013-01-28 07:01:37 +00:00 |
|
clisp
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
csharp
|
Merge branch 'clang_fixes' of github.com:marvingreenberg/swig into marvingreenberg-clang_fixes
|
2014-02-15 22:37:40 +00:00 |
|
d
|
Work around differences in clang libc++ std::vector<bool>::const_reference
|
2014-02-04 16:00:12 -05:00 |
|
gcj
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
go
|
Work around differences in clang libc++ std::vector<bool>::const_reference
|
2014-02-04 16:00:12 -05:00 |
|
guile
|
Guile: make scm to string conversion work with non-ascii strings
|
2014-02-05 12:17:16 +01:00 |
|
java
|
Work around differences in clang libc++ std::vector<bool>::const_reference
|
2014-02-04 16:00:12 -05:00 |
|
lua
|
Attempt to catch unreproducable bug from Travis CI build
|
2014-02-19 13:34:49 +04:00 |
|
modula3
|
Add rvalue reference typemaps
|
2013-01-24 20:27:28 +00:00 |
|
mzscheme
|
Merge branch 'master' into gsoc2009-matevz
|
2013-10-10 07:26:09 +01:00 |
|
ocaml
|
Director exceptions now derive from std::exception
|
2014-01-20 19:40:52 +00:00 |
|
octave
|
Fix unused method warning in Octave
|
2014-02-15 18:36:01 +00:00 |
|
perl5
|
Add <string> fragment
|
2014-02-15 23:30:14 +00:00 |
|
php
|
[PHP] Update the lists of PHP keywords with new ones from PHP 5.4
|
2014-02-19 17:21:34 +13:00 |
|
pike
|
Merge branch 'master' into gsoc2009-matevz
|
2013-10-10 07:26:09 +01:00 |
|
python
|
"if (strlen(msg))" -> "if (msg[0])"
|
2014-02-17 16:26:48 +13:00 |
|
r
|
Fix Visual Studio compile error in C++ wrappers due to #include <exception> within extern "C" block.
|
2013-10-17 21:54:58 +01:00 |
|
ruby
|
"if (strlen(msg))" -> "if (msg[0])"
|
2014-02-17 16:26:48 +13:00 |
|
std
|
Add <string> fragment
|
2014-02-15 23:30:14 +00:00 |
|
tcl
|
Add <string> fragment
|
2014-02-15 23:30:14 +00:00 |
|
typemaps
|
Add <string> fragment
|
2014-02-15 23:30:14 +00:00 |
|
uffi
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
xml
|
delete the perl5 typemaps, ignored here
|
2006-01-05 19:34:51 +00:00 |
|
allkw.swg
|
-Wallkw now includes keywords for all languages with keyword
|
2014-02-19 22:07:26 +13:00 |
|
attribute.i
|
Fix %arg in Lib/attribute.i
|
2013-05-25 00:37:57 +01:00 |
|
carrays.i
|
Fix constructors in named typedef class declarations
|
2011-08-25 19:27:38 +00:00 |
|
cdata.i
|
Add support for cdata library for Java
|
2014-02-15 22:13:50 +00:00 |
|
cmalloc.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
constraints.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +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 gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
cwstring.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
exception.i
|
Fix deprecation warnings for test suite under guile 2.0
|
2013-04-28 22:06:24 +02:00 |
|
intrusive_ptr.i
|
Convert to unix fileformat
|
2013-01-12 16:54:37 +00:00 |
|
inttypes.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +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 gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
pointer.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +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 gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
stl.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
swig.swg
|
Add %$isextendmember for %rename of members added via %extend
|
2014-02-18 23:21:46 +00:00 |
|
swigarch.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
swigerrors.swg
|
Remove trailing spaces in the generated code.
|
2013-09-13 10:02:39 +02:00 |
|
swiginit.swg
|
Remove trailing spaces in the generated code.
|
2013-09-13 10:02:39 +02:00 |
|
swiglabels.swg
|
Remove trailing spaces in the generated code.
|
2013-09-13 10:02:39 +02:00 |
|
swigrun.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
swigrun.swg
|
Remove trailing spaces in the generated code.
|
2013-09-13 10:02:39 +02:00 |
|
swigwarnings.swg
|
Rework std::initializer_list handling to warn about usage in any method, not just constructors. A typemap is used to issue the warning and can be overridden with user defined behaviour.
|
2013-02-04 20:03:22 +00:00 |
|
wchar.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |
|
windows.i
|
merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes
|
2010-03-06 00:51:54 +00:00 |