summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Remove test tokensWilliam S Fulton2013-02-081-1/+0
* User defined literals: fix for %rename and update docsWilliam S Fulton2013-02-081-1/+2
* Add ability to suppress variadic template first argumnet warningWilliam S Fulton2013-02-051-0/+2
* Add template aliasing and type aliasing into symbol table and enable explicit...William S Fulton2013-02-041-2/+22
* Add lambda functions to the symbol tables and add ability to suppress lambda ...William S Fulton2013-02-045-5/+36
* Rework std::initializer_list handling to warn about usage in any method, not ...William S Fulton2013-02-042-22/+16
* Initialization list doc updates and new tests. Fix functions with default arg...William S Fulton2013-02-021-3/+9
* Fix shift/shift and shift/reduce errors around variadic templates since mergeWilliam S Fulton2013-01-281-27/+21
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-2878-4255/+11500
|\
| * Repair typo from previous commit.Brant K. Kyser2013-01-191-1/+1
| * Tidy up last few commits for Java new jniclasspackage pragmaWilliam S Fulton2013-01-191-5/+7
| * Whitespace fixupWilliam S Fulton2013-01-191-37/+37
| * Use NSPACE_SEPARATOR rather than literal.Brant K. Kyser2013-01-171-1/+1
| * Fix issue with using directors with the nspace feature without the -package c...Brant K. Kyser2013-01-171-10/+10
| * Fix issue with using directors with the nspace feature without the -package c...Brant K. Kyser2013-01-171-3/+7
| * imclass_class_package variable names seems to have class in it one too many t...Brant K. Kyser2013-01-171-16/+16
| * Fix issue of package directory not being created when using jniclasspackage p...Brant K. Kyser2013-01-171-36/+49
| * Add jniclasspackage pragma & change error regarding use of nspace without -pa...Brant K. Kyser2013-01-172-9/+33
| * Fix cstype typemap lookup for member variables so that a fully qualified vari...William S Fulton2013-01-151-15/+18
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-1267-134/+0
| * Merge branch 'SFbug1299' of https://github.com/BrantKyser/swig into BrantKyse...William S Fulton2013-01-117-124/+130
| |\
| | * Clean up local variable name that store the director class's name to prevent ...Brant K. Kyser2013-01-083-32/+35
| | * Use NSPACE_SEPARATOR rather than liter string for package seperator.Brant K. Kyser2013-01-082-3/+3
| | * Patch for SourceForge Bug #1299 broke D and C#. Update C# module to reflect t...Brant K. Kyser2013-01-051-30/+15
| | * Patch for SourceForge Bug #1299 broke D and C#. Update D module to reflect th...Brant K. Kyser2013-01-051-40/+31
| | * Remove extra underscore from generated director names to maintain prevent bre...Brant K. Kyser2013-01-052-3/+14
| | * Merge in upstream changesBrant K. Kyser2013-01-051-1/+1
| | |\
| | * | Clean up fix for SourceForge Bug #1299.Brant K. Kyser2013-01-032-2/+1
| | * | Merge branch 'master' into SFbug1299Brant K. Kyser2013-01-031-1/+6
| | |\ \
| | * | | Qualify generated SwigDirector class names with namespacesBrant K. Kyser2013-01-035-38/+55
| | * | | Fix for SourceForge Bug #1283.Brant K. Kyser2013-01-031-3/+19
| * | | | Fix spacing in generated code for csdirectorin 'pre', 'post' and 'terminator'...William S Fulton2013-01-111-39/+17
| * | | | SF Patch#268 - Add 'pre', 'post' and 'terminator' attributes to the csdirecto...Vladimir Kalinin2013-01-091-7/+81
| * | | | Fix assorted typos.Olly Betts2013-01-084-5/+5
| * | | | Fix to work with a ZTS build of PHP (broken in 2.0.7)Olly Betts2013-01-081-0/+1
| * | | | Merge branch 'SFbug1296' of https://github.com/ptomulik/swig into ptomulik-SF...William S Fulton2013-01-051-10/+0
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | applied patch for SF bug #1296Paweł Tomulik2013-01-041-10/+0
| | | |/ | | |/|
| * | | Cosmetic whitespace changeWilliam S Fulton2013-01-041-1/+1
| * | | Fix for SourceForge Bug #1283.Brant K. Kyser2013-01-041-3/+19
| |/ /
| * | Fix for SourceForge Bug #1278Brant K. Kyser2013-01-021-1/+6
| |/
| * Fix garbage line number and empty file name reporting for some '}' or ')' err...William S Fulton2012-12-162-1/+9
| * gcc-4.6 warning fixWilliam S Fulton2012-12-151-4/+0
| * Rework warning fixes in rev 13512 as it introduces dead code flagged by sun s...William S Fulton2012-12-151-6/+8
| * CFFI - Fix some string constants are incorrectWilliam S Fulton2012-12-141-1/+7
| * Fix CFFI incorrect constant namesWilliam S Fulton2012-12-141-4/+8
| * Fix bad exit running 'swig -go -help'William S Fulton2012-12-131-1/+3
| * add finalizer for class fix. It was missing from earlierJoseph Wang2012-12-121-1/+1
| * Fix fully qualified package paths for Python 3 even if a module is in the sam...William S Fulton2012-12-111-3/+3
| * Remove some pointless code creating implicit constructorsWilliam S Fulton2012-12-021-11/+2
| * Fix nested classes symbol table problem due to lack of string copy - due to c...William S Fulton2012-12-021-2/+3