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
/
Lib
/
tcl
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Removed ability to share type information by C linking
John Lenz
2004-10-16
3
-82
/
+17
*
Fix a few bugs in the tcl module related to clientdata propagation.
John Lenz
2004-10-07
2
-0
/
+9
*
fix #if __cplusplus problem
Marcelo Matus
2004-10-06
1
-3
/
+3
*
New way of sharing type information between modules for chicken, mzscheme,
John Lenz
2004-10-05
2
-0
/
+39
*
varin enum SWIGTYPE mods to handle unnamed enums
William S Fulton
2004-08-25
1
-1
/
+17
*
missing throws typemaps added
William S Fulton
2004-08-24
2
-0
/
+19
*
Fixed bug [948521]
Luigi Ballabio
2004-05-17
1
-5
/
+3
*
Fixed bug [948583]
Luigi Ballabio
2004-05-17
1
-3
/
+3
*
New common runtime function SWIG_TypePrettyName.
Matthias Köppe
2004-05-06
1
-0
/
+1
*
Fix for std::vector Tcl typemaps
Luigi Ballabio
2004-04-21
1
-7
/
+7
*
*** empty log message ***
Dave Beazley
2003-12-12
1
-1
/
+1
*
Forgot #undefs, add python bad names, change names from
Marcelo Matus
2003-12-12
1
-0
/
+0
*
- Uniform the definition of the keyword warnings through
Marcelo Matus
2003-12-12
2
-3
/
+11
*
*** empty log message ***
Dave Beazley
2003-12-09
1
-46
/
+0
*
Added pack/unpack functions
Dave Beazley
2003-12-08
1
-0
/
+2
*
Fixed [ 755382 ] calling func(const vector<T>& p) evaluates p[0] in interp.
Dave Beazley
2003-12-02
1
-1
/
+3
*
Added member pointer typemaps.
Dave Beazley
2003-11-30
1
-1
/
+14
*
Corrected SWIGEXPORT to SWIGIMPORT
William S Fulton
2003-11-25
1
-150
/
+145
*
Fixed [ 848824 ] Bug in dispatch function when having overloaded functions.
Dave Beazley
2003-11-25
1
-1
/
+1
*
Char and unsigned-char specialization added
Luigi Ballabio
2003-11-19
1
-0
/
+3
*
Contract cleanup
Dave Beazley
2003-11-14
1
-1
/
+1
*
Simplified contract API
Dave Beazley
2003-11-13
1
-9
/
+1
*
Added contract support
Dave Beazley
2003-11-05
1
-0
/
+13
*
Unify the pointer-conversion runtime API.
Matthias Köppe
2003-11-02
1
-21
/
+21
*
Use the preprocessor to rename external functions of the SWIG runtime
Matthias Köppe
2003-11-02
2
-53
/
+89
*
Use the preprocessor to rename external functions of the SWIG runtime
Matthias Köppe
2003-11-02
2
-0
/
+17
*
Fixes to comply with with ISO/IEC 14882:1998(E) 17.4.3.1.2 (symbol names)
William S Fulton
2003-09-23
1
-3
/
+3
*
__cpluscplus typo fix
William S Fulton
2003-09-23
2
-3
/
+3
*
Fixed [ 791579 ] (unsigned) long long handled incorrectly
Dave Beazley
2003-09-01
1
-2
/
+2
*
Cleaned up new warnings introduced by prev patch
William S Fulton
2003-08-22
1
-4
/
+4
*
Typemap for size_t applied to std::size_t
Luigi Ballabio
2003-08-17
1
-0
/
+8
*
Fixed [ 787432 ] long param handled as int
Dave Beazley
2003-08-15
1
-2
/
+3
*
std::pair added (but not very much tested)
Luigi Ballabio
2003-07-10
1
-0
/
+31
*
Removed varin typemaps for SWIGTYPE[] (dimensionless arrays).
William S Fulton
2003-06-01
1
-1
/
+1
*
Missing files
Luigi Ballabio
2003-05-08
1
-0
/
+1
*
*** empty log message ***
Dave Beazley
2003-03-20
1
-1
/
+0
*
Added void * typemap to fix Examples/tcl/value (not really sure why this
Dave Beazley
2003-03-17
1
-0
/
+2
*
long long typemap mods for using with %apply by compilers that don't understa...
William S Fulton
2003-03-10
1
-10
/
+19
*
Added long long typemaps.
Dave Beazley
2003-03-07
1
-1
/
+54
*
Fixed compilation problem with dynamic_cast test.
Dave Beazley
2003-03-07
1
-1
/
+1
*
long long typemap mods for use with %apply
William S Fulton
2003-03-06
1
-8
/
+8
*
Support for std::map (thanks, Dave)
Luigi Ballabio
2003-02-27
1
-0
/
+190
*
Removed some unused variable warnings.
Dave Beazley
2003-02-19
1
-2
/
+0
*
Fixed [ 689040 ] Missing return value in std_vector.i
Dave Beazley
2003-02-18
1
-0
/
+1
*
bool mods for Visual C++
William S Fulton
2003-02-10
1
-1
/
+1
*
bool mods for Visual C++
William S Fulton
2003-02-10
1
-5
/
+24
*
Fixes for SWIGTYPE& varin and varout typemaps
William S Fulton
2003-02-10
1
-4
/
+7
*
A global stl.i works just as well
Luigi Ballabio
2003-01-17
1
-9
/
+0
*
Fixed constructors and default arguments
Luigi Ballabio
2002-12-12
1
-4
/
+4
*
Fixed to DYNAMIC typemaps.
Dave Beazley
2002-12-11
1
-0
/
+5
[prev]
[next]