aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-04-18Document patch #33 from previous commit and complete run time testsWilliam S Fulton
2013-04-18Support $descriptor() macro in fragmentsJesus Lopez
2013-04-18Fix syntax error when preprocessor macros are defined inside of enum listsWilliam S Fulton
2013-04-17Octave: fix bugs in output of cleanup codeKarl Wette
2013-04-17Cosmetic tidyup in smartptr feature code and document smartptr fix in previou...William S Fulton
2013-04-17Add check for smart pointer type in generated code for director connection. T...Brant K. Kyser
2013-04-15Add -MP option for generating phony targets for all dependenciesKarl Wette
2013-04-14Use ZVAL_STRINGL instead of ZVAL_STRING to set funcname as we know the length...Olly Betts
2013-04-14Removed unused Printf parameterOlly Betts
2013-03-19Fix seg fault in SWIG using directors when class and virtual method names are...William S Fulton
2013-03-19Add ability to suppress some director warnings by their method name, not just...William S Fulton
2013-03-09Minor fix to Octave autodoc generation for functions returning structsKarl Wette
2013-03-08More useless code removal as detected by scan-build (LLVM/Clang)William S Fulton
2013-03-08Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru
2013-02-21Cosmetic changes in SwigType_add_qualifierWilliam S Fulton
2013-02-19Fix SWIG's handling of qualified (e.g. const) variables of array typeKarl Wette
2013-02-19Fix qualifier parsing in SwigType_add_qualifier()Karl Wette
2013-02-18Fix C code where a typedef name was used for constructor and destructor names...William S Fulton
2013-02-18Use "(void)" instead of "()" when wrapping no-argument extension functions.Karl Wette
2013-02-18Restrict the name used in %extend to be just the struct/class name and not a ...William S Fulton
2013-02-04Remove unnecessary file/line setting in parserWilliam S Fulton
2013-01-30Ensure 'javapackage' typemap is used as it stopped working from version 2.0.5William S Fulton
2013-01-29Apply patch SF #334 - Fix Python default value conversions TRUE->True, FALSE-...William S Fulton
2013-01-29Apply patch SF #335 - Truly ignore constructors in directors with %ignore and...William S Fulton
2013-01-19Repair typo from previous commit.Brant K. Kyser
2013-01-19Tidy up last few commits for Java new jniclasspackage pragmaWilliam S Fulton
2013-01-19Whitespace fixupWilliam S Fulton
2013-01-17Use NSPACE_SEPARATOR rather than literal.Brant K. Kyser
2013-01-17Fix issue with using directors with the nspace feature without the -package c...Brant K. Kyser
2013-01-17Fix issue with using directors with the nspace feature without the -package c...Brant K. Kyser
2013-01-17imclass_class_package variable names seems to have class in it one too many t...Brant K. Kyser
2013-01-17Fix issue of package directory not being created when using jniclasspackage p...Brant K. Kyser
2013-01-17Add jniclasspackage pragma & change error regarding use of nspace without -pa...Brant K. Kyser
2013-01-15Fix cstype typemap lookup for member variables so that a fully qualified vari...William S Fulton
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2013-01-11Merge branch 'SFbug1299' of https://github.com/BrantKyser/swig into BrantKyse...William S Fulton
2013-01-11Fix spacing in generated code for csdirectorin 'pre', 'post' and 'terminator'...William S Fulton
2013-01-08Clean up local variable name that store the director class's name to prevent ...Brant K. Kyser
2013-01-08Use NSPACE_SEPARATOR rather than liter string for package seperator.Brant K. Kyser
2013-01-09SF Patch#268 - Add 'pre', 'post' and 'terminator' attributes to the csdirecto...Vladimir Kalinin
2013-01-08Fix assorted typos.Olly Betts
2013-01-08Fix to work with a ZTS build of PHP (broken in 2.0.7)Olly Betts
2013-01-05Merge branch 'SFbug1296' of https://github.com/ptomulik/swig into ptomulik-SF...William S Fulton
2013-01-05Patch for SourceForge Bug #1299 broke D and C#. Update C# module to reflect t...Brant K. Kyser
2013-01-05Patch for SourceForge Bug #1299 broke D and C#. Update D module to reflect th...Brant K. Kyser
2013-01-05Remove extra underscore from generated director names to maintain prevent bre...Brant K. Kyser
2013-01-05Merge in upstream changesBrant K. Kyser
2013-01-04Cosmetic whitespace changeWilliam S Fulton
2013-01-04applied patch for SF bug #1296Paweł Tomulik
2013-01-03Clean up fix for SourceForge Bug #1299.Brant K. Kyser