Aleksandr Kuzmenko
|
5a43e81a8f
[python] extract macro methods rfom python.Syntax into Syntax.macro.hx (fixes #9256)
|
5 年之前 |
Jens Fischer
|
4e69fda544
[std] remove redundant public keywords from extern classes (#9205)
|
5 年之前 |
Aleksandr Kuzmenko
|
92205bffff
@:noClosure meta to prevent usage of methods as values (#8624)
|
6 年之前 |
Aurel
|
8616359ff7
Reformat std (#8408)
|
6 年之前 |
Mark Knol
|
90eda8ce3c
Happy new year! :tada:
|
6 年之前 |
Simon Krajewski
|
7d5160cc01
[typer] check for extern non-inline fields that have expressions
|
6 年之前 |
Simon Krajewski
|
00f409858f
`extern` field syntax (#6984)
|
7 年之前 |
Alexander Kuzmenko
|
6191e3c9a3
{platform}.Syntax modules (#6849)
|
7 年之前 |
Mark Knol
|
b3cc1d7949
Happy new year! (#6799)
|
7 年之前 |
Mark Knol
|
875ad19432
2017 (#5932)
|
8 年之前 |
Simon Krajewski
|
457ff18536
get rid of some unknown analyzer options
|
9 年之前 |
Andy Li
|
1c79168a33
update copyright year to 2016
|
9 年之前 |
Andy Li
|
ae6349cccf
bump license year to 2015
|
9 年之前 |
frabbit
|
8d12218b30
add licenses to all python files, add some missing imports
|
10 年之前 |
Dan Korostelev
|
6e2786206b
[python] made python.Syntax.pythonCode return untyped so analyzer skips it.
|
10 年之前 |
Simon Krajewski
|
f301baef6a
add static analyzer
|
10 年之前 |
Dan Korostelev
|
d372af40c1
[python] avoid "Void should be Dynamic" in Syntax.foreach
|
10 年之前 |
Dan Korostelev
|
dcb66fcf07
[python] try to clean up Native(Haxe)Iterator(Iterable) again.
|
10 年之前 |
Simon Krajewski
|
d21e911f55
revert python macro temp fix, use `@:noPackageRestrict` instead (closes #3321)
|
11 年之前 |
Simon Krajewski
|
916ff4567e
temp fix for python macro issue
|
11 年之前 |
frabbit
|
3aca4f8820
minor fix
|
11 年之前 |
frabbit
|
a8a24b972e
revert pythonCode string interpolation to the same used in cpp, c# etc.
|
11 年之前 |
frabbit
|
2c9f277cae
get rid of _hx_c object
|
11 年之前 |
Simon Krajewski
|
c062421988
remove commented out Syntax.callNamed implementation
|
11 年之前 |
frabbit
|
4a4f1455a6
renamed and moved PyIterator => NativeIterator, PyIterable => NativeIterable, the underlying typedefs are now suffixed with Raw
|
11 年之前 |
frabbit
|
fb1183b220
minor improvements
|
11 年之前 |
frabbit
|
dd660a0c47
add python foreach, cleanup
|
11 年之前 |
Simon Krajewski
|
e19cc55719
remove unnecessary Syntax -> haxe.macro.Tools dependency
|
11 年之前 |
Simon Krajewski
|
6eaffbeaec
add Syntax.opPow
|
11 年之前 |
Simon Krajewski
|
3a6806e5b0
leading colon -> trailing colon
|
11 年之前 |