Mark Knol
|
875ad19432
2017 (#5932)
|
před 8 roky |
Andy Li
|
1c79168a33
update copyright year to 2016
|
před 9 roky |
Andy Li
|
ae6349cccf
bump license year to 2015
|
před 9 roky |
frabbit
|
c395276412
[python] fix modulo operator for negative numbers
|
před 10 roky |
frabbit
|
95795a09b8
[python] add reverse mapping to access native fields of kwArgs, fix #4011
|
před 10 roky |
frabbit
|
a1795a4f38
[python] add delattr to UBuiltins, use UBuiltins in HxOverrides.mapKwArgs
|
před 10 roky |
frabbit
|
c0913e81d0
[python] make a copy of anon and don't change the source
|
před 10 roky |
frabbit
|
f86583b662
add support for @:native fields on typedefs, which are used in conjunction with KwArgs
|
před 10 roky |
frabbit
|
6f58f48c85
shift can be called through anons too
|
před 10 roky |
frabbit
|
f8ba65c2e1
fix field access on core types through anons, Iterable.iterator for Arrays typed as Iterable for example
|
před 10 roky |
Dan Korostelev
|
8d01ba9dd8
[python] major work on improving generated python code cleanliness
|
před 10 roky |
frabbit
|
8d12218b30
add licenses to all python files, add some missing imports
|
před 10 roky |
Dan Korostelev
|
9b43bd5f2b
minor [skip ci]
|
před 11 roky |
frabbit
|
64120f3f66
allow runtime calls to map and filter on structures and dynamic
|
před 11 roky |
frabbit
|
6956fdd111
[python] improve HxOverride implementations of toLowerCase and toUpperCase
|
před 11 roky |
frabbit
|
48a368aefb
improve HxOverrides implementations of array methods
|
před 11 roky |
frabbit
|
6569e77583
forgot to commit HxOverrides changes for #3071
|
před 11 roky |
frabbit
|
53547f6219
improve iterator call
|
před 11 roky |
frabbit
|
bf4a7fc18c
improve performance of string concatenation, reflect.field
|
před 11 roky |
frabbit
|
0d195ccef5
improve ArrayAccess on Array performance
|
před 11 roky |
frabbit
|
d733727c5e
optimize is Array check
|
před 11 roky |
frabbit
|
9e37e778be
improve performance of Std.is, Std.string(Boot.toString), avoid HxOverride.eq calls when possible
|
před 11 roky |
frabbit
|
b03c919f30
fixed equality of Arrays (closes #2936)
|
před 11 roky |
frabbit
|
6c49a8b6cf
improve performance of runtime iterator again
|
před 11 roky |
Simon Krajewski
|
a8610fafea
untypedPython -> pythonCode
|
před 11 roky |
frabbit
|
b962ed3feb
rename array set and get, next step TArray on lists should directly call ArrayImpl
|
před 11 roky |
frabbit
|
d453d20c15
move array get and set to ArrayImpl
|
před 11 roky |
frabbit
|
8ec195b9e0
inline is not necessary
|
před 11 roky |
frabbit
|
be1a146001
minor
|
před 11 roky |
frabbit
|
40bfa91f2b
some minor fixes, added some comments that we have to deal with field access on anons in general
|
před 11 roky |