1. 5124908 [Lua] Remove unused director helper functions by William S Fulton · 16 hours ago main master upstream/master
  2. 7201136 [Lua] Add director support for Lua 5.1 and LuaJIT by William S Fulton · 16 hours ago
  3. 294c944 [Lua] Restore Lua 5.1 and LuaJIT compatibility for non-director wrapping by William S Fulton · 16 hours ago
  4. 3c29f45 Fix li_stdint test (#3494) by Erez Geva · 17 hours ago
  5. 71b007e Python testing tweaks by William S Fulton · 4 days ago
  6. c3abc3e add lua 5.5 on ubuntu testing by William S Fulton · 4 days ago
  7. 6fdc361 Add MacOS GHA lua test (#3491) by Erez Geva · 4 days ago
  8. f156c99 Fix protected/private nested class referenced in generated upcast helper by William S Fulton · 4 days ago
  9. 6cd8779 Fix -Wunused-variable by William S Fulton · 4 days ago
  10. d0abb87 Fix Wunused-but-set-variable in test-suite by William S Fulton · 4 days ago
  11. 54ac29e Update php tests for additionally generated classes/functions by William S Fulton · 4 days ago
  12. 659802a Remove debug from operator_overload_break testcase seen in Lua by William S Fulton · 4 days ago
  13. 223728e Install correct version of pcre - required for swig-4.1.0 and later for ubuntu-26.04 by William S Fulton · 4 days ago
  14. ee983ff Test tcl-9.0 on ubuntu 26.04 by William S Fulton · 4 days ago
  15. f5ba8c1 Tcl: fix build failure on Tcl 9 using Tcl_NewSizeIntObj by William S Fulton · 4 days ago
  16. e4f58c1 Fix tclsh interpreter name in configure by William S Fulton · 4 days ago
  17. 7938b51 swig-conventions: document CHANGES.current target language bracket tag by William S Fulton · 6 days ago
  18. 3dda830 Add char *& string typemaps to all languages and char_strings runme parity by William S Fulton · 6 days ago
  19. 39984b2 Go and Guile: fix further const char * / char *& wrapper bugs by William S Fulton · 6 days ago
  20. ae17418 Go: fix invalid conversion for const char * hidden behind a typedef by William S Fulton · 6 days ago
  21. d43ee44 Rename the near function to cmp_flt function that compare float numbers (#3490) by Erez Geva · 6 days ago
  22. 213d73a r.cxx: ensure Rpackage and DllName are DOH strings (#3471) by Derek Huang · 7 days ago
  23. 38e2824 Fix deleting invalid string when parsing Doxygen grouping comments by Vadim Zeitlin · 7 days ago
  24. 9632e5b swig-conventions: require short form issue/PR references in commit messages by William S Fulton · 7 days ago
  25. 4ac5b4d Ruby: fix flaky director_binary_string_rev_len test by William S Fulton · 8 days ago
  26. 79f7a2b Python: Remove Python 2 compatibility macros by William S Fulton · 9 days ago
  27. 012345b Require a CHANGES.current entry for user visible changes by William S Fulton · 9 days ago
  28. 2598574 Complete the Python 2 removal and fix issues found reviewing it by William S Fulton · 9 days ago
  29. d96ca66 Drop SWIGPY_UNICODE_ARG macro by Julien Schueller · 9 days ago
  30. 7177a9c Drop python2.x in autotools by Julien Schueller · 9 days ago
  31. 50ffa77 Doc: Drop remainning python2 use by Julien Schueller · 9 days ago
  32. 8f0cbe1 Drop SWIG_PYTHON_2_UNICODE by Julien Schueller · 9 days ago
  33. eb81250 Python: Update keywords by Julien Schueller · 9 days ago
  34. 27addd9 Python: Update doc by Julien Schueller · 9 days ago
  35. a1c738f Python: Drop python2 build by Julien Schueller · 9 days ago
  36. cb6e7c5 Python: Drop sys.version_info<3 examples code by Julien Schueller · 9 days ago
  37. da2f0f9 Python: Drop operators compatibility by Julien Schueller · 9 days ago
  38. fb18e24 Python: Drop collections.abc compatibility by Julien Schueller · 9 days ago
  39. b890501 Python: Avoid compatibility macros by Julien Schueller · 9 days ago
  40. f505f25 Python: Drop PY_VERSION_HEX<3.5 code by Julien Schueller · 9 days ago
  41. 3e62339 Fix configure warning when Java is disabled by William S Fulton · 10 days ago
  42. 58fc6b4 Update macOS Go CI versions to 1.24, 1.25, 1.26 by William S Fulton · 10 days ago
  43. 9c569da Make AI commit-message rules prominent in AGENTS.md and swig-conventions by William S Fulton · 10 days ago
  44. 12473ab Fix Octave detection in configure with newer Octave by William S Fulton · 10 days ago
  45. f9e9f88 Warning fix -Wdiscarded-qualifiers by William S Fulton · 11 days ago
  46. 9140467 Improve handling of NULL vs nullptr vs 0 vs 0L by Olly Betts · 2 weeks ago
  47. 9aa54c5 Improve YML (#3482) by Erez Geva · 3 weeks ago
  48. 5f7ee31 Correction in custom typemap in python_annotations_typing test by William S Fulton · 4 weeks ago
  49. c0754fb Add test coverage and docs for alias templates as a base class and using-declaration qualifier by William S Fulton · 4 weeks ago
  50. 7f7f758 Add test-configured-languages.sh helper to the swig-test skill by William S Fulton · 4 weeks ago
  51. 70971d8 Don't run failing experimental C tests by William S Fulton · 4 weeks ago
  52. e1a7e0b Fix MSVC C4244 narrowing warning in cpp11_template_pack_specialization test by William S Fulton · 4 weeks ago
  53. c0d4f29 Fix C++17 inheriting constructor pack dropping the last base constructor by William S Fulton · 4 weeks ago
  54. 21f00a9 AGENTS.md: keep test case comments brief by William S Fulton · 4 weeks ago
  55. 6723e09 Fix syntax error for inherited conversion operator in a using declaration (#3480) by William S Fulton · 4 weeks ago
  56. 85ed426 Fix syntax error for typename member type pack in a using declaration (#3479) by William S Fulton · 4 weeks ago
  57. c5bfe97 Fix template parameter expansion for members inherited via a typedef qualifier by William S Fulton · 4 weeks ago
  58. 65fbe44 Move the #2933 duplicate using declaration regression test to its own test case by William S Fulton · 4 weeks ago
  59. e2fca65 Fix duplicate using declaration by Julien Schueller · 4 weeks ago
  60. 7541a2a Fix infinite loop inheriting through a self-referential typedef (#1827) by William S Fulton · 4 weeks ago
  61. 3006c3c Do not apply the symbol checkfunc to scope qualifiers in symbol_lookup_qualified by William S Fulton · 4 weeks ago
  62. 85e41bd Reduce Swig_symbol_clookup and the local variant to thin wrappers by William S Fulton · 4 weeks ago
  63. 77c6e7a Add Swig_symbol_clookup_resolve_typedef and use it for base class lookup by William S Fulton · 4 weeks ago
  64. 638742f Detect inheriting constructors by base class match in the parser by William S Fulton · 4 weeks ago
  65. b78dba1 Inherit constructors named through a typedef base by William S Fulton · 4 weeks ago
  66. 50cd4f2 Keep a scope qualified type name fully qualified when canonicalizing by William S Fulton · 4 weeks ago
  67. 055fe0e Inject a base class name into the derived class so it can be named there by William S Fulton · 4 weeks ago
  68. 978f675 Fix spurious Warning 315 for a member using-declaration through a typedef base with a constructor by William S Fulton · 4 weeks ago
  69. bdde889 [D] Fix deprecation warnings in nspacemove runme tests by William S Fulton · 4 weeks ago
  70. 0e95ec9 Update Ruby Data API deprecation details (#3466) by Lars Kanis · 4 weeks ago
  71. 5fd1a0b Ruby: embed the TypedData wrapper for per-class descriptors too by William S Fulton · 4 weeks ago
  72. 9aa5e9e Ruby: avoid undefining-allocator warning for swig_runtime_data by William S Fulton · 4 weeks ago
  73. 058340d Ruby: Fix objects embedded data usage by Lars Kanis · 4 weeks ago
  74. f8038e7 Fix Windows workflow file syntax broken by the previous commit by Vadim Zeitlin · 5 weeks ago
  75. a9072b7 Drop ruby urcrt64 GHA build for now by William S Fulton · 5 weeks ago
  76. 7bc2d93 Fix malformed comment in typepass.cxx by William S Fulton · 5 weeks ago
  77. 6fe73bf Ruby: Allocate the TypedData wrapper with TypedData_Make_Struct and use embedded data (#3465) by Lars Kanis · 5 weeks ago
  78. 3999e67 Ruby: remove the obsolete std::set<GC_VALUE> GC workaround (#2115) by William S Fulton · 5 weeks ago
  79. d224682 Convert Doxygen comment markers to plain C comments in SWIG source by William S Fulton · 5 weeks ago
  80. dbe3f5e Ruby: update the manual typemap examples off the deprecated Data API by William S Fulton · 5 weeks ago
  81. 35cba12 Ruby: address review feedback - rename the TypedData wrapper struct by William S Fulton · 5 weeks ago
  82. fd008b1 Ruby: complete the TypedData migration - GC marker, docs and test enforcement by William S Fulton · 5 weeks ago
  83. 98ea4cd Ruby: allocate the TypedData wrapper with malloc and free it reliably by Julien Schueller · 5 weeks ago
  84. 4748a6c Ruby: use TypedData API instead of deprecated untyped Data API by Lars Kanis · 5 weeks ago
  85. ef8c5af Add a 3-level deep nested test by William S Fulton · 5 weeks ago
  86. 6ec4b44 Keep unsupported nested classes as ignored classes, not forward declarations by William S Fulton · 5 weeks ago
  87. 5a46d9e Add -Wdelete-non-virtual-dtor to the test-suite C++ warning flags by William S Fulton · 6 weeks ago
  88. 5b251e5 clang-format violation fix in python.cxx by William S Fulton · 6 weeks ago
  89. 42149f5 lookupPytyping memory ownership fix by William S Fulton · 6 weeks ago
  90. ddb7242 Python: Support multi-argument typemaps for pytyping by Nerixyz · 6 weeks ago
  91. 15cab25 Qualify typedef-to-template scope qualifier before lookup by William S Fulton · 6 weeks ago
  92. bdbf358 Resolve using declarations qualified by a typedef to a template instantiation by William S Fulton · 6 weeks ago
  93. 71856ff Fix resolution of names with a typedef scope qualifier (#2694) by William S Fulton · 6 weeks ago
  94. f5c9886 Guile tests cleanup (#3397) by Erez Geva · 6 weeks ago
  95. d483ae4 Improve Lua test syntax (#3463) by Erez Geva · 6 weeks ago
  96. e1374a8 Go: Fix null pointer dereference in director directorout helper by William S Fulton · 6 weeks ago
  97. 1d2890b Go directorout int& and int&& polishing off by William S Fulton · 6 weeks ago
  98. 677034f Go: Fix director returning reference to local variable by Julien Schueller · 6 weeks ago
  99. 693d62f Follow Lua, implement Ruby function_typedef runtime test (#3462) by Erez Geva · 6 weeks ago
  100. 554b3d6 Ruby: fix GC compaction crash with STL containers (#3385) by William S Fulton · 6 weeks ago