master
Javascript Node-API support added
[JavaScript] Speed up node and napi test-suite runs
Allow examples and test-suite to be built out of source tree
argcargv.i: NULL terminate argv with empty input
Add typecheck.
Fixes of STRING/BYTES LENGTH typemaps.
Add char *& string typemaps to all languages and char_strings runme parity
Add Javascript test for missing new in constructor call
Fix C# std::complex pass by value typemaps
[js] Add _runme.js files for ynit tests that pass
Add missing use of move constructor
rvalue reference outputs
Final fixes and tweaks to std::function wrappers
Add const std::unique_ptr & input typemaps
R: Honour %rename of enum items in the generated R code
Tweak to struct name in testcase for R
Correct code in javascript testcase for jsc
add more JS run tests
remove hacks and implement default arguments
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: empty
Add missing newlines at end on new files
Improve friend function documentation
take into account numinputs when counting arguments
Fix infinity testcase on windows
Add two Javascript testcases converted from Python
inout_typemaps test rework
add tests for new casting behavior
Convert javascript_arrays.i example into testcase
Review fixes for the Uint8Array fragment test
Test that member with keyword names don't get renamed in JS
Fix JS keyword rename test to actually test for renaming
first batch of tests
another batch of run tests
cdata.i changes and new test li_cdata_bytes
Add li_constraints test, testing 'constraints.i'. For: JavaScript, C#, go, Java, Lua, Perl, PHP, python, Ruby, TCL and Octave.
add two Python tests
OUTPUT typemaps on methods that don't return void
fix JSC too
fix member pointers
Dev Checkpoint 201906252113
Fix %nspace and %nspacemove for nested classes and enums in a class
Enhance %nspace with %nspacemove for moving symbols into a different target language namespace
Add nspacemove example for STL types
Rename func to funk in tests to avoid Go keyword problems
Python shebang modernisation for python3
add overload + extend + default args run test
Shorten testcase variable names for Scilab 6 to work
batch of JS run tests
Fix running preproc_include test with JS+node more than once (#2936)
testcase fixes for gcc-9
Add support for $n special variable expansion in the names of typemap local variables
[OCaml] Fix and re-enable the string_simple, minherit, and unions tests
[Javascript] Fix SWIG_exception() macro (#792)
add the last bulk batch of Python tests to JS
fix the JSC incompatibilities
Add MinGW-W64 Ruby Github CI testing (#2981)
Remove trace output from Javascript testcase
Javascript type conversion support
[javascript] Fix v8 support and add CI coverage
[Javascript] Fix handling of functions which take void*