summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix abort using template default parametersWilliam S Fulton2014-12-281-6/+6
* Fix use of preprocessor null directiveWilliam S Fulton2014-12-201-0/+2
* Partial support for %constant and structsWilliam S Fulton2014-12-185-48/+9
* Fix templated constructors regressionWilliam S Fulton2014-12-091-1/+2
* Fix regression in introduced in merge of C++11 strongly typed enums supportWilliam S Fulton2014-12-072-4/+5
* Merge master and C++11 strongly typed enum supportWilliam S Fulton2014-12-073-10/+16
|\
| * fix for nested template defined out of class (issue #265)Vladimir Kalinin2014-11-251-4/+10
| * Merge pull request #235 from dontpanic92/masterianlancetaylor2014-11-171-1/+1
| |\
| | * del tmp filesAnthony Li2014-10-061-5385/+0
| | * GoLang:fix overload functions with polymorphic issueAnthony Li2014-10-062-1/+5386
| * | Fixes for clang -fsanitize=undefined-trap -fsanitize-undefined-trap-on-errorWilliam S Fulton2014-11-081-5/+5
* | | Add c++11 strongly typed enum support for GuileWilliam S Fulton2014-11-281-1/+1
* | | Add c++11 strongly typed enum support for GoWilliam S Fulton2014-11-281-3/+16
* | | Add c++11 strongly typed enum support for LuaWilliam S Fulton2014-11-281-1/+10
* | | C++11 strongly typed enum supportWilliam S Fulton2014-11-251-2/+10
* | | Add C# support for wrapping C++11 strongly typed enumsWilliam S Fulton2014-11-251-4/+22
* | | Fix strongly typed enums for Java when using simple enum wrappersWilliam S Fulton2014-11-241-2/+10
* | | Fix incorrect symbol clash error in C# and Java when using %rename for enumsWilliam S Fulton2014-11-212-2/+2
* | | Cosmetic formattingWilliam S Fulton2014-11-212-8/+4
* | | Merge branch 'alexey-pelykh-cpp11_strongly_typed_enums__direct_inject_in_java'William S Fulton2014-11-213-20/+59
|\ \ \ | |/ / |/| |
| * | Simplify/improve strongly typed enum implementation for JavaWilliam S Fulton2014-11-213-92/+49
| * | Rewrite some Java director nested class support code for strongly typed enumsWilliam S Fulton2014-11-201-35/+4
| * | Removed useless code (it does not affect output, at least on our testcases)Alexey Pelykh2014-11-031-23/+0
| * | Java/Fix: swig_connect_director used not-fully-qualified classname (proper)Alexey Pelykh2014-09-041-1/+2
| * | Java/Fix: swig_connect_director used not-fully-qualified classnameAlexey Pelykh2014-09-041-0/+8
| * | Java: fix generation of ProxyName when JNI descriptor is requested - for inne...Alexey Pelykh2014-09-031-1/+1
| * | Java: fix invalid director 'self' variable type name (wasn't fully qualified)Alexey Pelykh2014-08-311-1/+11
| * | Clean-up test suite and fix issue with nspace, as well as keep the fix for Cl...Alexey Pelykh2014-08-311-1/+12
| * | C++11 strongly-typed enums fix for Java only (proper)Alexey Pelykh2014-08-302-2/+108
| * | Revert "C++11 strongly-typed enums fix for Java only"Alexey Pelykh2014-08-301-23/+2
| * | C++11 strongly-typed enums fix for Java onlyAlexey Pelykh2014-08-291-2/+23
* | | Remove bogus ; after } in documentationOlly Betts2014-11-071-1/+1
* | | D: Emit empty enums as int aliases instead of omitting them.David Nadlinger2014-11-061-15/+15
* | | D: Fix name collision between im D module function pointer and actual C funct...David Nadlinger2014-11-061-1/+1
* | | D: Fix allprotected_not.i compilation.David Nadlinger2014-11-061-1/+1
* | | fixes "flatnested" feature for out-of-scope defined nested classesVladimir Kalinin2014-11-041-3/+11
* | | Fix 'self' parameter name clash when generating for Python builtinWilliam S Fulton2014-10-311-0/+10
* | | Fix for 'self' being used as a parameter nameWilliam S Fulton2014-10-302-8/+8
* | | Minor cosmetic source code changesWilliam S Fulton2014-10-282-2/+3
* | | Merge remote-tracking branch 'vadz/py-args'William S Fulton2014-10-277-207/+124
|\ \ \
| * | | Allow using enum elements as default values for Python functions.Vadim Zeitlin2014-08-171-31/+32
| * | | Don't always use "*args" for all Python wrapper functions.Vadim Zeitlin2014-08-171-32/+51
| * | | No real changes, just make PYTHON::check_kwargs() const.Vadim Zeitlin2014-08-161-1/+1
| * | | Refactor: move makeParameterName() to common Language base class.Vadim Zeitlin2014-08-166-137/+42
| * | | Remove long line wrapping from Python parameter list generation code.Vadim Zeitlin2014-08-101-8/+0
* | | | Spelling fixWilliam S Fulton2014-10-211-1/+1
* | | | The kwargs feature no longer turns on compactdefaultargs for languages that d...William S Fulton2014-10-216-1/+31
* | | | Cosmetic comment changesWilliam S Fulton2014-10-215-5/+15
* | | | [Go] Adjust last patch to avoid write-after-write data race on globalIan Lance Taylor2014-10-141-14/+31
* | | | [Go] More fixes for Go 1.4. Ensure that values with argout or freeargIan Lance Taylor2014-10-111-8/+42