index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial implementation
issue-379-pythoncode-indent
Olly Betts
2015-06-03
1
-48
/
+103
*
Add new feature "python:cdefaultargs"
William S Fulton
2015-05-28
1
-2
/
+3
*
Fix Python typedef bool default arguments that are not booleans.
William S Fulton
2015-05-27
1
-19
/
+11
*
Refactor PYTHON::convertValue
William S Fulton
2015-05-27
1
-77
/
+85
*
[Go] Adjust last change to always emit a destructor.
Ian Lance Taylor
2015-05-18
1
-20
/
+21
*
[Go] Fix bug with ignored destructor--generated code did not compile.
Ian Lance Taylor
2015-05-18
1
-18
/
+19
*
Refactor Java director swig_override array code
William S Fulton
2015-05-10
1
-7
/
+1
*
Merge pull request #413 from LindleyF/master
Olly Betts
2015-05-08
1
-3
/
+8
|
\
|
*
Don't include an STL header in SWIG.
Lindley French
2015-05-07
1
-3
/
+8
*
|
[Python] Deal with an integer as the default value of a bool
Olly Betts
2015-05-07
1
-0
/
+4
*
|
Merge pull request #403 from LindleyF/master
Olly Betts
2015-05-07
1
-2
/
+3
|
\
\
|
|
/
|
*
Use a bitset which is automatically initialized to 0, instead of a bool array...
Lindley French
2015-05-06
1
-6
/
+3
|
*
Too hard to conditionally define the memset....instead just make sure the arr...
Lindley French
2015-05-01
1
-10
/
+4
|
*
Only output memset if the array exists.
Lindley French
2015-04-30
1
-2
/
+10
|
*
Zero-initialize swig_override in the director constructor.
Lindley French
2015-04-30
1
-0
/
+2
*
|
Add support for friend templates, including operator overloading.
William S Fulton
2015-05-05
1
-1
/
+1
*
|
[Go] Make sure that arguments for which use memcpy when calling C are
Ian Lance Taylor
2015-05-04
1
-1
/
+27
|
/
*
Fix handling of default arguments after ignored ones in Python.
Vadim Zeitlin
2015-04-27
1
-5
/
+4
*
gcc-5.1 warning fixes
William S Fulton
2015-04-26
4
-10
/
+2
*
Python code generated with '-builtin -modernargs' segfaults for any method ta...
William S Fulton
2015-04-24
1
-8
/
+6
*
Warning fix for VC++
William S Fulton
2015-04-23
1
-1
/
+1
*
Fix handling of "default" typemap in Python.
Vadim Zeitlin
2015-04-23
1
-7
/
+14
*
No changes, just added an explanatory comment to Python module.
Vadim Zeitlin
2015-04-23
1
-1
/
+9
*
Fix handling of NULL default argument values for pointer types.
Vadim Zeitlin
2015-04-23
1
-2
/
+16
*
Clearer warning message for badly constructed typecheck typemaps
William S Fulton
2015-04-14
3
-6
/
+6
*
Merge pull request #281 from ivan4th/master
William S Fulton
2015-04-11
1
-1
/
+6
|
\
|
*
CFFI: handle array struct/union members.
Ivan Shvedunov
2014-12-20
1
-1
/
+6
*
|
Merge branch 'amaeldoe-master'
William S Fulton
2015-04-11
1
-0
/
+11
|
\
\
|
*
|
Make __dict__ accessible for Python builtin classes
Yoann Vandoorselaere
2015-04-11
1
-0
/
+11
*
|
|
Fix javadowncast to csdowncast in C# backend
Olly Betts
2015-03-30
1
-1
/
+1
*
|
|
"suppport" -> "support"
Olly Betts
2015-03-27
1
-1
/
+1
*
|
|
Fix C&P references to Python in comments
Olly Betts
2015-03-27
4
-7
/
+7
*
|
|
Correct java warning to save javabase not csbase
Olly Betts
2015-03-27
1
-1
/
+1
*
|
|
When warning about multiple inheritance in C#, say C# in the message instead ...
James Athey
2015-03-26
1
-1
/
+1
*
|
|
[Go] Correct goargout typemap when matching multiple parameters.
Ian Lance Taylor
2015-03-16
1
-9
/
+8
*
|
|
Configure fix and warning fix for Go
William S Fulton
2015-03-14
1
-1
/
+1
*
|
|
Merge branch 'master' of git://github.com/swig/swig
Ian Lance Taylor
2015-03-12
9
-1
/
+11
|
\
\
\
|
*
|
|
Create director_common.swg for language-indep code
Olly Betts
2015-03-12
9
-1
/
+11
*
|
|
|
[Go] Consistently use the same type when dispatching to an overloaded
Ian Lance Taylor
2015-03-12
1
-38
/
+43
|
/
/
/
*
|
|
[Go] Fix overloading on an undefined type.
Ian Lance Taylor
2015-03-06
1
-1
/
+36
*
|
|
[Go] Use imtype when checking for pointer in cgo type. Permit func,
Ian Lance Taylor
2015-03-04
1
-3
/
+15
*
|
|
[Go] Add -cgo option, required for Go version 1.5 and later.
Ian Lance Taylor
2015-03-02
1
-155
/
+1317
*
|
|
Avoid debug code segfaults when top==NULL
Olly Betts
2015-02-26
1
-2
/
+2
*
|
|
Fix segmentation fault when top==NULL
Olly Betts
2015-02-26
1
-0
/
+4
*
|
|
[Go] Change SWIG directors to use a handle instead of a Go pointer.
Ian Lance Taylor
2015-02-22
1
-13
/
+26
*
|
|
[Go] Fixes so that the go_subdir_import test will work with gccgo.
Ian Lance Taylor
2015-02-22
1
-1
/
+1
*
|
|
Fixed errors due to last sync.
Misha Seltzer
2015-02-17
1
-1
/
+1
*
|
|
Fixed SWIG go for cases when SWIG %import-s another package which is located ...
Misha Seltzer
2015-02-17
1
-4
/
+19
*
|
|
Guile - fix generated code for static const char member variables when define...
William S Fulton
2015-02-11
1
-15
/
+5
*
|
|
Merge branch 'stricter-warnings'
William S Fulton
2015-02-11
2
-8
/
+10
|
\
\
\
[next]