summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial implementationissue-379-pythoncode-indentOlly Betts2015-06-032-48/+107
* Appveyor upgrade to cygwin on stable serverWilliam S Fulton2015-06-021-1/+1
* Add new feature "python:cdefaultargs"William S Fulton2015-05-285-3/+153
* Fix Python typedef bool default arguments that are not booleans.William S Fulton2015-05-274-19/+29
* Refactor PYTHON::convertValueWilliam S Fulton2015-05-271-77/+85
* [Python] Fix warning when compiling generated code with MSVC.Olly Betts2015-05-192-1/+8
* [Go] Adjust last change to always emit a destructor.Ian Lance Taylor2015-05-181-20/+21
* [Go] Fix bug with ignored destructor--generated code did not compile.Ian Lance Taylor2015-05-182-19/+35
* li_boost_shared_ptr_bits testcase fix for languages without shared_ptr supportWilliam S Fulton2015-05-141-0/+5
* Update docs wrt directors and shared_ptrWilliam S Fulton2015-05-141-1/+3
* Fix shared_ptr of classes with private constructors and destructors.William S Fulton2015-05-145-0/+53
* Fix swapped parameters in memset callOlly Betts2015-05-121-1/+1
* Example and test-suite makefile tidy upWilliam S Fulton2015-05-112-25/+18
* Merge branch 'yazug-python_test_suite_pep8_whitespace_cleanup'William S Fulton2015-05-10202-3401/+3496
|\
| * autopep8 cleanup of Examples/test-suite/pythonJon Schlueter2015-05-08202-3401/+3496
* | Merge branch 'yazug-python_examples_pep8_whitespace_cleanup'William S Fulton2015-05-1041-326/+280
|\ \
| * | Fixup 2 additional whitespace warnings pep8 foundJon Schlueter2015-05-082-2/+2
| * | Add pep8 check for Examples/pythonJon Schlueter2015-05-081-1/+14
| * | autopep8 cleanup of Examples/python whitespaceJon Schlueter2015-05-0840-323/+264
| |/
* | Fix Java multi-argument typemaps (char *STRING, size_t LENGTH)William S Fulton2015-05-104-0/+30
* | Remove unused std_string.i from callback examplesWilliam S Fulton2015-05-108-16/+0
* | Refactor Java director swig_override array codeWilliam S Fulton2015-05-102-7/+15
* | Fix typo in method descriptionOlly Betts2015-05-101-1/+1
* | Fix incorrect commentsOlly Betts2015-05-094-4/+4
* | Remove no-op calls to swig_incref().Olly Betts2015-05-092-2/+0
* | Merge pull request #414 from michael-schaller/go-doc-cpp-memIan Lance Taylor2015-05-081-18/+103
|\ \ | |/ |/|
| * [Go] Improved Go Class Memory Management section of the Go documentation.Michael Schaller2015-05-081-18/+103
|/
* Merge pull request #413 from LindleyF/masterOlly Betts2015-05-081-3/+8
|\
| * Don't include an STL header in SWIG.Lindley French2015-05-071-3/+8
* | [Python] Deal with an integer as the default value of a boolOlly Betts2015-05-074-0/+18
* | Add entry for #403Olly Betts2015-05-071-0/+4
* | Merge pull request #403 from LindleyF/masterOlly Betts2015-05-074-2/+157
|\ \ | |/
| * Use a bitset which is automatically initialized to 0, instead of a bool array...Lindley French2015-05-061-6/+3
| * Added missing untracked files.Lindley French2015-05-042-0/+153
| * Added director_ref test.Lindley French2015-05-041-0/+1
| * Too hard to conditionally define the memset....instead just make sure the arr...Lindley French2015-05-011-10/+4
| * Only output memset if the array exists.Lindley French2015-04-301-2/+10
| * Zero-initialize swig_override in the director constructor.Lindley French2015-04-301-0/+2
* | Suppress warning 325 "Nested class not currently supported (FooOlly Betts2015-05-053-9/+16
* | Add support for friend templates, including operator overloading.William S Fulton2015-05-0510-3/+146
* | [Go] Fix Go multimap example to use Swig_AllocateString and swigCopyString.Ian Lance Taylor2015-05-041-2/+7
* | [Go] Make sure that arguments for which use memcpy when calling C areIan Lance Taylor2015-05-044-33/+76
* | Fix unresolved symbols in testcaseWilliam S Fulton2015-05-021-0/+7
* | Cosmetic rename COPERATOR to CONVERSIONOPERATORWilliam S Fulton2015-05-012-10/+10
* | Fix comments and newlines within operator definitionsWilliam S Fulton2015-05-015-1/+78
* | '#undef seed' macro which Perl API headers defineOlly Betts2015-05-021-0/+3
|/
* Adjust testcase for unknown directive errorOlly Betts2015-04-301-1/+1
* Ignore unknown preprocessor directives which are inside an inactiveOlly Betts2015-04-303-1/+24
* lua: push integer constants as integerAlexander Warg2015-04-281-1/+1
* Fix handling of default arguments after ignored ones in Python.Vadim Zeitlin2015-04-274-5/+28