frabbit
|
f86583b662
add support for @:native fields on typedefs, which are used in conjunction with KwArgs
|
10 years ago |
Dan Korostelev
|
b192e2b2b4
[cs] also don't generate #line default when not -debug
|
10 years ago |
Cauê Waneck
|
4262e78f0d
[cs] Fixed 'No overload found' errors with -D erase_generics
|
10 years ago |
Cauê Waneck
|
e99ef602f3
[cs] Only generate line directives if the code is in debug mode, or if -D no_compilation is defined
|
10 years ago |
Hugh
|
06678badd8
[cpp] remap enum package name parts
|
10 years ago |
Bruno Garcia
|
920961a681
Add deprecated typedefs for some js.html types.
|
10 years ago |
Bruno Garcia
|
0361d54888
Updates to js.html.
|
10 years ago |
Bruno Garcia
|
4288a90619
Move Promise to js package, care of @fponticelli.
|
10 years ago |
Cauê Waneck
|
72bb6b374a
[java/cs] Do not warn on unsafe casts that are actually compatible (because of type parameter constraints). Closes #3788
|
10 years ago |
Cauê Waneck
|
20e4b86dac
[cs] Temp fix for ##3961 . See #4003
|
10 years ago |
Simon Krajewski
|
e3e21c6f2a
remove void-rewrite in `promote_complex_rhs` because it is not implemented properly and causes too many issues (see #4004)
|
10 years ago |
Hugh
|
016737b79a
[cpp] Give more respect to the TCast(None) construct. Closes #3958
|
10 years ago |
Dan Korostelev
|
c2de76355a
[cs] hide native type param constraints generation behind @:nativeTypeConstraints for now (closes #4002, see #3526)
|
10 years ago |
Cauê Waneck
|
fb35627893
[java/cs] Added test. Closes #4001
|
10 years ago |
Cauê Waneck
|
131d71481e
[java/cs] Fixed some erroneous 'No overload found' messages
|
10 years ago |
Cauê Waneck
|
abe32cafd1
[java/cs] Set constants initialized on classes that derive from @:nativeGen . Closes #4000
|
10 years ago |
Cauê Waneck
|
55926c3e06
[gen-hx-classes] Generate real field name
|
10 years ago |
Cauê Waneck
|
e99a795b23
[java-lib] Ignore java.lang.String on --gen-hx-classes
|
10 years ago |
Nicolas Cannasse
|
6c4c98eb5c
Merge pull request #3995 from TiVo/fix-base64
|
10 years ago |
frabbit
|
0cdfbee22c
Merge pull request #3990 from HaxeFoundation/anonfieldaccess-unittests
|
10 years ago |
frabbit
|
34ef798ea9
remove string tests and add commented tests for other array methods, these could be uncommented if we decide to make them available at runtime too
|
10 years ago |
Dan Korostelev
|
3657330aec
[cs] remove @:functionCode
|
10 years ago |
Dan Korostelev
|
9317926632
Merge pull request #3991 from TiVo/optimize-json-parser-memory-usage
|
10 years ago |
Yannick Dominguez
|
44be648c4a
fixed to Base64 encoding
|
10 years ago |
Yannick Dominguez
|
83f3ebd56d
optimised Json parser to prevent creating unecessary String buffers
|
10 years ago |
frabbit
|
e7137baeab
add tests for accessing core type fields hidden behind anons
|
10 years ago |
Hugh
|
c8ae675d09
Add cpp.Lib.setFloatFormat
|
10 years ago |
hughsando
|
710a661226
Fix typo in cppInclude
|
10 years ago |
hughsando
|
18793906b5
[cpp] Add meta for injecting include files into generated headers and cpp. Add meta for including external implementation files into the build.
|
10 years ago |
Cauê Waneck
|
5896b9555c
[cs] Use binary output on resources. Closes #3989 . Closes #3177
|
10 years ago |