This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
swig
Watch
1
Star
0
Fork
You've already forked swig
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
05397cf6a2
swig
/
Source
/
CParse
History
Download ZIP
Download TAR.GZ
William S Fulton
05397cf6a2
Fix syntax error when the template keyword is used in types
...
For example: std::template vector<int> v;
2015-07-02 19:23:37 +01:00
..
cparse.h
Improve error message when an unknown SWIG directive is used
2015-01-08 12:07:54 +13:00
cscanner.c
Cosmetic rename COPERATOR to CONVERSIONOPERATOR
2015-05-01 19:26:09 +01:00
parser.y
Fix syntax error when the template keyword is used in types
2015-07-02 19:23:37 +01:00
templ.c
Add support for friend templates, including operator overloading.
2015-05-05 06:48:25 +01:00
util.c
Create separate extetnd.c file for handling extensions / %extend
2014-05-21 19:16:15 +01:00