Sign in
fuchsia
/
third_party
/
swig
/
HEAD
c72a450
make check fix with javascript disabled
by William S Fulton
· 7 days ago
main
master
upstream/master
106107a
Coding style guidelines tweaks
by William S Fulton
· 7 days ago
74ac8d3
Improved lua directors documentation (#3302)
by Christophe Calmejane
· 9 days ago
f668734
Lua directors cleanup/tweaks
by William S Fulton
· 13 days ago
e6aa124
Added documentation
by Christophe Calmejane
· 14 days ago
1c20901
Added unit tests for lua directors
by Christophe Calmejane
· 14 days ago
9d45588
Added directors support for lua
by Christophe Calmejane
· 14 days ago
3392cfd
Beautify lua.cxx
by William S Fulton
· 2 weeks ago
b686e33
Release notes/changes adjustments from release-4.4 branch
by William S Fulton
· 3 weeks ago
d10cf87
Add changes entry for fsanitize=undefined fix
by William S Fulton
· 3 weeks ago
85a63d5
Add changes entry for warning fixes
by William S Fulton
· 3 weeks ago
51430f7
Python: Fix warnings about implicit type conversions (#3287)
by Jonatan Wallmander
· 3 weeks ago
5ead577
Restore missing testing of python_pybuffer testcase
by William S Fulton
· 3 weeks ago
208afd5
CI: Add py3.13/abi3.9
by Julien Schueller
· 3 weeks ago
932067b
Python: Fix build with 3.13 and limited abi<3.13
by Julien Schueller
· 3 weeks ago
be1ff42
Add change file entry for override specifier
by William S Fulton
· 4 weeks ago
e22ee98
Cosmetic tweaks defining __cplusplus
by William S Fulton
· 4 weeks ago
8486229
cmake - remove unused policy (#3288)
by Andrej730
· 4 weeks ago
64fdeb2
Remove doc reference to SWIG_typemap_lang()
by Olly Betts
· 6 weeks ago
5a46275
SwigPyIterator: Add override keyword (#3280)
by Julien Schueller
· 6 weeks ago
1d9ace9
Move handling of void parameters from parser to typepass stage
by William S Fulton
· 7 weeks ago
f766df4
Revert "Typedef resolve for adding in SWIG_STD_MOVE"
by William S Fulton
· 7 weeks ago
c6e55aa
Add void typedef test
by William S Fulton
· 7 weeks ago
6fc961d
SWIG_Hash: Fix unaligned pointer dereference.
by Markus Wick
· 7 weeks ago
8f247bb
CI: Extend lists of files that don't trigger CI
by Olly Betts
· 7 weeks ago
48c8e00
CHANGES.current: Fix off-by-one bug number
by Olly Betts
· 7 weeks ago
d885a5d
PHP: Fix -Wunused warnings for unused helper functions
by Olly Betts
· 7 weeks ago
3394799
[Octave, Ruby] Drop special handling of FALSE & TRUE
by Olly Betts
· 7 weeks ago
6fbc0cc
CI: Drop continue-on-error for Octave 8.4 & PHP 8.5
by Olly Betts
· 7 weeks ago
ed6c61b
CI: Install octave-dev instead of liboctave-dev
by Olly Betts
· 7 weeks ago
c4d1b55
CI: Replace duplicate Octave 6.4.0 job with 8.4.0
by Olly Betts
· 7 weeks ago
04d3552
Octave: Fix indentation of helper function
by Olly Betts
· 7 weeks ago
dcf7886
Test fix for -Wuninitialized
by William S Fulton
· 8 weeks ago
f3b1f0a
Remove used wrap:self attribute in source code
by William S Fulton
· 8 weeks ago
400caf5
Fix various Go compilation problems when wrapping rvalues references
by William S Fulton
· 8 weeks ago
0c14acc
Use internal functionality for Go director constructors
by William S Fulton
· 8 weeks ago
b5d216a
Add int&& typemaps for Go
by William S Fulton
· 8 weeks ago
e5cf998
Fix wrapping rvalue reference typedefs in director constructors
by William S Fulton
· 8 weeks ago
69a2560
Multiple typedefs involving references fix
by William S Fulton
· 8 weeks ago
ae90168
Typedef resolve for adding in SWIG_STD_MOVE
by William S Fulton
· 8 weeks ago
cee3aed
Downgrade troublesome ruby-3.3.10
by William S Fulton
· 8 weeks ago
099860c
Director virtual methods and std::move
by William S Fulton
· 8 weeks ago
de19cc5
Cosmetics - remove whitespace in generated director code
by William S Fulton
· 8 weeks ago
1af386a
PHP now uses common code generation in cwrap.c by using internal
by William S Fulton
· 8 weeks ago
b4615b0
Add missing std::move when wrapping move constructors for directors
by William S Fulton
· 8 weeks ago
1db0c66
Remove out of date and non-functional python/performance example
by William S Fulton
· 9 weeks ago
b1d8408
Bump version to swig-4.5.0
by William S Fulton
· 9 weeks ago
bb50f6c
Cosmetic releasenotes
by William S Fulton
· 9 weeks ago
v4.4.0
e57f9bf
[PHP] Actually fix the deprecated (double) cast
by Olly Betts
· 10 weeks ago
b124f59
[PHP] Fix testsuite error with PHP 8.5
by Olly Betts
· 10 weeks ago
2754d21
[ci] Add job for PHP 8.5
by Olly Betts
· 10 weeks ago
096ed73
Update a couple of URLs in code comment
by Olly Betts
· 10 weeks ago
e6e8113
swig-4.4.0 release date and release notes
by William S Fulton
· 10 weeks ago
3acc4ec
Minor HTML doc edits
by William S Fulton
· 10 weeks ago
a1b66e1
HTML fixes
by William S Fulton
· 10 weeks ago
67ad1c9
Python.html: remove unused comment
by Derek Huang
· 10 weeks ago
3169c6c
SWIG.html: add content in SWIG output section on using -M options
by Derek Huang
· 10 weeks ago
111e039
update PYthon example with setuptools
by Derek Huang
· 10 weeks ago
de64092
Fix some -Wstrict-prototypes warnings
by Patrice Dumas
· 2 months ago
df3eec2
CI: Drop continue-on-error for py3.14 (#3273)
by Julien Schueller
· 3 months ago
3f44853
Iterator comment correction
by William S Fulton
· 3 months ago
1bb7b94
Fix off the end iterator test issue in Python li_std_set testcase
by William S Fulton
· 3 months ago
1f4bad1
Add SWIG_Python_TypeError removal to changes file.
by William S Fulton
· 3 months ago
197e04e
Modify Python StopIteration implementation to work across multiple modules
by William S Fulton
· 3 months ago
68640c2
Fix Python out typemaps for PyObject * to correctly handle NULL return
by William S Fulton
· 3 months ago
06edcca
Few more PyIterator iterator tests
by William S Fulton
· 3 months ago
3555c31
CI/appveyor: Bump boost version (#3267)
by Julien Schueller
· 3 months ago
40c82cb
[Go] Update Go docs
by Ian Lance Taylor
· 4 months ago
dc4591c
[doc] Make it clearer "" delimiters work like %{%}
by Olly Betts
· 4 months ago
7a78c76
[ci] Consistently suppress progress from checkout
by Olly Betts
· 4 months ago
2c87254
Go Eliminate most shell backticks use in Examples
by Olly Betts
· 4 months ago
4e478d4
Improve comment grammar
by Olly Betts
· 4 months ago
982db0a
Document PHP C++ extensions require C++11 or newer
by Olly Betts
· 4 months ago
70712a2
[ci] Run PHP 8.3 and 8.4 jobs with CPPSTD: c++11
by Olly Betts
· 4 months ago
8685537
Mark PHP 8.3 and 8.4 CI tests as can fail
by William S Fulton
· 4 months ago
70e2849
Do not mark modules no-gil compatible by default, but only if SWIGPYTHON_NOGIL is initialized
by AnnaAraslanova
· 4 months ago
b440f9e
Add MinGW-W64 python CI testing (#2976)
by Erez Geva
· 4 months ago
2b1c726
python -builtin: correct __dict__ docstring (#3250)
by Jim Easterbrook
· 4 months ago
9de86fec
[PHP] Fix unused label warnings
by Olly Betts
· 4 months ago
47e7021
Fix year in CHANGES.current entry
by Olly Betts
· 4 months ago
36ed985
Fix & in testcase which should be &&
by Olly Betts
· 4 months ago
f359b89
Potential null pointer deref fix for C# std::list wrappers
by William S Fulton
· 4 months ago
2a5b60d
[Python] Fix handling of "default" typemap
by Jim Easterbrook
· 4 months ago
2f5777e
Changes file entry, python tidy up
by William S Fulton
· 4 months ago
f860c1b
Python: free-threaded race condition in SWIG_TypeQuery (#3235)
by crusaderky
· 4 months ago
7daa9f2
Python: Thread-safe `SWIG_runtime_data_module` (#3233)
by Guido Imperiale
· 5 months ago
29acbce
typecheck typemaps for STRING LENGTH added to changes file
by William S Fulton
· 5 months ago
0c613c7
string-length typemaps typecheck
by Erez Geva
· 5 months ago
2bc9ede
Add typecheck.
by Erez Geva
· 5 months ago
965fd0b
D string length typemaps
by Erez Geva
· 5 months ago
87625e1
More D issue with the reverse string length typemaps
by William S Fulton
· 5 months ago
de1ad94
Tcl memory leak added to changes file
by William S Fulton
· 5 months ago
54ac5ba
tcl: Fix memory leak in constant registration (#3246)
by Ethan Mahintorabi
· 5 months ago
2abbb26
Remove two python asserts which should not be in test-suite
by William S Fulton
· 5 months ago
bf285fd
Changes file entry for SWIG_AsArgcArgv improvements
by William S Fulton
· 5 months ago
9fa16da
Python: SWIG_AsArgcArgv thread safety (#3230)
by Guido Imperiale
· 5 months ago
be943d1
Add MinGW-W64 Ruby Github CI testing (#2981)
by Erez Geva
· 5 months ago
4605a88
Disable windows gcc ruby testing
by William S Fulton
· 5 months ago
b0e3fae
CHANGES file update for dtype typemap fix
by William S Fulton
· 5 months ago
f52c25b
Fix D language multi-argument typemaps for LENGTH STRING typemaps (#3234)
by Erez Geva
· 5 months ago
Next »