summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix the high passed to PyTuple_GetSlice in varargs wrappers.William S Fulton2013-05-231-1/+1
* Minor fixes after Coverity analysisWilliam S Fulton2013-05-162-1/+2
* Remove deprecated Guile options from help.William S Fulton2013-04-291-7/+2
* guile: emit warning when -gh or -scm option are usedGeert Janssens2013-04-281-0/+2
* Drop guilegh interfaceGeert Janssens2013-04-281-108/+43
* Fixes for warnings issued by clangWilliam S Fulton2013-04-282-21/+0
* Remove non-ascii characters at a comment line in d.cxx that trouble VC++Yung Lee2013-04-221-1/+1
* Tcl: change differently named constructors behaviour.William S Fulton2013-04-191-1/+3
* Document patch #33 from previous commit and complete run time testsWilliam S Fulton2013-04-181-0/+1
* Support $descriptor() macro in fragmentsJesus Lopez2013-04-181-0/+2
* Fix syntax error when preprocessor macros are defined inside of enum listsWilliam S Fulton2013-04-181-22/+24
* Octave: fix bugs in output of cleanup codeKarl Wette2013-04-171-1/+6
* Cosmetic tidyup in smartptr feature code and document smartptr fix in previou...William S Fulton2013-04-172-12/+8
* Add check for smart pointer type in generated code for director connection. T...Brant K. Kyser2013-04-171-2/+12
* Add -MP option for generating phony targets for all dependenciesKarl Wette2013-04-151-2/+18
* Use ZVAL_STRINGL instead of ZVAL_STRING to set funcname as we know the length...Olly Betts2013-04-141-1/+2
* Removed unused Printf parameterOlly Betts2013-04-141-1/+1
* Fix seg fault in SWIG using directors when class and virtual method names are...William S Fulton2013-03-193-35/+7
* Add ability to suppress some director warnings by their method name, not just...William S Fulton2013-03-191-6/+9
* Minor fix to Octave autodoc generation for functions returning structsKarl Wette2013-03-091-7/+3
* More useless code removal as detected by scan-build (LLVM/Clang)William S Fulton2013-03-082-2/+1
* Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru2013-03-087-16/+2
* 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
| |\