Mathieu Virbel
|
dcfe369f1e
|
various fix for java/python implementation. It finally start working, but still lot to do.
Use: make testimplem, and check the jnius/jnius_utils.pxi:test() function.
|
2012-12-31 05:15:09 +01:00 |
tshirtman
|
9b758a81c3
|
some clarifications for java classes extended support
|
2012-12-31 00:15:25 +01:00 |
Gabriel
|
70fa391458
|
Merge branch 'master' into extend_class_support
|
2012-12-23 17:02:17 +01:00 |
Amirouche Boubekki
|
b8ee0f8ab5
|
fix method resolution when they are varargs
|
2012-09-30 22:39:38 +02:00 |
Amirouche Boubekki
|
c58de98b8a
|
no need to recompute return and args definition
|
2012-09-30 21:50:19 +02:00 |
Amirouche Boubekki
|
65d3d9bc12
|
use of iteritems to retrieve key and value
|
2012-09-30 21:48:58 +02:00 |
tshirtman
|
52aea7efb8
|
start to add native invocation handler
+fix badly formated string
|
2012-09-16 00:45:32 +02:00 |
tshirtman
|
82b703c0c1
|
Merge branch 'master' into extend_class_support
Conflicts:
jnius/jnius_export_class.pxi
|
2012-09-06 17:48:25 +02:00 |
Gabriel Pettier
|
4ff916dfdf
|
Merge pull request #24 from apalala/classpath
Allow for '*' wildcards in CLASSPATH+(some tipos).
|
2012-09-06 05:47:49 -07:00 |
tshirtman
|
7ac9bcd3d7
|
partial work on extending java classes from python
non-functionnal!
|
2012-09-06 14:19:45 +02:00 |
gabriel.pettier
|
858bff6e25
|
varargs works!
at least for printf, and probably for other methods accepting Strings
need more tests cases!
|
2012-08-26 17:52:19 +02:00 |
gabriel.pettier
|
708b2d075f
|
Doesn't break the tests anymore, add test for varargs, not passing (yet)
|
2012-08-26 15:53:11 +02:00 |
gabriel.pettier
|
17258f100d
|
work on varargs support
|
2012-08-26 02:51:22 +02:00 |
Juancarlo Añez
|
9bd899e371
|
Allow for '*' wildcards in CLASSPATH+(some tipos).
|
2012-08-25 10:24:48 -04:30 |
Mathieu Virbel
|
79b564a338
|
renaming to JavaMultipleMethod.
|
2012-08-20 11:08:32 +02:00 |
Mathieu Virbel
|
7bd35411bf
|
split jnius.pyx
|
2012-08-20 09:35:14 +02:00 |