summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix wrapping D constants using %dmanifestconstWilliam S Fulton2016-03-121-10/+16
* Php fix for enum value of '\0'William S Fulton2016-03-121-2/+3
* Fix static const char member variables wrappers with %javaconst(1).William S Fulton2016-01-272-1/+10
* Java enum and static member variable escaping fix for charsWilliam S Fulton2016-01-261-2/+2
* Merge pull request #584 from benmwebb/masterWilliam S Fulton2016-01-231-6/+11
|\
| * Qualify use of "__builtin__.Exception" class.Ben Webb2016-01-111-6/+11
* | Fix minor memory leak in Python module docstring handlingOlly Betts2016-01-121-6/+8
* | Fix typo: "neccessary" -> "necessary"Olly Betts2016-01-122-4/+4
|/
* Alternative solution for Ruby unbalanced bracesWilliam S Fulton2016-01-101-5/+4
* Ruby fix unbalanced braces causing issue with the YARD parserAurelien Jacobs2016-01-091-0/+3
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-2220-47/+23
* Merge branch 'missing-initializers'William S Fulton2015-12-193-4/+4
|\
| * Tcl fix when using -Wmissing-field-initializers warningsWilliam S Fulton2015-12-191-1/+1
| * Php fix for -Wmissing-field-initializers warningWilliam S Fulton2015-12-191-1/+1
| * Fixes for Octave and missing -Wmissing-field-initializers in swig_octave_memberWilliam S Fulton2015-12-191-2/+2
* | Initialize missing PyNumberMethods for Python 3.5 and -builtinWilliam S Fulton2015-12-161-0/+4
|/
* Merge branch 'ahnolds-python34'William S Fulton2015-12-141-1/+19
|\
| * Python tp_allocs -> tp_next correctionsWilliam S Fulton2015-12-141-0/+9
| * Python 3.3 builtin missing field initializers addedWilliam S Fulton2015-12-141-1/+7
| * Adding tp_finalize field to PyTypeObject for Python 3.4 and -builtinWilliam S Fulton2015-12-141-0/+3
* | Python use Py_ssize_t instead of int for better portabilityWilliam S Fulton2015-12-051-3/+3
* | Warning fix for Visual StudioWilliam S Fulton2015-11-281-2/+2
|/
* Merge pull request #498 from lyze/extend-cffi-typemap-machineryWilliam S Fulton2015-10-111-2/+89
|\
| * Implement argout, freearg, and check typemaps for CFFI.David Xu2015-08-101-2/+89
* | Fix overloaded templates and default argumentsWilliam S Fulton2015-10-111-1/+29
* | Show node pointer value when displaying a node treeWilliam S Fulton2015-10-101-1/+1
* | Support Python 3.5 and -builtin.William S Fulton2015-10-101-0/+9
* | [Go] Don't emit a constructor function for a director class with anIan Lance Taylor2015-10-061-2/+8
* | %shared_ptr support improvements for classes in an inheritance chainWilliam S Fulton2015-10-011-29/+31
* | Ruby shared_ptr fixes for use with minheritWilliam S Fulton2015-10-011-10/+8
* | Issue #508: Classprefix is not restored after nested structures processing. A...Vladimir Kalinin2015-10-011-5/+7
* | Merge branch 'ruby-shared-ptr'William S Fulton2015-09-269-138/+138
|\ \
| * | Fix Ruby smartptr feature for classes in a namespaceWilliam S Fulton2015-09-251-2/+3
| * | Add Ruby shared_ptr supportWilliam S Fulton2015-09-251-5/+31
| * | smartptr feature support - factor out common codeWilliam S Fulton2015-09-258-132/+103
| * | Ruby free function declaration changeWilliam S Fulton2015-09-141-1/+3
* | | Remove unused support for typemap scopesVadim Zeitlin2015-09-152-219/+159
|/ /
* | Merge branch 'lyze-cffi-export-package'William S Fulton2015-09-091-2/+5
|\ \
| * | Extend the export feature in the CFFI module to support exporting to a partic...David Xu2015-08-051-2/+5
* | | Fix docstrings for callback functions with -builtinOlly Betts2015-09-041-9/+3
* | | [Python] Fix docstrings for %callback functionsOlly Betts2015-09-041-1/+1
* | | Drop code to handle compilers lacking the 'bool' type.Olly Betts2015-09-021-6/+0
* | | Fix ruby warning using clang in director exception codeWilliam S Fulton2015-08-311-0/+1
* | | OS X bison warning suppressionWilliam S Fulton2015-08-311-0/+1
* | | Do not use bare exception in generated Python code.Sjoerd Job Postmus2015-08-281-6/+6
* | | Revert "Merge pull request #494 from richardbeare/enumR2015B"Joseph C Wang2015-08-111-1028/+1053
| |/ |/|
* | Merge pull request #494 from richardbeare/enumR2015Bjoequant2015-08-101-1053/+1028
|\ \
| * | This is a modification to support use of tricky enumerations in R. ItRichard Beare2015-08-101-1053/+1028
| |/
* | pep257 & numpydoc conforming docstringsxantares2015-08-071-6/+11
|/
* Cosmetic corrections - Mac OS XWilliam S Fulton2015-08-021-1/+1