1. 393de5b Convert parser grammar to use named references by Olly Betts · 6 days ago main master upstream/master
  2. 7800b52 Add Javascript fix to changes file by William S Fulton · 12 days ago
  3. 2d1944a Fix JavaScript _wrap_getCPtr on 64-bit Windows by William S Fulton · 12 days ago
  4. 2f194c1 Remove some locator strings in generated code by William S Fulton · 13 days ago
  5. dc4768c Update changes file for stable ABI commit by William S Fulton · 2 weeks ago
  6. 3496472 Fix another mismatched method name in manual by Olly Betts · 2 weeks ago
  7. cc99e6f Fix mismatched method names in the manual by Piotr Fusik · 2 weeks ago
  8. 1227fb1 Include stdlib.h for recent Python Stable ABI (#2856) by Matt McCormick · 2 weeks ago
  9. a7eca8b Support __VA_OPT__ by Olly Betts · 4 weeks ago
  10. d130376 Fix preprocessor comment parsing bug by Olly Betts · 4 weeks ago
  11. f037a59 Fix typo in recent preproc testcase change by Olly Betts · 4 weeks ago
  12. e16ba0d Revert "Add newly added libffi example to testing" by Olly Betts · 4 weeks ago
  13. 33734ff Fixes for _WIN32 by Olly Betts · 4 weeks ago
  14. d6ecf08 Revert "Remove libffi example, it isn't portable" by Olly Betts · 4 weeks ago
  15. f5daf83 Make a load of internal functions static by Olly Betts · 4 weeks ago
  16. e2aefbf Avoid temporary string object by Olly Betts · 4 weeks ago
  17. 6226d58 Fix for using more than one std::string_view type in a method by William S Fulton · 4 weeks ago
  18. 3d46896 Use 'long' instead of 'long int' in R std_vector.i by William S Fulton · 4 weeks ago
  19. 8f2a4af Add a few missing R std::vector typemaps by William S Fulton · 4 weeks ago
  20. 21aa6e8 Merge branch 'py-stable-abi2' by William S Fulton · 4 weeks ago
  21. 5cd9bc7 Note about abi3audit and inlined functions by William S Fulton · 4 weeks ago
  22. 6576701 Add recent stable ABI improvements to changes file by William S Fulton · 5 weeks ago
  23. b5aca83 Switch to SWIG_Py_DECREF instead of Py_Decref by William S Fulton · 4 weeks ago
  24. d3d6929 Show ABI version in CI job name by William S Fulton · 5 weeks ago
  25. c437ce6 C89 conformance for Python stable ABI by William S Fulton · 5 weeks ago
  26. cc73cda Remove Py_TYPE definition by William S Fulton · 5 weeks ago
  27. 2a02238 Move Stable ABI to more sensible section and update html sectioning by William S Fulton · 5 weeks ago
  28. 639a76f Add abi3audit information for Python stable ABI by William S Fulton · 5 weeks ago
  29. 3ceb009 Use PyObject_Free instead of deprecated macros by William S Fulton · 5 weeks ago
  30. 86e5e8d Don't run abi3audit on builtin test by William S Fulton · 6 weeks ago
  31. fb41e72 Strict Python stable abi conformance fix for PyUnicode_GetLength by William S Fulton · 6 weeks ago
  32. 29b1bdb Don't use abi3audit if not installed by William S Fulton · 6 weeks ago
  33. fa915f8 Unused parameter warning fix in SWIG_Python_TypeError by William S Fulton · 6 weeks ago
  34. 3d70e56 Add PY_ABI_VER for testing Python stable ABI using abi3audit by William S Fulton · 6 weeks ago
  35. cacf6f1 configure.ac python versions update by William S Fulton · 6 weeks ago
  36. bc651a3 Fix elision of comma before ##__VARARGS__ by Olly Betts · 4 weeks ago
  37. 2ae07fb Clarify testcase comments by Olly Betts · 4 weeks ago
  38. 79849cc Tidy up EXTRA_ build flags by William S Fulton · 6 weeks ago
  39. 5b710e3 Py_DecRef Py_IncRef for examples and html docs by William S Fulton · 6 weeks ago
  40. d79ab5a Additional casts for Python DecRef change by William S Fulton · 4 weeks ago
  41. 67bc1cb Py_XDECREF -> Py_DecRef for stable ABI compliance by William S Fulton · 6 weeks ago
  42. 53ee3fe Py_DECREF -> Py_DecRef for stable ABI compliance by William S Fulton · 6 weeks ago
  43. 5298707 Py_IncRef casts by William S Fulton · 6 weeks ago
  44. b4cbb91 Py_XINCREF -> Py_IncRef for stable ABI compliance by William S Fulton · 6 weeks ago
  45. e3f25aa Py_INCREF -> Py_IncRef for stable ABI compliance by William S Fulton · 6 weeks ago
  46. 84d4cc7 Add Python increment and decrement wrappers by William S Fulton · 4 weeks ago
  47. a02102a [js,python] Note oldest node and python3 we CI test by Olly Betts · 5 weeks ago
  48. a1cafe5 Fix Python examples in manual to use print(...) by Olly Betts · 5 weeks ago
  49. 6682aba Improvements to Ocaml documentation by Olly Betts · 6 weeks ago
  50. 6695cc9 minor enhancement in changes file by William S Fulton · 6 weeks ago
  51. bc0b8b5 Improve handling and documentation of missing enum base type information. by William S Fulton · 6 weeks ago
  52. 4c33bca Fix Ocaml SWIGTYPE MOVE typemap to fix cpp11_move_typemaps testcase by William S Fulton · 7 weeks ago
  53. 426cded Add missing SWIGTYPE MOVE typecheck typemaps by William S Fulton · 7 weeks ago
  54. 52120af changes file corrections by William S Fulton · 7 weeks ago
  55. 24a66e6 Add const std::unique_ptr & input typemaps by William S Fulton · 7 weeks ago
  56. 846b407 Add non-const std::unique_ptr & input typemaps by William S Fulton · 7 weeks ago
  57. 5712ce6 std::unique_ptr return by reference typemaps added by William S Fulton · 8 weeks ago
  58. 3f1e40d Add std::unique_ptr && output typemaps by William S Fulton · 8 weeks ago
  59. e76952e Support NULL being passed into char* in typemaps by William S Fulton · 8 weeks ago
  60. ae22a97 Movable std::unique_ptr - add std::unique_ptr && typemaps by William S Fulton · 8 weeks ago
  61. 2d352c6 Add unique_ptr C# move test by William S Fulton · 8 weeks ago
  62. 9441c95 Add missing use of move constructor by William S Fulton · 3 months ago
  63. dcc1471 Add missing use of move constructor by William S Fulton · 3 months ago
  64. ee75385 C# std::unique_ptr rvalue ref typemaps by William S Fulton · 3 months ago
  65. baf3f4c C# support for movable std::unique_ptr (#2650) by Christophe Calmejane · 10 months ago
  66. 534b241 Check whether the D compiler specified via --with-d2-compiler is functional by Rafael Laboissière · 7 weeks ago
  67. a8f7a03 Add CHANGES entry for java warning fixes by Olly Betts · 8 weeks ago
  68. dad57e8 Annotate recent CHANGES entry with issue# by Olly Betts · 8 weeks ago
  69. ec56bff [java] Suppress System.runFinalization() removal warnings by Olly Betts · 8 weeks ago
  70. 8a19cb7 [java] Avoid using deprecated API in doxygen example by Olly Betts · 8 weeks ago
  71. feaabb0 template templated static methods support by William S Fulton · 8 weeks ago
  72. 5eac7bd Improve -debug-module option for template parameters by William S Fulton · 8 weeks ago
  73. 91a5be9 Test case fix for older C# compiler by William S Fulton · 8 weeks ago
  74. a3445d2 C# testcase for operator== by William S Fulton · 8 weeks ago
  75. 85bad94 Correct order of tests in Makefile by William S Fulton · 8 weeks ago
  76. fe080cf Revert "Add regression test && template parsing fix" by Olly Betts · 8 weeks ago
  77. 65f3fff Revert "Tell bison to generate a GLR parser" by Olly Betts · 8 weeks ago
  78. ed30a80 [php] Add runme for testcase constant_expr by Olly Betts · 8 weeks ago
  79. 1c1d0d7 Fix testcase comment to match code by Olly Betts · 8 weeks ago
  80. 85dbda7 Add regression test && template parsing fix by Olly Betts · 8 weeks ago
  81. d37cc0f Tell bison to generate a GLR parser by Olly Betts · 8 weeks ago
  82. 4b43354 [php] Add runme for li_stdint testcase by Olly Betts · 8 weeks ago
  83. 14056cc C99 instead of C90 is the C standard for SWIG source by William S Fulton · 8 weeks ago
  84. d452b1b Bump version to 4.3.0 by William S Fulton · 8 weeks ago
  85. b592468 html fixes by William S Fulton · 9 weeks ago v4.2.1
  86. ce911f8 Fix incomplete ignoring of duplicating %template instantiations by William S Fulton · 9 weeks ago
  87. 72626f4 Note how to fix ocaml parallel tests by Olly Betts · 9 weeks ago
  88. 9fb24e7 [ocaml] Avoid non-unit-statement warnings in examples by Olly Betts · 9 weeks ago
  89. 564979a Remove libffi example, it isn't portable by William S Fulton · 9 weeks ago
  90. 8888798 Add newly added libffi example to testing by William S Fulton · 9 weeks ago
  91. cb5ac19 Restore C++98 and C90 testing compiling SWIG by William S Fulton · 9 weeks ago
  92. 66e054a [python] Add runme.py for libffi example by Olly Betts · 9 weeks ago
  93. 5888c11 Merge branch 'ocaml5' by Olly Betts · 9 weeks ago
  94. 41f28dc [ci] Restore pruned CI by Olly Betts · 9 weeks ago
  95. 2180171 [ocaml] Update manual to reflect versions we test by Olly Betts · 9 weeks ago
  96. cbe2357 Replace // comments by Olly Betts · 9 weeks ago
  97. acc4f0a [ci] Don't use parallel make for ocaml by Olly Betts · 9 weeks ago
  98. 76205bd [ocaml] Reenable testcases marked as failing which pass by Olly Betts · 9 weeks ago
  99. a63d2bc [ocaml] Add failing testcases to list to ignore by Olly Betts · 9 weeks ago
  100. 0c7459e [ocaml] Strip out SWIG copies of ocaml macros by Olly Betts · 9 weeks ago