index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Examples
/
test-suite
/
javascript
Commit message (
Expand
)
Author
Age
Files
Lines
*
Polymorphism in R wrappers fixed for C++ structs
William S Fulton
2022-10-24
1
-0
/
+4
*
Revert "[js] Add mod_runme.js"
Olly Betts
2022-10-20
1
-6
/
+0
*
[js] Add mod_runme.js
Olly Betts
2022-10-19
1
-0
/
+6
*
Fix Javascript node test-suite to use desired c++ standard
William S Fulton
2022-10-15
2
-2
/
+3
*
Merge branch 'fix-cast'
William S Fulton
2022-10-14
1
-13
/
+19
|
\
|
*
add tests for new casting behavior
Alba Mendez
2022-10-10
1
-0
/
+2
|
*
skip tests when value is out of range
Alba Mendez
2022-10-10
1
-6
/
+12
|
*
refactor integers JS testcase to avoid repeating code
Alba Mendez
2022-10-10
1
-14
/
+12
*
|
Merge branch 'director-unwrap-result'
William S Fulton
2022-10-07
1
-0
/
+1
|
\
\
|
*
\
Merge branch 'master' into director-unwrap-result
Olly Betts
2022-03-01
9
-11
/
+155
|
|
\
\
|
*
|
|
Unwrap director classes only when returning a pointer or reference to an object
Thomas Reitmayr
2020-06-20
1
-0
/
+1
*
|
|
|
std::string throws typemaps
William S Fulton
2022-09-19
1
-3
/
+11
*
|
|
|
Add catches_strings test to test throws char * typemap
William S Fulton
2022-09-19
1
-0
/
+15
*
|
|
|
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
William S Fulton
2022-09-17
2
-0
/
+18
*
|
|
|
Provide SWIGTYPE MOVE typemaps in swigmove.i
William S Fulton
2022-09-16
1
-0
/
+30
*
|
|
|
rvalue reference outputs
William S Fulton
2022-09-08
2
-67
/
+87
*
|
|
|
Test/fixes to handle NULL pointer for unique_ptr/auto_ptr
William S Fulton
2022-08-31
2
-0
/
+17
*
|
|
|
SWIGTYPE && input typemaps now assume object has been moved
William S Fulton
2022-08-31
1
-0
/
+67
*
|
|
|
Add raw pointer handling test for virtual inheritance
William S Fulton
2022-08-05
2
-14
/
+36
*
|
|
|
Add Javascript support for std::unique_ptr and std::auto_ptr
William S Fulton
2022-08-04
2
-0
/
+202
*
|
|
|
Add machinery for C++14, C++17 and C++20 testing
Olly Betts
2022-07-26
1
-0
/
+3
*
|
|
|
Consistent cpp11 testing in test-suite
William S Fulton
2022-03-27
1
-0
/
+1
*
|
|
|
[Javascript] Fix handling of functions which take void*
Olly Betts
2022-03-07
1
-0
/
+28
|
|
/
/
|
/
|
|
*
|
|
Add a "diamond" pattern to multi-impmort test
Seth R Johnson
2022-02-12
1
-1
/
+1
*
|
|
Avoid -Wempty-body warnings from SWIG_contract_assert
Olly Betts
2022-02-11
1
-3
/
+0
|
|
/
|
/
|
*
|
Shorten testcase variable names for Scilab 6 to work
William S Fulton
2021-11-15
1
-7
/
+7
*
|
Don't run ccomplextest as part of JavaScript test suite
Vadim Zeitlin
2021-10-01
1
-3
/
+0
*
|
Suppress more -Wignored-qualifiers in JavaScript tests
Vadim Zeitlin
2021-10-01
1
-0
/
+2
*
|
Add two Javascript testcases converted from Python
William S Fulton
2021-03-11
2
-0
/
+27
*
|
Javascript type conversion support
William S Fulton
2021-03-11
1
-0
/
+14
*
|
Convert javascript_arrays.i example into testcase
William S Fulton
2021-03-06
2
-0
/
+23
*
|
OUTPUT typemaps on methods that don't return void
William S Fulton
2021-03-01
1
-1
/
+2
*
|
Add Javascript test for missing new in constructor call
William S Fulton
2021-02-28
1
-0
/
+11
*
|
Javascript: Add runtime tests for typemaps.i
William S Fulton
2021-02-28
1
-0
/
+49
*
|
Node: Fix handling of large unsigned values
William S Fulton
2021-02-26
1
-0
/
+18
*
|
Add missing clean targets
William S Fulton
2020-10-10
1
-0
/
+1
*
|
Split C complex.h from C++ complex testing
William S Fulton
2020-10-10
1
-0
/
+3
*
|
Put test in alphabetical order
William S Fulton
2020-10-07
1
-1
/
+1
*
|
Perform proper spacing in director method declarations
Thomas Reitmayr
2020-06-20
1
-0
/
+1
|
/
*
Dev Checkpoint 201906252113
Chris Walker
2019-06-25
1
-0
/
+9
*
testcase fixes for gcc-9
William S Fulton
2019-04-15
4
-16
/
+0
*
[OCaml] Fix and re-enable the string_simple, minherit, and unions tests
Zackery Spytz
2019-01-13
1
-1
/
+1
*
Overloading for non-pointers and NULL - Javascript
William S Fulton
2018-12-30
1
-0
/
+49
*
Javascript test-suite Makefile parallel jobs
William S Fulton
2018-05-17
1
-4
/
+4
*
Fix C# std::complex pass by value typemaps
William S Fulton
2017-10-02
1
-1
/
+2
*
Add missing declaration for std::complex
William S Fulton
2017-10-02
1
-2
/
+10
*
Rename func to funk in tests to avoid Go keyword problems
William S Fulton
2017-06-16
1
-1
/
+1
*
[Javascript] Fix SWIG_exception() macro (#792)
Olly Betts
2016-09-17
1
-0
/
+30
*
Fix 'make partialcheck-test-suite'
William S Fulton
2016-03-18
1
-3
/
+3
*
Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...
William S Fulton
2016-02-21
1
-0
/
+1
[next]