summaryrefslogtreecommitdiff
path: root/Source/Modules/java.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor Java director swig_override array codeWilliam S Fulton2015-05-101-7/+1
* Don't include an STL header in SWIG.Lindley French2015-05-071-3/+8
* Use a bitset which is automatically initialized to 0, instead of a bool array...Lindley French2015-05-061-6/+3
* 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
* Correct java warning to save javabase not csbaseOlly Betts2015-03-271-1/+1
* Create director_common.swg for language-indep codeOlly Betts2015-03-121-0/+1
* Partial support for %constant and structsWilliam S Fulton2014-12-181-12/+1
* 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-211-1/+1
* Cosmetic formattingWilliam S Fulton2014-11-211-4/+2
* Merge branch 'alexey-pelykh-cpp11_strongly_typed_enums__direct_inject_in_java'William S Fulton2014-11-211-19/+18
|\
| * Simplify/improve strongly typed enum implementation for JavaWilliam S Fulton2014-11-211-33/+10
| * 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-301-2/+48
| * 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
* | Fix for 'self' being used as a parameter nameWilliam S Fulton2014-10-301-4/+4
* | Merge remote-tracking branch 'vadz/py-args'William S Fulton2014-10-271-38/+0
|\ \
| * | Refactor: move makeParameterName() to common Language base class.Vadim Zeitlin2014-08-161-38/+0
| |/
* | Cosmetic comment changesWilliam S Fulton2014-10-211-0/+5
|/
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* Ignored enum fixes.William S Fulton2014-04-081-2/+2
* Fixes for C enums used in an API and the definition of the enum has not been ...William S Fulton2014-03-281-3/+17
* Forward null fix for Coverity analysisWilliam S Fulton2014-03-201-2/+4
* Nested classes support is diversified, depending on the language capability. ...Vladimir Kalinin2014-02-021-2/+2
* fixed enums & enum values language symbol table namespaceVladimir Kalinin2013-12-201-14/+30
* fixed %template within %extend, test addedVladimir Kalinin2013-12-191-2/+1
* Swig_offset_string moved to misc.cWilliam S Fulton2013-12-051-3/+1
* fixed out-of-scope nested class definitions, added a testVladimir Kalinin2013-12-041-1/+1
* Cosmetics/code beautification of nested class supportWilliam S Fulton2013-11-291-14/+14
* Nested classes supportVladimir Kalinin2013-11-291-58/+136
* Improve directorthrows patchWilliam S Fulton2013-10-311-66/+46
* More conventional variable naming in directorExceptHandlingWilliam S Fulton2013-10-241-16/+16
* directorthrows warning fixesWilliam S Fulton2013-10-241-13/+11
* director:except tweaks Recode whitespace handling, remove unnecessary commen...William S Fulton2013-10-241-16/+6
* Remove pointless code from Java director:except patchWilliam S Fulton2013-10-231-7/+0
* Minor improvements to Java director:except patchWilliam S Fulton2013-10-231-1/+1
* Code style conforming channges for Java director:except patchWilliam S Fulton2013-10-231-53/+45
* Add feature director:except for improved director exception handling in JavaMarvin Greenberg2013-10-221-46/+187
* Remove some Java references from C# moduleWilliam S Fulton2013-09-021-3/+3
* Minor fixes after Coverity analysisWilliam S Fulton2013-05-161-0/+1
* Cosmetic tidyup in smartptr feature code and document smartptr fix in previou...William S Fulton2013-04-171-9/+5