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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Chicken: Remove workaround for memory corruption from the li_typemaps_runme test
John Lenz
2005-10-18
1
-1
/
+0
*
Chicken:
John Lenz
2005-10-18
1
-1
/
+1
*
adding more cases
Marcelo Matus
2005-10-17
5
-0
/
+85
*
added more cases
Marcelo Matus
2005-10-17
2
-3
/
+24
*
fix friend bug #1323114
Marcelo Matus
2005-10-17
1
-0
/
+22
*
TCL typemap fix
William S Fulton
2005-10-15
1
-0
/
+4
*
capitalization for Ruby
William S Fulton
2005-10-15
1
-3
/
+2
*
tests to check constants don't attempt to generate setters
William S Fulton
2005-10-15
2
-0
/
+22
*
test in C and fix names for ruby
Marcelo Matus
2005-10-14
1
-3
/
+3
*
adding more cases
Marcelo Matus
2005-10-14
1
-2
/
+20
*
fix seg fault with simple typedef struct
Marcelo Matus
2005-10-14
2
-0
/
+10
*
typemap fix for c# and visual c++
William S Fulton
2005-10-09
1
-0
/
+8
*
warning/error fixes for Visual Studio
William S Fulton
2005-10-09
3
-11
/
+17
*
fix runtime error (Ruby 1.8.1 doesn't seem to parse this special character)
William S Fulton
2005-10-09
1
-1
/
+1
*
fix keyword problem with C#
William S Fulton
2005-10-09
2
-16
/
+16
*
New test case for char_constant test.
Charlie Savage
2005-10-08
1
-0
/
+23
*
Test case for object tracking.
Charlie Savage
2005-10-08
1
-0
/
+44
*
Ruby warning suppression
William S Fulton
2005-10-08
3
-6
/
+3
*
php4 multiple inheritance warning suppression
William S Fulton
2005-10-08
11
-13
/
+16
*
multiple inheritance and ignored base classes test
William S Fulton
2005-10-08
1
-0
/
+32
*
more multiple inheritance tests checking ignored classes
William S Fulton
2005-10-08
1
-7
/
+52
*
fixes for new flag attribute convention
Marcelo Matus
2005-10-07
1
-34
/
+2
*
add new .py files
Marcelo Matus
2005-10-07
1
-0
/
+2
*
minor cosmetic warning fix
Marcelo Matus
2005-10-07
1
-1
/
+0
*
fixes for new flag attribute convention
Marcelo Matus
2005-10-07
4
-16
/
+16
*
Minor updates to the documentation
John Lenz
2005-10-06
1
-0
/
+1
*
Fix ruby warnings
William S Fulton
2005-10-04
1
-10
/
+10
*
%pythondynamic - it is gone!
William S Fulton
2005-10-04
1
-1
/
+1
*
test compactdefaultargs feature
William S Fulton
2005-09-30
3
-0
/
+53
*
recover the %import(module=name) option,lost in previous fix
Marcelo Matus
2005-09-30
1
-1
/
+26
*
test bool as member variable
William S Fulton
2005-09-28
1
-0
/
+16
*
test wrapping nothing!
William S Fulton
2005-09-28
2
-0
/
+3
*
Don't forget to exit.
Matthias Köppe
2005-09-26
1
-0
/
+1
*
add missing const ptr case
Marcelo Matus
2005-09-26
1
-0
/
+2
*
*** empty log message ***
Matthias Köppe
2005-09-25
1
-0
/
+44
*
Remove dependency on Ruby unit test framework.
Charlie Savage
2005-09-25
1
-1
/
+0
*
Added track_objects_directors test.
Charlie Savage
2005-09-24
1
-1
/
+2
*
Moved to Ruby directory.
Charlie Savage
2005-09-24
1
-44
/
+0
*
Added test case for Ruby using track objects and directors at the same time.
Charlie Savage
2005-09-24
2
-0
/
+73
*
Fix to compile on Windows. The code defines a type called small, but Windows...
Charlie Savage
2005-09-24
1
-0
/
+8
*
Test would not compile on windows because it defines a template class called ...
Charlie Savage
2005-09-24
1
-2
/
+5
*
*** empty log message ***
William S Fulton
2005-09-24
2
-0
/
+14
*
correct last checkin
William S Fulton
2005-09-24
1
-2
/
+4
*
move ruby only test to ruby directory
William S Fulton
2005-09-24
3
-2
/
+97
*
move to ruby directory as ruby only test
William S Fulton
2005-09-24
1
-95
/
+0
*
Added test for tracking objects functionality in Ruby.
Charlie Savage
2005-09-23
1
-0
/
+1
*
New test objects test suite.
Charlie Savage
2005-09-23
2
-0
/
+175
*
Test for patch #1116431 Fix non member functions inadvertently being called i...
William S Fulton
2005-09-23
3
-0
/
+29
*
Updates to examples so that they run correctly under Ruby 1.8
Charlie Savage
2005-09-23
4
-1
/
+73
*
operator tests
William S Fulton
2005-09-22
1
-0
/
+86
[next]