index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Modules
/
java.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Java director swig_override array code
William S Fulton
2015-05-10
1
-7
/
+1
*
Don't include an STL header in SWIG.
Lindley French
2015-05-07
1
-3
/
+8
*
Use a bitset which is automatically initialized to 0, instead of a bool array...
Lindley French
2015-05-06
1
-6
/
+3
*
Too hard to conditionally define the memset....instead just make sure the arr...
Lindley French
2015-05-01
1
-10
/
+4
*
Only output memset if the array exists.
Lindley French
2015-04-30
1
-2
/
+10
*
Zero-initialize swig_override in the director constructor.
Lindley French
2015-04-30
1
-0
/
+2
*
Correct java warning to save javabase not csbase
Olly Betts
2015-03-27
1
-1
/
+1
*
Create director_common.swg for language-indep code
Olly Betts
2015-03-12
1
-0
/
+1
*
Partial support for %constant and structs
William S Fulton
2014-12-18
1
-12
/
+1
*
Fix strongly typed enums for Java when using simple enum wrappers
William S Fulton
2014-11-24
1
-2
/
+10
*
Fix incorrect symbol clash error in C# and Java when using %rename for enums
William S Fulton
2014-11-21
1
-1
/
+1
*
Cosmetic formatting
William S Fulton
2014-11-21
1
-4
/
+2
*
Merge branch 'alexey-pelykh-cpp11_strongly_typed_enums__direct_inject_in_java'
William S Fulton
2014-11-21
1
-19
/
+18
|
\
|
*
Simplify/improve strongly typed enum implementation for Java
William S Fulton
2014-11-21
1
-33
/
+10
|
*
Rewrite some Java director nested class support code for strongly typed enums
William S Fulton
2014-11-20
1
-35
/
+4
|
*
Removed useless code (it does not affect output, at least on our testcases)
Alexey Pelykh
2014-11-03
1
-23
/
+0
|
*
Java/Fix: swig_connect_director used not-fully-qualified classname (proper)
Alexey Pelykh
2014-09-04
1
-1
/
+2
|
*
Java/Fix: swig_connect_director used not-fully-qualified classname
Alexey Pelykh
2014-09-04
1
-0
/
+8
|
*
Java: fix generation of ProxyName when JNI descriptor is requested - for inne...
Alexey Pelykh
2014-09-03
1
-1
/
+1
|
*
Java: fix invalid director 'self' variable type name (wasn't fully qualified)
Alexey Pelykh
2014-08-31
1
-1
/
+11
|
*
Clean-up test suite and fix issue with nspace, as well as keep the fix for Cl...
Alexey Pelykh
2014-08-31
1
-1
/
+12
|
*
C++11 strongly-typed enums fix for Java only (proper)
Alexey Pelykh
2014-08-30
1
-2
/
+48
|
*
Revert "C++11 strongly-typed enums fix for Java only"
Alexey Pelykh
2014-08-30
1
-23
/
+2
|
*
C++11 strongly-typed enums fix for Java only
Alexey Pelykh
2014-08-29
1
-2
/
+23
*
|
Fix for 'self' being used as a parameter name
William S Fulton
2014-10-30
1
-4
/
+4
*
|
Merge remote-tracking branch 'vadz/py-args'
William S Fulton
2014-10-27
1
-38
/
+0
|
\
\
|
*
|
Refactor: move makeParameterName() to common Language base class.
Vadim Zeitlin
2014-08-16
1
-38
/
+0
|
|
/
*
|
Cosmetic comment changes
William S Fulton
2014-10-21
1
-0
/
+5
|
/
*
Eliminate needless casting away const from string constants
Olly Betts
2014-04-30
1
-1
/
+1
*
Ignored enum fixes.
William S Fulton
2014-04-08
1
-2
/
+2
*
Fixes for C enums used in an API and the definition of the enum has not been ...
William S Fulton
2014-03-28
1
-3
/
+17
*
Forward null fix for Coverity analysis
William S Fulton
2014-03-20
1
-2
/
+4
*
Nested classes support is diversified, depending on the language capability. ...
Vladimir Kalinin
2014-02-02
1
-2
/
+2
*
fixed enums & enum values language symbol table namespace
Vladimir Kalinin
2013-12-20
1
-14
/
+30
*
fixed %template within %extend, test added
Vladimir Kalinin
2013-12-19
1
-2
/
+1
*
Swig_offset_string moved to misc.c
William S Fulton
2013-12-05
1
-3
/
+1
*
fixed out-of-scope nested class definitions, added a test
Vladimir Kalinin
2013-12-04
1
-1
/
+1
*
Cosmetics/code beautification of nested class support
William S Fulton
2013-11-29
1
-14
/
+14
*
Nested classes support
Vladimir Kalinin
2013-11-29
1
-58
/
+136
*
Improve directorthrows patch
William S Fulton
2013-10-31
1
-66
/
+46
*
More conventional variable naming in directorExceptHandling
William S Fulton
2013-10-24
1
-16
/
+16
*
directorthrows warning fixes
William S Fulton
2013-10-24
1
-13
/
+11
*
director:except tweaks Recode whitespace handling, remove unnecessary commen...
William S Fulton
2013-10-24
1
-16
/
+6
*
Remove pointless code from Java director:except patch
William S Fulton
2013-10-23
1
-7
/
+0
*
Minor improvements to Java director:except patch
William S Fulton
2013-10-23
1
-1
/
+1
*
Code style conforming channges for Java director:except patch
William S Fulton
2013-10-23
1
-53
/
+45
*
Add feature director:except for improved director exception handling in Java
Marvin Greenberg
2013-10-22
1
-46
/
+187
*
Remove some Java references from C# module
William S Fulton
2013-09-02
1
-3
/
+3
*
Minor fixes after Coverity analysis
William S Fulton
2013-05-16
1
-0
/
+1
*
Cosmetic tidyup in smartptr feature code and document smartptr fix in previou...
William S Fulton
2013-04-17
1
-9
/
+5
[next]