1. b8eb972 Add more Lua director tests (#3379) by Erez Geva · 7 weeks ago main master
  2. 9a60f95 Task/std unordered map set lua (#3386) by Christophe Calmejane · 7 weeks ago
  3. 846d392 Ensure configured `CXXSHARED` uses `CXX` (#3382) by Erez Geva · 7 weeks ago
  4. 7cf480c Add Windows support of Golang tests (#3360) by Erez Geva · 7 weeks ago
  5. 01d6916 Improve golang version detection and update to version 1.20 by Erez Geva · 7 weeks ago
  6. 87961d1 Added support for nested classes for lua (NCS_Full) by William S Fulton · 7 weeks ago
  7. be56529 C#, D: Always initialise the return type in the C/C++ code by William S Fulton · 7 weeks ago
  8. 5a142e7 Add C# and D protection by Erez Geva · 7 weeks ago
  9. ff00311 Add director emit dynamic cast protection by Erez Geva · 7 weeks ago
  10. c8695ae wine package detection correction by William S Fulton · 7 weeks ago
  11. 84ff343 Fix -Wextra-semi warnings (#3372) by Julien Schueller · 7 weeks ago
  12. f084bd2 Ocaml fix `cdata.i` (#3378) by Erez Geva · 7 weeks ago
  13. 03c1810 [MacOS + Tcl] GHA: Add C/C++ default standard before configure (#3367) by Erez Geva · 8 weeks ago
  14. 58bc8b8 HTML fixes by William S Fulton · 8 weeks ago
  15. a59f62f Remove Lua thread test (#3374) by Erez Geva · 8 weeks ago
  16. ee5ec1c Extend Python iterator rename possibility to other iterator implementations by William S Fulton · 8 weeks ago
  17. e824505 Improve SwigPyIterator rename implementation by William S Fulton · 8 weeks ago
  18. 195018f Fix descriptor() type lookup when SwigPyIterator is renamed via #define by Seth Junot · 8 weeks ago
  19. e5d5227 Test fix for c++98 by William S Fulton · 9 weeks ago
  20. 7588b7b Fix Java using %interface and %nspace together by William S Fulton · 9 weeks ago
  21. 1d12b62 Add fix for CSharp interfaces with namespaces (#3354) by William S Fulton · 9 weeks ago
  22. dc8118a Changes file correction and update for last Lua commit by William S Fulton · 9 weeks ago
  23. 9590476 Support for std::array and std::set for lua (#3305) by Christophe Calmejane · 9 weeks ago
  24. a238d9d Add MSYS2 environment selection variable to matrix (#3355) by Erez Geva · 9 weeks ago
  25. d5278d6 Comment fix by William S Fulton · 9 weeks ago
  26. 3306fd4 Improve clang-format detection for known working versions by William S Fulton · 9 weeks ago
  27. 410e0c5 Changes entry for clang-format by William S Fulton · 9 weeks ago
  28. 91c5eb4 GHA: Add a clang-format gate for each workflow by William S Fulton · 9 weeks ago
  29. 21fb28d Fix clang-format version detection for MacOS by William S Fulton · 9 weeks ago
  30. b2c3e3a Add git pre-commit hook script for checking source formatting with clang-format by William S Fulton · 9 weeks ago
  31. 9720cf8 Move clang-format in configure to correct optional developer section by William S Fulton · 9 weeks ago
  32. 33d8fda Show full clang-version during configure time by William S Fulton · 9 weeks ago
  33. f007c32 clang-format improvements by William S Fulton · 9 weeks ago
  34. 262a5c6 Use clang-format instead of GNU indent for code formatting by William S Fulton · 9 weeks ago
  35. bbdec1f Beautify using swig specific .clang-format by William S Fulton · 9 weeks ago
  36. c72c710 source fix for clang-format-21 by William S Fulton · 10 weeks ago
  37. c1b0c95 clang-format changes for older versions of clang-format by William S Fulton · 10 weeks ago
  38. 13ed079 Tweaks in python.cxx for clang-format by William S Fulton · 10 weeks ago
  39. f905fba Remove some use of tab4 and tab8 in perl, lua, python, perl by William S Fulton · 10 weeks ago
  40. 882d1af Minor code changes in preparation for clang-format by William S Fulton · 10 weeks ago
  41. 0f83cf3 Consistency fixes for -help by William S Fulton · 10 weeks ago
  42. d81d060 Add change note for #3321 by William S Fulton · 10 weeks ago
  43. 83762b5 Changed directorin also for non-reference string_view by ArtemKozak666 · 10 weeks ago
  44. 0530617 Fix std::string_view directorin for csharp (#3321) by ArtemKozak666 · 10 weeks ago
  45. 9a7b43d Doc: Use -undefined dynamic_lookup on macos by Julien Schueller · 2 months ago
  46. c9b3c23 Update changes file for cmake and GHA improvements by William S Fulton · 2 months ago
  47. abe055f Merge into a single cmake CI YML by Erez Geva · 2 months ago
  48. 7e5bea5 update PCRE2 find module to be compatible with upstream CMake config script by Derek Huang · 2 months ago
  49. f8d198b Require cygpath for Windows testing (#3272) by Erez Geva · 2 months ago
  50. ac60146 gcc 13 on Ubuntu 22 is broken, use Ubuntu 24 (#3353) by Erez Geva · 2 months ago
  51. 8d529bd Use cached tools on Linux CI (#3344) by Erez Geva · 2 months ago
  52. 15cb415 Add a minimal director test (#3346) by Erez Geva · 2 months ago
  53. 786931d Lua improvements (#3342) by Erez Geva · 2 months ago
  54. dda786f Correct LDSHARED for OpenBSD by William S Fulton · 2 months ago
  55. 462a86d Replace `declare -n` with bash indirect expansion. (#3343) by Erez Geva · 3 months ago
  56. 44aa7c1 Java 25 (#3341) by Erez Geva · 3 months ago
  57. 36443dc Switch off appveyor testing by William S Fulton · 3 months ago
  58. cb17beb changes file entry for guile -proxy fix by William S Fulton · 3 months ago
  59. 7c3040b Fix segfault in Guile -proxy when class has public member variable (#3336) by William S Fulton · 3 months ago
  60. 204d9cb MacOS CI + Go cleanup (#3340) by Erez Geva · 3 months ago
  61. dc42b05 Merge branch 'pull-3337-update' by William S Fulton · 3 months ago
  62. d2def07 Fix test to reproduce cross-module type cast bug by Ben Zwick · 3 months ago
  63. 5275850 Try replicate issue described in #3337 by William S Fulton · 3 months ago
  64. 16d443d Improve windows CI (#3335) by Erez Geva · 3 months ago
  65. d3dc352 warning fixes for macos by William S Fulton · 3 months ago
  66. c9c4b33 Adding MacOS CI (#3329) by Erez Geva · 3 months ago
  67. 5dab6a8 Fix cross-module type cast lookup in SWIG_InitializeModule by Ben Zwick · 3 months ago
  68. d4ff22d doxygen_interface test fix by William S Fulton · 3 months ago
  69. ca2beba Merge branch 'csharp_doxygen' by William S Fulton · 3 months ago
  70. 0b98f01 Add runtime tests for checking interface Doxygen docs by William S Fulton · 3 months ago
  71. 4781ef4 Fix -Wsign-compare warning in 32-bit builds in SWIG_TypeClientData. by William S Fulton · 3 months ago
  72. d3e3be4 Change note for header include guard fix by William S Fulton · 3 months ago
  73. 5121956 runtime: Insert include guard (#3325) by Julien Schueller · 3 months ago
  74. e7b9214 GitHub windows CI (#3324) by Erez Geva · 3 months ago
  75. eb67231 GHA: add octave VER by William S Fulton · 3 months ago
  76. 54bdeef Use MSYS2 MSYSTEM environment variable to select active environment. (#3320) by Erez Geva · 3 months ago
  77. 3d433d8 Fix Python GCC windows CI test (#3314) by Erez Geva · 3 months ago
  78. eeb2ba5 java/Doxygen: Fix javadoc generation within the interface file. by Markus Wick · 4 months ago
  79. 03c4071 csharp/doxygen: Also generate xmldoc for interface files. by Markus Wick · 4 months ago
  80. ea62c86 Add CHANGES entry for %typedef deprecation by Olly Betts · 4 months ago
  81. d56d301 Deprecate %typedef directive by Julien Schueller · 4 months ago
  82. 3dd9412 Remove python-3.9 msvc GHA CI testing by William S Fulton · 4 months ago
  83. 097fb16 Disable windows mingw gcc test on GHA by William S Fulton · 4 months ago
  84. 14b1300 CHANGES.current: Add entries for Octave changes by Olly Betts · 4 months ago
  85. 7978233 Octave.html: Fix unescaped > in HTML by Olly Betts · 4 months ago
  86. 6cd620b octave: Clean up handling specific to Octave < 6 by Olly Betts · 4 months ago
  87. 1728524 octave: Update supported version in docs by Olly Betts · 4 months ago
  88. 63c13e8 octave: Fix save_binary prototype by Julien Schueller · 4 months ago
  89. ae0cb1a Go: Add `no-unique-id` flag (#3291) by Yorick Smilda · 5 months ago
  90. c72a450 make check fix with javascript disabled by William S Fulton · 5 months ago
  91. 106107a Coding style guidelines tweaks by William S Fulton · 5 months ago
  92. 74ac8d3 Improved lua directors documentation (#3302) by Christophe Calmejane · 5 months ago
  93. f668734 Lua directors cleanup/tweaks by William S Fulton · 5 months ago
  94. e6aa124 Added documentation by Christophe Calmejane · 5 months ago
  95. 1c20901 Added unit tests for lua directors by Christophe Calmejane · 5 months ago
  96. 9d45588 Added directors support for lua by Christophe Calmejane · 5 months ago
  97. 3392cfd Beautify lua.cxx by William S Fulton · 5 months ago
  98. b686e33 Release notes/changes adjustments from release-4.4 branch by William S Fulton · 5 months ago
  99. d10cf87 Add changes entry for fsanitize=undefined fix by William S Fulton · 5 months ago
  100. 85a63d5 Add changes entry for warning fixes by William S Fulton · 5 months ago