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