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
/
tcl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Visual Studio examples to work when SWIG is unzipped into a directory con...
William S Fulton
2013-01-15
8
-16
/
+16
*
fix SWIG naming convention
William S Fulton
2009-08-21
1
-1
/
+1
*
invoke using swig.exe instead of just swig in Visual Studio project files
William S Fulton
2009-03-20
8
-16
/
+16
*
Fix virtual destructor
William S Fulton
2008-06-21
1
-1
/
+1
*
64 bit portability fixes
William S Fulton
2007-10-29
1
-1
/
+1
*
eol-style set to CRLF
William S Fulton
2007-10-18
8
-1172
/
+1172
*
eol-style set to CRLF
William S Fulton
2007-10-18
1
-65
/
+65
*
Remove cvs $Header$
William S Fulton
2007-10-17
10
-20
/
+0
*
[Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc.
Olly Betts
2007-10-15
5
-0
/
+103
*
Remove obscure mpointer example and replace with member_pointer.i testcase an...
William S Fulton
2007-08-09
6
-183
/
+0
*
Remove cvsignore files: this is stored on svn:igonre property now
John Lenz
2006-12-03
15
-167
/
+0
*
use $self special variable instead of self in %extend
William S Fulton
2006-11-08
2
-3
/
+3
*
Correct some comments
William S Fulton
2006-07-04
2
-2
/
+2
*
remove sprintf deprecated message
William S Fulton
2006-03-05
2
-0
/
+10
*
Fix for Visual Studio Express 2005 without database support installed - no ne...
William S Fulton
2006-02-07
8
-32
/
+32
*
update for mailing lists
William S Fulton
2006-02-07
1
-1
/
+1
*
simplify Makefiles
Marcelo Matus
2006-01-22
1
-3
/
+2
*
fix Makefiles for cygwin
Marcelo Matus
2006-01-21
1
-1
/
+1
*
better approach to running gcj tests
William S Fulton
2006-01-08
1
-0
/
+1
*
*** empty log message ***
William S Fulton
2006-01-08
1
-0
/
+13
*
Only run gcj tests when gcj is installed on the box
William S Fulton
2006-01-08
2
-2
/
+0
*
add support for named warning codes
Marcelo Matus
2006-01-06
1
-1
/
+1
*
silence new leak warnings
Marcelo Matus
2006-01-05
1
-0
/
+2
*
add %typemap(LANG,..) warning 1387184
Marcelo Matus
2006-01-05
1
-6
/
+6
*
uniform cni examples
Marcelo Matus
2006-01-03
1
-3
/
+1
*
add tcl+java example
Marcelo Matus
2005-12-30
5
-0
/
+83
*
fix examples to use preinst-swig
Marcelo Matus
2005-11-27
12
-12
/
+12
*
massive typemap unification
Marcelo Matus
2005-10-18
1
-1
/
+1
*
fix extern declarations
William S Fulton
2005-06-28
7
-3
/
+32
*
html fixes
William S Fulton
2004-11-02
2
-10
/
+10
*
Update for new runtime library approach (no more -runtime -noruntime)
William S Fulton
2004-10-27
1
-140
/
+0
*
Update for new runtime library approach (no more -runtime -noruntime)
William S Fulton
2004-10-27
6
-47
/
+24
*
Update Examples to not build runtime library
John Lenz
2004-10-17
3
-16
/
+4
*
*** empty log message ***
William S Fulton
2004-10-16
1
-0
/
+11
*
Added missing Visual Studio project file
William S Fulton
2004-09-06
1
-0
/
+140
*
removed unknown -contract flag which was causing swig to fail
William S Fulton
2004-08-12
1
-1
/
+1
*
Windows example no longer uses prebuilt runtime DLL, rather it builds its own...
William S Fulton
2004-07-11
6
-11
/
+37
*
import and import_template examples that used the prebuilt runtime library g...
William S Fulton
2004-07-10
3
-17
/
+22
*
Test const char [] instead of const char *
William S Fulton
2004-06-15
3
-3
/
+2
*
All the runtime scripts are called runme.tcl now for easier testing
William S Fulton
2004-01-20
22
-22
/
+34
*
Warning fixes
William S Fulton
2004-01-07
3
-4
/
+4
*
new example
Dave Beazley
2003-11-30
5
-0
/
+182
*
Clearer instructions
William S Fulton
2003-11-25
1
-2
/
+2
*
New -noruntime commandline option
William S Fulton
2003-11-25
4
-8
/
+8
*
Changed -c to -noruntime
Dave Beazley
2003-11-20
1
-2
/
+1
*
Tcl patches. Use [info sharedlibextension] to get file extension rather than...
Dave Beazley
2003-11-11
14
-37
/
+16
*
new example
Dave Beazley
2003-11-05
5
-0
/
+233
*
Missing quotes on environment variable
William S Fulton
2003-05-21
1
-2
/
+2
*
Visual C++ project files for this runtime library example
William S Fulton
2003-05-08
6
-1
/
+655
*
*** empty log message ***
William S Fulton
2003-05-08
1
-1
/
+1
[next]