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
/
CParse
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix overloaded templates and default arguments
William S Fulton
2015-10-11
1
-1
/
+29
*
Issue #508: Classprefix is not restored after nested structures processing. A...
Vladimir Kalinin
2015-10-01
1
-5
/
+7
*
smartptr feature support - factor out common code
William S Fulton
2015-09-25
2
-0
/
+23
*
OS X bison warning suppression
William S Fulton
2015-08-31
1
-0
/
+1
*
Restored broken ignoring of operators etc. Added more comments.
Vladimir Kalinin
2015-07-30
1
-2
/
+8
*
refactoring: 2 ways of ignoring symbol in add_symbols() merged for clarity
Vladimir Kalinin
2015-07-22
1
-11
/
+9
*
explicitly %ignore'd symbol does not get feature:ignore if it is only added t...
Vladimir Kalinin
2015-07-21
1
-0
/
+2
*
String / char * usage in parser fixes
William S Fulton
2015-07-17
1
-40
/
+21
*
const char * fixes in the parser
William S Fulton
2015-07-17
1
-13
/
+15
*
Warning fixes for 64bit visual c++ on Windows
William S Fulton
2015-07-03
2
-2
/
+2
*
Fix syntax error when the template keyword is used in types
William S Fulton
2015-07-02
1
-18
/
+34
*
Cosmetic parser change
William S Fulton
2015-06-22
1
-5
/
+5
*
Fix parse errors for C++11 type aliasing
William S Fulton
2015-06-22
1
-4
/
+7
*
Fix C++11 type aliasing seg fault.
William S Fulton
2015-06-09
1
-2
/
+2
*
Fix shared_ptr of classes with private constructors and destructors.
William S Fulton
2015-05-14
1
-0
/
+4
*
Suppress warning 325 "Nested class not currently supported (Foo
Olly Betts
2015-05-05
1
-8
/
+6
*
Add support for friend templates, including operator overloading.
William S Fulton
2015-05-05
2
-2
/
+11
*
Cosmetic rename COPERATOR to CONVERSIONOPERATOR
William S Fulton
2015-05-01
2
-10
/
+10
*
Fix comments and newlines within operator definitions
William S Fulton
2015-05-01
1
-1
/
+6
*
Fix parsing of extern "C" and typedef for example:
William S Fulton
2015-04-07
1
-14
/
+8
*
Fix segfault in handling unknown directives
Olly Betts
2015-03-27
1
-1
/
+1
*
Wording change for missing semicolon error
William S Fulton
2015-01-08
1
-1
/
+1
*
Handle "constexpr explicit" and "constexpr static"
Olly Betts
2015-01-09
1
-0
/
+2
*
Allow C++11 "explicit constexpr"
Olly Betts
2015-01-08
1
-0
/
+1
*
Improve errors for missing ; and unexpected )
Olly Betts
2015-01-08
1
-0
/
+9
*
Improve error message when an unknown SWIG directive is used
Olly Betts
2015-01-08
3
-2
/
+16
*
fix for nested template defined out of class (issue #265)
Vladimir Kalinin
2014-11-25
1
-4
/
+10
*
Remove bogus ; after } in documentation
Olly Betts
2014-11-07
1
-1
/
+1
*
fixes "flatnested" feature for out-of-scope defined nested classes
Vladimir Kalinin
2014-11-04
1
-3
/
+11
*
The kwargs feature no longer turns on compactdefaultargs for languages that d...
William S Fulton
2014-10-21
1
-1
/
+2
*
Small fixes to the relative import fix.
Johan Hake
2014-09-29
1
-1
/
+1
*
Fix bug 206 where package information for relative in single file import is n...
Johan Hake
2014-08-25
1
-0
/
+1
*
Create separate extetnd.c file for handling extensions / %extend
William S Fulton
2014-05-21
3
-145
/
+48
*
%extend for nested unnamed C structs
Vladimir Kalinin
2014-05-14
1
-5
/
+4
*
C nested classes symbol table should be in global space
Vladimir Kalinin
2014-05-10
1
-0
/
+3
*
Eliminate needless casting away const from string constants
Olly Betts
2014-04-30
1
-8
/
+8
*
C++11 constexpr variables support added
William S Fulton
2014-03-14
1
-1
/
+1
*
Fix assorted comment and documentation typos
Olly Betts
2014-02-23
1
-1
/
+1
*
Fix warning suppression using %warnfilter for PHP reserved class names.
William S Fulton
2014-02-21
1
-2
/
+3
*
Add %$isextendmember for %rename of members added via %extend
William S Fulton
2014-02-18
1
-5
/
+13
*
Fix %$ismember %rename predicate for members added via %extend
William S Fulton
2014-02-18
1
-2
/
+5
*
Typo in comment fix
William S Fulton
2014-02-08
1
-1
/
+1
*
warnings suppressed for deeply nested classes
Vladimir Kalinin
2014-02-07
1
-9
/
+11
*
warning filter fixed
Vladimir Kalinin
2014-02-06
1
-7
/
+4
*
warnfilter fixed
Vladimir Kalinin
2014-02-03
1
-5
/
+12
*
added forward declaration instead of ignored nested class (resurrected old code)
Vladimir Kalinin
2014-02-03
1
-34
/
+89
*
Nested classes support is diversified, depending on the language capability. ...
Vladimir Kalinin
2014-02-02
1
-15
/
+33
*
Remove debug output on 'Empty character constant' error
William S Fulton
2014-01-19
1
-2
/
+0
*
Add C++11 virtual specifier sequences (final and/or override on methods)
William S Fulton
2014-01-03
2
-35
/
+66
*
Merge pull request #123 from wkalinin/test2
Vladimir Kalinin
2013-12-26
1
-1
/
+2
|
\
[next]