Ryusei Yamaguchi
|
0c74001c73
Fix issue #4608 in Java
|
9 years ago |
Andy Li
|
ed83390bc3
All compiler source files should be licensed in GPLv2+ as stated in http://haxe.org/foundation/open-source.html. (see #4602)
|
9 years ago |
Cauê Waneck
|
4004d7dc1d
[cs/java] Consider KExpr as Dynamic
|
10 years ago |
Cauê Waneck
|
a9b58fa45c
[java] minor whitespace
|
10 years ago |
Christopher George
|
3eacef2156
- Rewrite enumeration member name when it is a Java reserved keyword
|
10 years ago |
Simon Krajewski
|
38b61aa6ed
add -D source-target (see #4328)
|
10 years ago |
Simon Krajewski
|
15fc1686ee
support metadata on type parameters (see #3836)
|
10 years ago |
Simon Krajewski
|
22c52735dc
make sure we have `generate target` timers around the generators (see #3819)
|
10 years ago |
Dan Korostelev
|
d5e6ec4431
[java] fix #4177 for java as well
|
10 years ago |
Cauê Waneck
|
dc62f59942
[java/cs] Do not edit common fields. Closes #3350
|
10 years ago |
Cauê Waneck
|
ca3a08430f
[comp-server] Merge changes from compserver branch. See #3350
|
10 years ago |
Cauê Waneck
|
44bfcac8a0
Merge branch 'issue3173' into development
|
10 years ago |
Cauê Waneck
|
42976a6154
[java] Hide inner classes from toplevel access. Closes #3419
|
10 years ago |
Cauê Waneck
|
88732a57ac
[java] Add getClass to the basic methods
|
10 years ago |
Cauê Waneck
|
e99a795b23
[java-lib] Ignore java.lang.String on --gen-hx-classes
|
10 years ago |
Cauê Waneck
|
903d0ef47e
[java] Do not change parameters of recursive type parameters. Closes #3173
|
10 years ago |
Cauê Waneck
|
cc5d44771a
[java/cs] Better filter expressions that can't be statements. Closes #2989
|
10 years ago |
Cauê Waneck
|
a62209fd1e
[java/cs] Rename `NativeArray.array` to `make`
|
10 years ago |
Cauê Waneck
|
4dbea25f8d
[java/cs] Added array function that creates a new array; Added NativeArray helpers; Closes #3979
|
10 years ago |
Cauê Waneck
|
37289facec
[java] Test java.Lib.lock code and fix class lock. Closes #2772
|
10 years ago |
Cauê Waneck
|
fdcca0046d
Merge pull request #3971 from nadako/cs_java_fast_dynamicobject
|
10 years ago |
Cauê Waneck
|
d9d88b3f96
[java] Correctly allow boxed types to be used. Closes #2964
|
10 years ago |
Dan Korostelev
|
1b70663b04
minor
|
10 years ago |
Dan Korostelev
|
d7eec1add3
[cs/java] use native arrays for DynamicObject implementation to avoid unnecessary allocation and checks
|
10 years ago |
Dan Korostelev
|
90dc32ef0f
[cs/java] work with implementation specific native arrays instead of haxe.ds.Vector as we may want to access it's length,but abstract expanding is already done
|
10 years ago |
Cauê Waneck
|
60a75de31c
[java-lib] Java target working again, now without checks
|
10 years ago |
Cauê Waneck
|
a2605670ec
[java-lib] (unstable) Cleanup normalize_jclass, and start to add no-check mode.
|
10 years ago |
Cauê Waneck
|
1585b9b001
[java] Make java.lang primitive boxed types as abstracts instead of
|
10 years ago |
Cauê Waneck
|
0016207c5e
[java/cs] Added @:strict metadata that performs type checking on C#/Java
|
10 years ago |
Cauê Waneck
|
5bd0672933
[java/cs] Support metadata on interfaces. Closes #2042
|
10 years ago |