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
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor cleanup
Dave Beazley
2000-09-01
1
-5
/
+2
*
Added new Swig_init function
Dave Beazley
2000-09-01
2
-0
/
+14
*
Fixed bug with creating pointer constants.
Dave Beazley
2000-09-01
1
-1
/
+1
*
Fixed bugs reported by Purify.
Matthias Köppe
2000-09-01
3
-2
/
+3
*
Fixed const problem.
Dave Beazley
2000-09-01
1
-5
/
+5
*
Modified C++ handling code to inherit destructors so that a derived class
Dave Beazley
2000-08-31
1
-0
/
+14
*
Handle `ltdlmod' linkage.
Matthias Köppe
2000-08-31
1
-2
/
+11
*
Fixed problem with abstract base classes.
Dave Beazley
2000-08-31
1
-5
/
+5
*
Fixed C++ code generation so that constructors for abstract classes aren't
Dave Beazley
2000-08-31
1
-0
/
+2
*
Fixed naming generation problem for static C++ variables.
Dave Beazley
2000-08-31
1
-0
/
+1
*
Fixed problem in void pointer handling.
Dave Beazley
2000-08-31
1
-5
/
+13
*
Fixed problem in handling of void pointers.
Dave Beazley
2000-08-31
1
-2
/
+6
*
Use `EXIT_SUCCESS' and `EXIT_FAILURE'.
Thien-Thi Nguyen
2000-08-31
11
-490
/
+490
*
(SWIG_exit): Fix bug: Use exit code.
Thien-Thi Nguyen
2000-08-31
1
-5
/
+5
*
Comment. No functional change.
Thien-Thi Nguyen
2000-08-31
1
-1
/
+2
*
Fixed void pointer problem.
Dave Beazley
2000-08-31
1
-2
/
+10
*
Handle more than 10 args.
Matthias Köppe
2000-08-31
1
-5
/
+17
*
Use \033 instead of \e since the latter is not standard (Sun cc warns
Matthias Köppe
2000-08-31
1
-1
/
+1
*
Bug fixes.
Dave Beazley
2000-08-31
1
-3
/
+5
*
Variable linking patches.
Dave Beazley
2000-08-31
1
-5
/
+43
*
Bug fixes in variable linking.
Dave Beazley
2000-08-30
1
-2
/
+27
*
Fixed handling of char types.
Matthias Köppe
2000-08-30
1
-1
/
+7
*
Declare initialization function in runtime section.
Matthias Köppe
2000-08-30
1
-0
/
+2
*
Extensive bug fixes to variable linking.
Dave Beazley
2000-08-30
1
-27
/
+70
*
Added Swig_string_mangle() function
Dave Beazley
2000-08-30
2
-0
/
+16
*
Fixed %init directive warning.
Matthias Köppe
2000-08-30
1
-1
/
+1
*
Added documentation for variable and constant wrappers.
Matthias Köppe
2000-08-30
1
-90
/
+86
*
Bug fixes
Dave Beazley
2000-08-30
2
-10
/
+16
*
Modified to include a nice typename as part of the _swig_type_info structure.
Dave Beazley
2000-08-30
1
-3
/
+14
*
'-toplevel' option obsoleted.
Masaki Fukushima
2000-08-30
2
-377
/
+344
*
Fixed handling of ignored args.
Matthias Köppe
2000-08-30
1
-3
/
+5
*
File insertion now data-driven via %insert.
Matthias Köppe
2000-08-30
1
-13
/
+1
*
(SwigType_str, SwigType_lstr, SwigType_rcaststr, SwigType_lcaststr)
Matthias Köppe
2000-08-30
2
-8
/
+8
*
Lot's of minor bug fixes
Dave Beazley
2000-08-30
7
-14
/
+94
*
Slight cleanup. Test of new CVS commit message.
Dave Beazley
2000-08-29
1
-4
/
+1
*
New Guile command-line argument "-procdoc", specifying procedure
Matthias Köppe
2000-08-29
2
-36
/
+61
*
Added configuration file for Guile.
Matthias Köppe
2000-08-29
1
-1
/
+2
*
(SWIG_config_file) Constified prototype, enabling build with Solaris c++.
Matthias Köppe
2000-08-29
2
-2
/
+2
*
Added dependency to allow for parallel builds.
Matthias Köppe
2000-08-29
1
-1
/
+3
*
Made it so language modules can specify a file to process before anything els...
Dave Beazley
2000-08-29
6
-8
/
+32
*
Fixed minor bug with line continuations in macros.
Dave Beazley
2000-08-29
1
-1
/
+1
*
Major clean up in the Guile module.
Matthias Köppe
2000-08-28
1
-198
/
+123
*
Fixed typemap specification syntax with strings.
Matthias Köppe
2000-08-28
1
-2
/
+0
*
Changed internal handling of string literals. Added new typemap specificatio...
Dave Beazley
2000-08-28
10
-107
/
+219
*
Modified to follow typedefs when resolving typemaps. Slight modifications
Dave Beazley
2000-08-28
1
-44
/
+64
*
Slight change to Cmp() function to better handle null-pointers.
Dave Beazley
2000-08-28
1
-0
/
+3
*
Enabled the Guile module again.
Matthias Köppe
2000-08-27
2
-4
/
+4
*
Fixed declaration of SwigType_typedef_resolve and
Matthias Köppe
2000-08-27
1
-1
/
+2
*
Include library (`-l') files at the beginning, rather than at the end.
Matthias Köppe
2000-08-27
1
-4
/
+6
*
Updated Guile module.
Matthias Köppe
2000-08-27
2
-143
/
+138
[next]