summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic changes in SwigType_add_qualifierWilliam S Fulton2013-02-211-16/+10
* Fix SWIG's handling of qualified (e.g. const) variables of array typeKarl Wette2013-02-191-0/+61
* Fix qualifier parsing in SwigType_add_qualifier()Karl Wette2013-02-191-36/+42
* Fix C code where a typedef name was used for constructor and destructor names...William S Fulton2013-02-182-2/+28
* Use "(void)" instead of "()" when wrapping no-argument extension functions.Karl Wette2013-02-181-1/+1
* Restrict the name used in %extend to be just the struct/class name and not a ...William S Fulton2013-02-182-13/+30
* Remove unnecessary file/line setting in parserWilliam S Fulton2013-02-041-4/+0
* Ensure 'javapackage' typemap is used as it stopped working from version 2.0.5William S Fulton2013-01-301-1/+1
* Apply patch SF #334 - Fix Python default value conversions TRUE->True, FALSE-...William S Fulton2013-01-293-11/+3
* Apply patch SF #335 - Truly ignore constructors in directors with %ignore and...William S Fulton2013-01-291-0/+3
* 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