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
/
Swig
/
include.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip the UTF-8 BOM of including files.
William S Fulton
2013-08-29
1
-1
/
+10
*
Remove cvs/svn Id strings
William S Fulton
2013-01-12
1
-2
/
+0
*
More consistent use of DOH namespace
William S Fulton
2012-11-26
1
-1
/
+1
*
Fix Swig_file_extension when the path has a . and there is no extension in th...
William S Fulton
2012-11-18
1
-13
/
+5
*
Fix segfaults when using filename paths greater than 1024 characters in lengt...
William S Fulton
2012-11-18
1
-39
/
+21
*
set file_debug to false
Joseph Wang
2012-03-18
1
-1
/
+1
*
Add more debug code into swig internals
Joseph Wang
2012-03-17
1
-0
/
+11
*
Fix #2149523 - Incorrect line number reporting in errors after parsing macros...
William S Fulton
2010-09-10
1
-0
/
+2
*
SWIG license change - Source moves to GPLv3
William S Fulton
2010-02-27
1
-2
/
+6
*
Fix #1807329 - When Makefile dependencies are being generated using the -M fa...
William S Fulton
2010-02-08
1
-3
/
+2
*
Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...
Haoyu Bai
2009-01-24
1
-15
/
+15
*
fix input filename containing a path on windows
William S Fulton
2008-12-24
1
-5
/
+1
*
deprecate use of include path to find the input file for behaviour that is co...
William S Fulton
2008-11-22
1
-6
/
+13
*
fix Swig_search_path declaration
William S Fulton
2008-11-11
1
-1
/
+1
*
add parameter list (or void) to all C functions
William S Fulton
2008-11-11
1
-2
/
+2
*
Remove some vc++ /W4 warnings
William S Fulton
2008-06-21
1
-1
/
+2
*
Fix many instances of "delimeter" to "delimiter".
Olly Betts
2007-10-08
1
-8
/
+6
*
API cleanup. Documentation
Dave Beazley
2007-01-03
1
-5
/
+5
*
File management cleanup. Split API into separate header. Removed unused func...
Dave Beazley
2006-12-19
1
-97
/
+40
*
Changed Header keyword to Id for SVN
Dave Beazley
2006-12-05
1
-1
/
+1
*
beautify/format source code with gnu indent
William S Fulton
2006-11-01
1
-124
/
+112
*
fix include of files without last newline, as reported by Wes Hodges
Marcelo Matus
2006-03-22
1
-0
/
+9
*
Common template for head of each file detailing licence, distribution and aut...
William S Fulton
2006-03-06
1
-8
/
+6
*
fix line issues reported by Olly
Marcelo Matus
2006-02-08
1
-2
/
+1
*
fix line issues reported by Olly
Marcelo Matus
2006-02-08
1
-1
/
+1
*
fix system <> include, now the last push dir is not the first one to check
Marcelo Matus
2006-01-15
1
-7
/
+24
*
fix wrong assert
Marcelo Matus
2006-01-06
1
-2
/
+2
*
more swigkey unification
Marcelo Matus
2006-01-03
1
-1
/
+2
*
fix missing filename in macro warning
Marcelo Matus
2006-01-02
1
-1
/
+4
*
fixes and docs in %rename
Marcelo Matus
2006-01-01
1
-8
/
+11
*
fix many/many memory leaks
Marcelo Matus
2005-11-30
1
-5
/
+9
*
remove many memory leaks and cleanup
Marcelo Matus
2005-11-29
1
-0
/
+1
*
add NewStringEmpty, use more StringEuqual and less Strcmp
Marcelo Matus
2005-11-28
1
-3
/
+3
*
added the -I- option and %include <file>
Marcelo Matus
2004-09-17
1
-16
/
+75
*
Fix so that Windows paths are displayed correctly when reporting errors.
William S Fulton
2003-12-28
1
-0
/
+4
*
Added functions to support preprocessor enhancement.
Dave Beazley
2003-11-11
1
-0
/
+31
*
The great merge
Dave Beazley
2002-11-30
1
-10
/
+79
*
Bug fixes
Dave Beazley
2000-12-18
1
-0
/
+12
*
Minor tweaks to fix output path problems
Dave Beazley
2000-10-14
1
-2
/
+1
*
Incorporated Macintosh changes submitted by Luigi Ballabio
Dave Beazley
2000-10-14
1
-0
/
+4
*
Substantial changes for new module system.
Dave Beazley
2000-10-02
1
-0
/
+20
*
Added named file functions.
Dave Beazley
2000-09-29
1
-0
/
+26
*
Completely new type implementation. Almost everything broken. Typemaps sort ...
Dave Beazley
2000-08-14
1
-17
/
+17
*
Minor fixes and cleanup
Dave Beazley
2000-06-15
1
-1
/
+1
*
Cleanup
Dave Beazley
2000-04-05
1
-0
/
+7
*
Name cleanup
Dave Beazley
2000-04-05
1
-23
/
+26
*
Slash, burn, crash, crumble. Don't mind me.
Dave Beazley
2000-02-27
1
-3
/
+19
*
Major cleanup of comments
Dave Beazley
2000-01-20
1
-74
/
+32
*
Renaming
Dave Beazley
2000-01-18
1
-23
/
+23
*
Added carriage return to end of every file.
Dave Beazley
2000-01-13
1
-0
/
+1
[next]