1. 4b6b711 Merge branch 'issue/2625' by William S Fulton · 9 days ago main master upstream/master
  2. 7f63ea6 Enhanced std::map for non-default constructible types changes entry by William S Fulton · 9 days ago
  3. 8d3f5e7 Add missing exception.i for std::map wrappers for MzScheme and Guile by William S Fulton · 12 days ago
  4. 76fdf2c std::map wrappers and non-default constructible by William S Fulton · 12 days ago
  5. 808b07a Changes file update for array variable initialisation by William S Fulton · 13 days ago
  6. 61ca114 Merge branch 'init-carg-array' by William S Fulton · 14 days ago
  7. 43eed42 Upgrade boost version to fix appveyor testing by William S Fulton · 2 weeks ago
  8. 6b5ae59 to run the CI by Momtchil Momtchev · 2 weeks ago
  9. 68ec78b Add test for C++ boolean types in preprocessor by William S Fulton · 2 weeks ago
  10. 9ed26fc Source/Preprocessor/expr.c: Support boolean values in preprocessor expressions by Mario Emmenlauer · 2 weeks ago
  11. 04355af Rtest3 (#2448) by AndLLA · 2 weeks ago
  12. 64c9720 Complete transition to rtypecheck typemaps from hard coded logic by William S Fulton · 2 weeks ago
  13. a28b8cf Redundant code removal in nested.cxx by William S Fulton · 2 weeks ago
  14. 790f36c Ruby constants and uppercasing regression fix by William S Fulton · 3 weeks ago
  15. 650aad8 Fix incorrect variable setters being generated when wrapping arrays by William S Fulton · 3 weeks ago
  16. d4abe14 Non-assignable detection fixes when wrapping const 2D arrays by William S Fulton · 3 weeks ago
  17. c96c04c Non-assignable detection fixes when wrapping const member variables by William S Fulton · 3 weeks ago
  18. ec53b06 Restore missing variable setters for types containing non-assignable static members by William S Fulton · 3 weeks ago
  19. 4f337d6 Correct instantiate of std::basic_istream and std::basic_ostream by William S Fulton · 3 weeks ago
  20. 275764c Non-assignable detection fixes when wrapping rvalue reference variables by William S Fulton · 3 weeks ago
  21. 912c535 Non-assignable detection fixes when wrapping reference variables by William S Fulton · 3 weeks ago
  22. f3e12fb Assignment operator detection fixes when wrapping static member variables by William S Fulton · 3 weeks ago
  23. c0b3672 Replace Language::is_assignable with Language::is_immutable by William S Fulton · 3 weeks ago
  24. e07957a Implicit assignment operator detection fixes. by William S Fulton · 3 weeks ago
  25. dad1cca template_private_assign by William S Fulton · 3 weeks ago
  26. 5284999 Add tests for C++11 deleted assignment operators and member variables by William S Fulton · 3 weeks ago
  27. fc1b441 Private assignment for templates testcase by William S Fulton · 3 weeks ago
  28. f11bffc Variable setters for non-assignable types by William S Fulton · 3 weeks ago
  29. abd299c Guile, Ocaml, Perl - add missing use of is_assignment() for variable wrappers by William S Fulton · 3 weeks ago
  30. 25cfde7 Fix testcase for C++20 by William S Fulton · 3 weeks ago
  31. bf330ba C++11 deleted destructors fixes by William S Fulton · 4 weeks ago
  32. 1f8d4f8 Tidy up internal "has_copy_constructor" attribute by William S Fulton · 4 weeks ago
  33. 958e389 Tidy up internal "has_destructor" attributes by William S Fulton · 4 weeks ago
  34. e69f77f Remove unused "has_constructor" internal attribute by William S Fulton · 4 weeks ago
  35. 33d45f0 Fix %copyctor feature and C++11 deleted copy constructors by William S Fulton · 4 weeks ago
  36. fb7e0ef C++11 single default deleted constructor fix by William S Fulton · 4 weeks ago
  37. 605e5a1 C++11 default deleted constructors fix by William S Fulton · 4 weeks ago
  38. dd64cc5 Fixed make file ordering by Christophe Calmejane · 4 weeks ago
  39. 08dc93e Language module sections clarification by William S Fulton · 5 weeks ago
  40. a4f0eb7 Fixed line endings by Christophe Calmejane · 5 weeks ago
  41. 872a3ed Remove debug output from Octave test by William S Fulton · 6 weeks ago
  42. d60d94e Fix for gcc-13 warning in SWIGTYPE[ANY][ANY] typemaps by William S Fulton · 6 weeks ago
  43. 4009920 Remove incorrect fragment dependency by William S Fulton · 6 weeks ago
  44. faf9c41 Fix testcase warning with gcc-13 by William S Fulton · 6 weeks ago
  45. a7af35e Fix gcc-13 warning in scilab example by William S Fulton · 6 weeks ago
  46. af7222f CCache mdfour refactor to fix gcc-13 warning by William S Fulton · 6 weeks ago
  47. fb511b2 GHA: Add node 20, add gcc-13, test with clang-14 by William S Fulton · 6 weeks ago
  48. ced86a5 Fix python 3.12 tests by William S Fulton · 6 weeks ago
  49. f64ce2c Add in missing feature:python:tp_watched for python-3.12 by William S Fulton · 6 weeks ago
  50. 3c5119c Test python-3.12 on GHA, fix missing field initialization for builtin by William S Fulton · 6 weeks ago
  51. 1225b2e Fix testcase for python-3.12 by William S Fulton · 6 weeks ago
  52. 8c6a0fb Testcase fix for python-3.12 by William S Fulton · 6 weeks ago
  53. 8aab159 Fix missing-field-initializers warning with Py3.12 by Alexander Shadchin · 6 weeks ago
  54. bd2dcf9 Correct attempts to not run tests in Javascript and Octave by William S Fulton · 6 weeks ago
  55. 57fede7 Add some missing tests not being run by William S Fulton · 6 weeks ago
  56. 0d203fc Suppress clang warnings in test-suite by William S Fulton · 7 weeks ago
  57. a24465c Add reference to fixed SF bug by Olly Betts · 7 weeks ago
  58. 11e4b7c Remove lingering bit of except typemap support by Olly Betts · 7 weeks ago
  59. 6ddcbf5 [Ruby] Remove -feature command line option by Olly Betts · 7 weeks ago
  60. 55207d5 handle `"tmap:in" == NULL` by Momtchil Momtchev · 7 weeks ago
  61. df22fad Work around Visual Studio 2017 bug in testcase by William S Fulton · 7 weeks ago
  62. 2e1506c Add support for using declarations to introduce templated members by William S Fulton · 7 weeks ago
  63. 93732bb Fix using declarations for deep inheritance hierarchies by William S Fulton · 8 weeks ago
  64. e410802 Missing scope restore in Allocate::classDeclaration by William S Fulton · 8 weeks ago
  65. 69d5373 Fix missing constructor generation due to abstract class test failure by William S Fulton · 8 weeks ago
  66. 34e2524 Comment correction since recent code refactor by William S Fulton · 8 weeks ago
  67. b9f1515 Corrected type returned from calling nodeType by William S Fulton · 8 weeks ago
  68. afd4c87 Merge branch 'napi-tm-in-duped' by Olly Betts · 8 weeks ago
  69. 0488f55 Fail at compile time for multiple typemap substitution by Olly Betts · 8 weeks ago
  70. 224c56a [PHP] Add missing overloading functionality by Olly Betts · 8 weeks ago
  71. 04a6046 [php] Fix new template_construct testcase warning by Olly Betts · 8 weeks ago
  72. 31c73a2 Fix comments to match actual function return value by Olly Betts · 8 weeks ago
  73. 066ad40 Documentation clarification about $action in Python "shadow" feature by William S Fulton · 9 weeks ago
  74. 74e1dee Fix %copyctor used on class hierarchies with non-const copy constructor by William S Fulton · 9 weeks ago
  75. b87c9fb Fix duplicate sym:overname values using %copyctor by William S Fulton · 9 weeks ago
  76. 5e1a37c Fix duplicate sym:overname values using %copyctor by William S Fulton · 9 weeks ago
  77. 705d5b8 Warning 302 rewording update for %extend by William S Fulton · 9 weeks ago
  78. a3e8e1f Warnings 302 and 322 code refactor by William S Fulton · 9 weeks ago
  79. 52ede59 Reword and simplify warnings 302 and 322 by William S Fulton · 9 weeks ago
  80. 454c3bc Correct display of redundant typedefs in Warnings 302 and 322 by William S Fulton · 9 weeks ago
  81. 7cea399 Correct display of class names in Warnings 302 and 322 by William S Fulton · 9 weeks ago
  82. 526bc33 More redefinition/redeclaration warning message improvements by William S Fulton · 9 weeks ago
  83. 856d6f2 Redefinition/redeclaration warning message improvements by William S Fulton · 9 weeks ago
  84. 94ab699 Consistency in warnings for ambiguous/redefined templated constructors by William S Fulton · 9 weeks ago
  85. 44fcdbd Fix display of template names in error messages in parser by William S Fulton · 9 weeks ago
  86. 595009c Merge branch 'ctor-dtor-using' by William S Fulton · 9 weeks ago
  87. a704f50 Expand constructor runtime tests to Ruby by William S Fulton · 9 weeks ago
  88. ad09c09 Javascript - ignore constructor renaming by William S Fulton · 9 weeks ago
  89. eb18619 More refactoring for internal destructor and constructor names by William S Fulton · 10 weeks ago
  90. 5254269 C++11 using declarations for inheriting implicit base templated constructors by William S Fulton · 10 weeks ago
  91. c9d7938 Default constructor detection fix for templated constructors by William S Fulton · 10 weeks ago
  92. 2ff9da0 Constructors and destructors declared with template parameters by William S Fulton · 2 months ago
  93. 0830c96 More director protected constructor tests by William S Fulton · 2 months ago
  94. 6bcf612 C++11 using declarations for inheriting constructors by William S Fulton · 2 months ago
  95. efba0a5 Document change in Allocate module by William S Fulton · 2 months ago
  96. b27ad0a Add warning for incorrect using declarations for inheriting constructors by William S Fulton · 3 months ago
  97. feb8e2e Fix C++11 using declarations for inheriting implicit base constructors by William S Fulton · 3 months ago
  98. 655d437 Move adding members due to using declaration from Allocate to TypePass by William S Fulton · 3 months ago
  99. d387ea2 Move addCopyConstructor, addDefaultConstructor, addDestructor from Language to Allocate by William S Fulton · 3 months ago
  100. 84542f6 Replace Language::directorsEnabled() with Swig_directors_enabled() by William S Fulton · 3 months ago