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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scilab compilation fix when wrapping C++11 enum classes
William S Fulton
2021-11-15
1
-1
/
+1
*
Lua int ref typemap improvements
William S Fulton
2021-11-12
1
-4
/
+4
*
Fix mismatched new char[] and free() - Javascript
William S Fulton
2021-11-12
1
-1
/
+1
*
Avoid gcc 11 misleading indentation warning in generated code
Anthony Heading
2021-10-03
1
-1
/
+3
*
swig -go: don't use crosscall2 for panicking
Ian Lance Taylor
2021-09-15
1
-52
/
+1
*
remove Go -no-cgo option
Ian Lance Taylor
2021-09-14
1
-146
/
+0
*
Replace remaining PHP errors with PHP exceptions
Olly Betts
2021-05-26
5
-12
/
+9
*
php: Throw exceptions instead of using errors
Olly Betts
2021-05-25
3
-14
/
+26
*
php: SWIG_exception now maps code to exception class
Olly Betts
2021-05-25
1
-1
/
+12
*
Map known PHP interfaces to zend_class_entry*
Olly Betts
2021-05-25
3
-0
/
+67
*
Further leak fixes
Andrew Rogers
2021-05-18
1
-23
/
+43
*
Update tests for failing Python API calls to all use '!= 0'
Andrew Rogers
2021-05-18
1
-4
/
+4
*
Tidy up handling of OOM exceptions - Py*_New will call PyErr_NoMemory() inter...
Andrew Rogers
2021-05-17
1
-5
/
+1
*
Merge remote-tracking branch 'upstream/master' into memleak
Andrew Rogers
2021-05-17
24
-4749
/
+0
|
\
|
*
[UFFI] Remove code for Common Lisp UFFI
Olly Betts
2021-05-16
1
-101
/
+0
|
*
[Pike] Remove code for Pike
Olly Betts
2021-05-16
4
-512
/
+0
|
*
[Modula3] Remove code for Modula3
Olly Betts
2021-05-16
3
-925
/
+0
|
*
[CLISP] Remove code for GNU Common Lisp
Olly Betts
2021-05-16
1
-32
/
+0
|
*
[Chicken] Remove code for Chicken
Olly Betts
2021-05-16
9
-1961
/
+0
|
*
[Allegrocl] Remove code for Allegro Common Lisp
Olly Betts
2021-05-13
6
-1218
/
+0
*
|
[Python] Fix memory leaks.
Andrew Rogers
2021-05-12
2
-29
/
+64
|
/
*
[php] Fix reserved class names TRUE, FALSE, NULL
Olly Betts
2021-05-12
1
-4
/
+5
*
[php] Update keyword list
Olly Betts
2021-05-12
1
-17
/
+17
*
Fix uses of uninitialised zval
Olly Betts
2021-05-05
1
-0
/
+2
*
Clean up includes of PHP API headers
Olly Betts
2021-05-05
1
-4
/
+3
*
[php] Remove redundant conditional include
Olly Betts
2021-05-05
1
-1
/
+0
*
Fix segfault in exception class creation
Olly Betts
2021-05-04
1
-0
/
+1
*
php: Stop using dl()
Olly Betts
2021-05-03
1
-2
/
+8
*
Merge branch 'master' into gsoc2017-php7-classes-via-c-api
Olly Betts
2021-05-03
6
-20
/
+20
|
\
|
*
Fix Java %interface family of macros
William S Fulton
2021-04-27
1
-1
/
+1
|
*
Member function pointer typemap tweaks
William S Fulton
2021-04-26
5
-19
/
+19
*
|
Implement director-disown for PHP
Olly Betts
2021-05-03
1
-1
/
+21
*
|
Fix directorout SWIGTYPE typemaps
Olly Betts
2021-04-22
3
-7
/
+46
*
|
Eliminate remaining use of $needNewFlow
Olly Betts
2021-04-22
1
-7
/
+2
*
|
Make PHP directors work more like other languages
Olly Betts
2021-04-22
4
-23
/
+15
*
|
Whitespace tweaks
Olly Betts
2021-04-22
1
-2
/
+1
*
|
Wrap pointer to member as object not resource
Olly Betts
2021-04-22
2
-19
/
+4
*
|
Fix mixed declarations and code
Olly Betts
2021-04-22
1
-1
/
+2
*
|
Use malloc() not emalloc() when free() gets used
Olly Betts
2021-04-21
1
-1
/
+1
*
|
Use $1 instead of result in out typemaps
Olly Betts
2021-04-21
1
-2
/
+2
*
|
Eliminate SWIG_SetZval()
Olly Betts
2021-04-21
2
-31
/
+16
*
|
Eliminate $needNewFlow from factory.i
Olly Betts
2021-04-21
1
-2
/
+2
*
|
Fix mixed declarations and code
Olly Betts
2021-04-21
1
-4
/
+6
*
|
Merge branch 'master' into gsoc2017-php7-classes-via-c-api
Olly Betts
2021-04-21
6
-9
/
+9
|
\
\
|
|
/
|
*
Fix more "allows to" and other typos
Olly Betts
2021-04-21
5
-8
/
+8
|
*
swigrun.swg: fix typo
Even Rouault
2021-04-21
1
-1
/
+1
|
*
php: Make typemap formatting more consistent
Olly Betts
2021-04-13
1
-21
/
+21
|
*
php: Merge two identical typemaps
Olly Betts
2021-04-13
1
-8
/
+2
*
|
Use PHP objects instead of resources to wrap pointers
Olly Betts
2021-04-21
4
-64
/
+28
*
|
Don't special case NULL in the REF in typemap
Olly Betts
2021-04-20
1
-8
/
+4
[next]