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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial implementation
issue-379-pythoncode-indent
Olly Betts
2015-06-03
2
-48
/
+107
*
Appveyor upgrade to cygwin on stable server
William S Fulton
2015-06-02
1
-1
/
+1
*
Add new feature "python:cdefaultargs"
William S Fulton
2015-05-28
5
-3
/
+153
*
Fix Python typedef bool default arguments that are not booleans.
William S Fulton
2015-05-27
4
-19
/
+29
*
Refactor PYTHON::convertValue
William S Fulton
2015-05-27
1
-77
/
+85
*
[Python] Fix warning when compiling generated code with MSVC.
Olly Betts
2015-05-19
2
-1
/
+8
*
[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
2
-19
/
+35
*
li_boost_shared_ptr_bits testcase fix for languages without shared_ptr support
William S Fulton
2015-05-14
1
-0
/
+5
*
Update docs wrt directors and shared_ptr
William S Fulton
2015-05-14
1
-1
/
+3
*
Fix shared_ptr of classes with private constructors and destructors.
William S Fulton
2015-05-14
5
-0
/
+53
*
Fix swapped parameters in memset call
Olly Betts
2015-05-12
1
-1
/
+1
*
Example and test-suite makefile tidy up
William S Fulton
2015-05-11
2
-25
/
+18
*
Merge branch 'yazug-python_test_suite_pep8_whitespace_cleanup'
William S Fulton
2015-05-10
202
-3401
/
+3496
|
\
|
*
autopep8 cleanup of Examples/test-suite/python
Jon Schlueter
2015-05-08
202
-3401
/
+3496
*
|
Merge branch 'yazug-python_examples_pep8_whitespace_cleanup'
William S Fulton
2015-05-10
41
-326
/
+280
|
\
\
|
*
|
Fixup 2 additional whitespace warnings pep8 found
Jon Schlueter
2015-05-08
2
-2
/
+2
|
*
|
Add pep8 check for Examples/python
Jon Schlueter
2015-05-08
1
-1
/
+14
|
*
|
autopep8 cleanup of Examples/python whitespace
Jon Schlueter
2015-05-08
40
-323
/
+264
|
|
/
*
|
Fix Java multi-argument typemaps (char *STRING, size_t LENGTH)
William S Fulton
2015-05-10
4
-0
/
+30
*
|
Remove unused std_string.i from callback examples
William S Fulton
2015-05-10
8
-16
/
+0
*
|
Refactor Java director swig_override array code
William S Fulton
2015-05-10
2
-7
/
+15
*
|
Fix typo in method description
Olly Betts
2015-05-10
1
-1
/
+1
*
|
Fix incorrect comments
Olly Betts
2015-05-09
4
-4
/
+4
*
|
Remove no-op calls to swig_incref().
Olly Betts
2015-05-09
2
-2
/
+0
*
|
Merge pull request #414 from michael-schaller/go-doc-cpp-mem
Ian Lance Taylor
2015-05-08
1
-18
/
+103
|
\
\
|
|
/
|
/
|
|
*
[Go] Improved Go Class Memory Management section of the Go documentation.
Michael Schaller
2015-05-08
1
-18
/
+103
|
/
*
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
4
-0
/
+18
*
|
Add entry for #403
Olly Betts
2015-05-07
1
-0
/
+4
*
|
Merge pull request #403 from LindleyF/master
Olly Betts
2015-05-07
4
-2
/
+157
|
\
\
|
|
/
|
*
Use a bitset which is automatically initialized to 0, instead of a bool array...
Lindley French
2015-05-06
1
-6
/
+3
|
*
Added missing untracked files.
Lindley French
2015-05-04
2
-0
/
+153
|
*
Added director_ref test.
Lindley French
2015-05-04
1
-0
/
+1
|
*
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
*
|
Suppress warning 325 "Nested class not currently supported (Foo
Olly Betts
2015-05-05
3
-9
/
+16
*
|
Add support for friend templates, including operator overloading.
William S Fulton
2015-05-05
10
-3
/
+146
*
|
[Go] Fix Go multimap example to use Swig_AllocateString and swigCopyString.
Ian Lance Taylor
2015-05-04
1
-2
/
+7
*
|
[Go] Make sure that arguments for which use memcpy when calling C are
Ian Lance Taylor
2015-05-04
4
-33
/
+76
*
|
Fix unresolved symbols in testcase
William S Fulton
2015-05-02
1
-0
/
+7
*
|
Cosmetic rename COPERATOR to CONVERSIONOPERATOR
William S Fulton
2015-05-01
2
-10
/
+10
*
|
Fix comments and newlines within operator definitions
William S Fulton
2015-05-01
5
-1
/
+78
*
|
'#undef seed' macro which Perl API headers define
Olly Betts
2015-05-02
1
-0
/
+3
|
/
*
Adjust testcase for unknown directive error
Olly Betts
2015-04-30
1
-1
/
+1
*
Ignore unknown preprocessor directives which are inside an inactive
Olly Betts
2015-04-30
3
-1
/
+24
*
lua: push integer constants as integer
Alexander Warg
2015-04-28
1
-1
/
+1
*
Fix handling of default arguments after ignored ones in Python.
Vadim Zeitlin
2015-04-27
4
-5
/
+28
[next]