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
...
|
*
Merge pull request #2 from alatina/alatina-patch-octave-8.1.0
Andrea L
2023-03-14
1
-1
/
+3
|
|
\
|
|
*
Update octruntime.swg to work with Octave v8.1.0
Andrea L
2023-03-14
1
-1
/
+3
|
*
|
Merge pull request #1 from alatina/alatina-patch-octave-8.1.0-1
Andrea L
2023-03-14
1
-1
/
+5
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Update octrun.swg to work with Octave v8.1.0
Andrea L
2023-03-14
1
-1
/
+5
|
|
/
*
|
Merge branch 'bda_resolve_warnings'
William S Fulton
2023-03-24
2
-1
/
+4
|
\
\
|
*
|
Use $self instead of self
William S Fulton
2023-03-24
2
-4
/
+4
|
*
|
Lib/csharp: Resolve a few warnings about unused parameters
Mario Emmenlauer
2023-01-10
2
-1
/
+4
*
|
|
Merge pull request #2499 from MyroslavaStopets/nullptr-utilization
William S Fulton
2023-03-24
2
-22
/
+28
|
\
\
\
|
*
|
|
Added usage of nullptr instead of NULL
Myroslava Stopets
2023-02-08
2
-22
/
+28
*
|
|
|
Merge pull request #2483 from fweimer-rh/c99
William S Fulton
2023-03-24
1
-1
/
+4
|
\
\
\
\
|
*
|
|
|
CCache: Do not rely on C89-only features in configure.ac
Florian Weimer
2023-01-12
1
-1
/
+4
|
|
|
/
/
|
|
/
|
|
*
|
|
|
document C# std_array.i enhancements
William S Fulton
2023-03-22
1
-0
/
+3
*
|
|
|
Merge branch 'bda_standardize_vector_array'
William S Fulton
2023-03-22
3
-28
/
+72
|
\
\
\
\
|
*
|
|
|
std_array.i std_vector.i tweaks
William S Fulton
2023-03-22
3
-19
/
+24
|
*
|
|
|
Lib/csharp: Better standardized std_vector.i and std_array.i
Mario Emmenlauer
2023-01-10
2
-29
/
+68
|
|
/
/
/
*
|
|
|
Improved error checking when defining classes and using %template.
William S Fulton
2023-03-13
10
-85
/
+134
*
|
|
|
Redefined identifer testcase now correctly errors
William S Fulton
2023-03-13
2
-3
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Update errors tests to use new template error
William S Fulton
2023-03-09
2
-3
/
+3
*
|
|
Fix duplicate const in generated code wrapping templates
William S Fulton
2023-03-08
6
-2
/
+79
*
|
|
Cosmetic change in template terminology
William S Fulton
2023-03-03
3
-17
/
+17
*
|
|
Update partial specialization test
William S Fulton
2023-03-01
1
-8
/
+7
*
|
|
Partial template specialization fixes to support default arguments
William S Fulton
2023-03-01
9
-33
/
+220
*
|
|
Revert "Allow Scilab 5.5 failure since downloads have moved"
William S Fulton
2023-02-18
1
-1
/
+0
*
|
|
Duplicate parameter name handling improvements
William S Fulton
2023-02-18
3
-2
/
+29
*
|
|
Improved variadic parameter names expansion
William S Fulton
2023-02-18
3
-18
/
+14
*
|
|
Make new testcase c++98 compliant
William S Fulton
2023-02-17
1
-5
/
+5
*
|
|
Template partial specialization improvements
William S Fulton
2023-02-17
6
-170
/
+310
*
|
|
Fix deduction of partially specialized template parameters
William S Fulton
2023-02-17
4
-25
/
+43
*
|
|
Rewrite does_parm_match used in template partial specialization
William S Fulton
2023-02-17
2
-44
/
+38
*
|
|
Add missing template_function_parm testcase
William S Fulton
2023-02-17
1
-0
/
+1
|
|
/
|
/
|
*
|
Drop configure probe for popen()
Olly Betts
2023-02-03
1
-8
/
+0
*
|
Fix a couple of typos in CHANGES
Olly Betts
2023-01-27
1
-1
/
+2
*
|
Add CHANGES.current entry for previous commit
Olly Betts
2023-01-27
1
-0
/
+4
*
|
Avoid unused parameter self warning
Julien Schueller
2023-01-27
1
-1
/
+1
*
|
configure: Check for php8.2 too
Olly Betts
2023-01-18
1
-1
/
+1
|
/
*
Fix seg fault using %template
William S Fulton
2023-01-03
4
-1
/
+60
*
Instantiation of C++11 variadic function templates
William S Fulton
2023-01-03
5
-55
/
+132
*
Move variadic function template tests to separate testcase
William S Fulton
2023-01-03
3
-43
/
+83
*
Merge branch 'OCaml-rename_rstrip_encoder-using2-runtime-tests'
William S Fulton
2022-12-30
2
-0
/
+11
|
\
|
*
Complete copy of testcase from Python
William S Fulton
2022-12-30
1
-1
/
+3
|
*
[OCaml] Runtime tests for rename_rstrip_encoder and using2
Zackery Spytz
2022-12-04
2
-0
/
+9
*
|
Merge pull request #2460 from swig-fortran/remove-python-sprintf
William S Fulton
2022-12-30
1
-3
/
+3
|
\
\
|
*
|
Eliminate sprintf in generated python code
Seth R Johnson
2022-12-06
1
-3
/
+3
*
|
|
Allow Scilab 5.5 failure since downloads have moved
William S Fulton
2022-12-30
1
-0
/
+1
*
|
|
More variadic template testing
William S Fulton
2022-12-30
1
-3
/
+31
*
|
|
Slight simplification parsing variadic template parameters
William S Fulton
2022-12-30
1
-12
/
+4
*
|
|
Syntax error fixes parsing more elaborate parameter pack arguments
William S Fulton
2022-12-30
3
-13
/
+71
*
|
|
Fix instantiation of variadic class templates
William S Fulton
2022-12-29
6
-30
/
+162
*
|
|
Fix syntax error parsing variadic template parameter pack arguments
William S Fulton
2022-12-23
3
-6
/
+32
*
|
|
Lua variadic templates sizeof... constants fix
William S Fulton
2022-12-22
1
-2
/
+2
[prev]
[next]