Sign in
fuchsia
/
third_party
/
swig
/
HEAD
554b3d6
Ruby: fix GC compaction crash with STL containers (#3385)
by William S Fulton
· 5 days ago
main
master
upstream/master
2bce69c
Tools/ci-repro: reproduce GHA Linux CI failures locally
by William S Fulton
· 5 days ago
0f5decd
Add swig-conventions skill and move coding conventions from AGENTS.md
by William S Fulton
· 5 days ago
56fa3fb
Re-enable template_parameters_global_scope test
by William S Fulton
· 5 days ago
a1b3ca8
More Lua tests (#3405)
by Erez Geva
· 5 days ago
a686cb1
Extend function_typedef and template_parameters_global_scope test cases (#3405)
by Erez Geva
· 5 days ago
c94c19d
Update CHANGES.current
by Erez Geva
· 6 days ago
afa1240
Lua review follow-ups
by William S Fulton
· 6 days ago
445905e
Cosmetic fixes for Lua 5.0/5.1 drop
by William S Fulton
· 6 days ago
74ff929
Remove Lua 5.0 and Lua 5.1 and Lua options
by Erez Geva
· 6 days ago
a27c13e
Go test-suite: give every test its own go.mod to fix parallel make race
by William S Fulton
· 6 days ago
86b46b3
C++17: parse user-defined deduction guides
by William S Fulton
· 6 days ago
74f7b4b
C++17: skip class template argument deduction variables
by William S Fulton
· 6 days ago
7e282b8
C++17: parse and support pack expansion in a using-declaration
by William S Fulton
· 6 days ago
54cabe9
C++11: cpp11_using_functor - Overloaded functor with %rename and %template
by William S Fulton
· 8 days ago
35e7cb8
cpp11_template_using_base: build under D and Lua
by William S Fulton
· 8 days ago
5d01d06
Test the inheriting-constructor form of the mixin pattern (#2951)
by William S Fulton
· 8 days ago
e88a888
Substitute template parameters in using-declaration through a template parameter base
by William S Fulton
· 8 days ago
5f62959
C++20 constrained alias templates: parse and support
by William S Fulton
· 9 days ago
632cf8f
[Python] Unify class docstring under -builtin with non-builtin
by William S Fulton
· 10 days ago
92a0304
Suppress unused function warnings on Clang-CL (#3425)
by clintonstimpson
· 11 days ago
2f8cdc4
[Python] Emit doxygen constructor docstrings on __init__ in -builtin mode
by William S Fulton
· 11 days ago
349adde
[Python] Fix %nokwargs being ignored under -keyword
by William S Fulton
· 11 days ago
509922a
AGENTS.md: document hyphenation and cpp{NN}_ test prefix conventions
by William S Fulton
· 11 days ago
95f92e0
Review changes
by Erez Geva
· 11 days ago
059e7c1
cdata.i tests: remove macOS skips and tidy up
by William S Fulton
· 11 days ago
0c291fa
Fix one-byte buffer overflow in cdata.i memmove
by William S Fulton
· 11 days ago
da33dfe
Rename bin abbreviation to binary in cdata identifiers
by William S Fulton
· 11 days ago
cd569d1
cdata.i changes and new test li_cdata_bytes
by Erez Geva
· 11 days ago
b6b83de
ccache-swig: drop -c when invoking the preprocessor (#3448)
by William S Fulton
· 11 days ago
f3f7fd6
CHANGES.current: entry for #3415 segfault fix
by William S Fulton
· 2 weeks ago
d2c6521
Fix #3415 segfault in Allocate::usingDeclaration
by Julien Marrec
· 2 weeks ago
5a87201
[Scilab] argcargv typemaps - free already-allocated strings on failure
by William S Fulton
· 2 weeks ago
a1e619b
argcargv / OOM-protection follow-ups
by William S Fulton
· 2 weeks ago
efbf2c8
Replace `%new_copy_array` with `SWIG_NewCopyCharArray()`
by Erez Geva
· 2 weeks ago
5107439
Replace `%new_copy_array` with protected allocation
by Erez Geva
· 2 weeks ago
d051fe9
Add protection to allocations in `argcargv` typemap
by Erez Geva
· 2 weeks ago
c02d4fe
Skip adding Ubuntu Toolchain PPA if versioned GCC already installed (#3421)
by Erez Geva
· 3 weeks ago
8c94f4e
Fix python builtin test failure
by William S Fulton
· 3 weeks ago
955958f
Merge branch 'cmake_win11_arm64'
by William S Fulton
· 3 weeks ago
87627cc
comment addition
by William S Fulton
· 3 weeks ago
0f839a2
AGENTS.md: forbid bare 'assert' in Python runmes
by William S Fulton
· 3 weeks ago
5fcb0ac
Doxygen misc constructs: cover @{ group marker and /// @file variant
by William S Fulton
· 3 weeks ago
d50e235
Fix -doxygen: @file block bleeds into first class docstring
by Joachim Wuttke (o)
· 3 weeks ago
b8cdd54
Add `windows-11-arm` to `cmake.yml`
by Erez Geva
· 3 weeks ago
4ff8f37
changed pointer initializations to format supported in both C and C++ (#3406)
by akarantanapa
· 3 weeks ago
0601b9c
[R] Fix compilation with R 4.6.0 which removed non-API macros #3407
by Bradley Lowekamp
· 3 weeks ago
17105fa
Perl clang warning fix
by William S Fulton
· 3 weeks ago
e7887d2
testcase fix for clang 21
by William S Fulton
· 3 weeks ago
0070101
SWIG: emit user-defined literal operators without deprecated whitespace
by William S Fulton
· 3 weeks ago
ef00c8a
C++20: avoid 'Numeric auto' with trailing return type in abbreviated_template test
by William S Fulton
· 3 weeks ago
d9d585b
Use ParmList_join in place of hand-rolled list splicing
by William S Fulton
· 3 weeks ago
f4d0ec2
Dehyphenate prose in skill files and a few other lines
by William S Fulton
· 3 weeks ago
ec6354d
C++20: mix abbreviated function templates with a variadic explicit pack
by William S Fulton
· 3 weeks ago
b8c3a58
C++20: mix abbreviated function templates with explicit template parameter lists; decorated auto
by William S Fulton
· 3 weeks ago
212c248
C++20: stop emitting warning 332 for unresolved type-constraints
by William S Fulton
· 3 weeks ago
797c3c4
C++20: accept template-id concept-id as a type-constraint
by William S Fulton
· 3 weeks ago
81406ae
C++20: parse abbreviated function templates with constrained auto return type
by William S Fulton
· 3 weeks ago
7300e37
C++20 concepts: handle unresolved type-constraints leniently
by William S Fulton
· 3 weeks ago
eb3fe4f
C++20: parse type constrained template parameters
by William S Fulton
· 3 weeks ago
a42fe88
AGENTS.md / swig-doc skill: formatting and link style guidance
by William S Fulton
· 3 weeks ago
0039cb9
C++20: parse abbreviated function templates with constrained auto
by William S Fulton
· 3 weeks ago
0d88926
C++14/20: parse auto parameters in functions and lambdas
by William S Fulton
· 3 weeks ago
3fc35e0
C++20 lambdas: accept prefix and trailing form with return type requires-clauses
by William S Fulton
· 3 weeks ago
ad7b85e
C++20 concepts: extend tests and document broader support
by William S Fulton
· 3 weeks ago
c73df60
AGENTS.md: move skill files to agent neutral .agents/skills/
by William S Fulton
· 3 weeks ago
73d624d
AGENTS.md: surface the project skill files up front
by William S Fulton
· 3 weeks ago
f202b8a
C++20 concepts: hold the constraint subtree on a "constraint" attribute
by William S Fulton
· 3 weeks ago
315f6e5
AGENTS.md: document SWIG parser non-reentrancy and constraint subtree
by William S Fulton
· 4 weeks ago
ba0c290
C++20 concepts: drop the flat requires attribute and the capture helpers
by William S Fulton
· 4 weeks ago
6d03096
C++20 concepts: combine prefix and trailing requires-clauses structurally
by William S Fulton
· 4 weeks ago
632757b
C++20 concepts: %template substitution walks the constraint subtree
by William S Fulton
· 4 weeks ago
dcbd7f4
C++20 concepts: parser builds the constraint subtree alongside the string
by William S Fulton
· 4 weeks ago
fe83dee
C++20 concepts: add constraint tree data model and renderer
by William S Fulton
· 4 weeks ago
e39776b
cpp20_concepts: add extra constraint forms and out of line definition tests
by William S Fulton
· 4 weeks ago
cbe8b15
cpp20_concepts: add class methods and class template test cases
by William S Fulton
· 4 weeks ago
495aaee
C++20 concepts: embed in the parse tree and reject %template instantiation
by William S Fulton
· 4 weeks ago
21adc1d
cpp20_concepts: cover the remaining requires-expression body forms
by William S Fulton
· 4 weeks ago
1674f5e
C++20 concepts: support requires-expression compound-requirements
by William S Fulton
· 4 weeks ago
a8e6244
C++20 concepts: add Summable concept defined by a requires-expression
by William S Fulton
· 4 weeks ago
c2de37f
C++20: parse a requires-expression as a primary in expression position
by William S Fulton
· 4 weeks ago
2851c9b
Add cpp14_variable_templates testcase and document the support
by William S Fulton
· 4 weeks ago
8e6dd39
C++20 concepts: support requires-expressions inside a constraint
by William S Fulton
· 4 weeks ago
e346237
C++20 concepts: document the requires-expression and type-constraint limits
by William S Fulton
· 4 weeks ago
5578428
C++20 concepts: support prefix requires-clauses
by William S Fulton
· 4 weeks ago
bbcc01c
Basic C++20 concept and trailing requires-clause support
by William S Fulton
· 4 weeks ago
d9f9d95
AGENTS.md: forbid Co-Authored-By trailers and backticks in C/C++ comments
by William S Fulton
· 4 weeks ago
226cebf
Make testcase c++11 compliant
by William S Fulton
· 5 weeks ago
689418e
Remove unnecessary variadic in SWIG_STD_MOVE macro
by William S Fulton
· 5 weeks ago
8fa22af
Simplify cpp11_template_pack test
by William S Fulton
· 5 weeks ago
7cb6588
Removing some out of date R test problems
by William S Fulton
· 5 weeks ago
61e83e4
Fix cpp_template_pack testcase workarounds for D
by William S Fulton
· 5 weeks ago
9e00a7f
Fix R function pointer wrappers involving move-only types for R
by William S Fulton
· 5 weeks ago
e32c1bb
.gitignore updates
by William S Fulton
· 5 weeks ago
d617aac
Document AI-assistance requirements in AGENTS.md
by William S Fulton
· 5 weeks ago
61df032
Add a swig-doc AI skill
by William S Fulton
· 5 weeks ago
a4e8e18
Add docs for std::function
by William S Fulton
· 5 weeks ago
ebd01b7
Remove need for additional %rename for std::function
by William S Fulton
· 5 weeks ago
23a3f1d
Final fixes and tweaks to std::function wrappers
by William S Fulton
· 5 weeks ago
25475e8
Fix partial template specialization for function-typed arguments
by William S Fulton
· 5 weeks ago
Next »