Pavel Shevaev
|
12470844f3
|
Adding basic native enums validation
|
2023-09-12 11:28:48 +03:00 |
Pavel Shevaev
|
2450fd0060
|
Improving support for native enum types
|
2023-09-11 14:17:49 +03:00 |
Pavel Shevaev
|
7f6966f113
|
Improving support for native enum types
|
2023-09-07 19:32:42 +03:00 |
Pavel Shevaev
|
f9f382c23d
|
Improving support for native types
|
2023-09-05 19:34:39 +03:00 |
Pavel Shevaev
|
aec19d6613
|
Adding support for native types
|
2023-09-05 19:09:52 +03:00 |
Pavel Shevaev
|
dafbac592e
|
Making PHPStan happy and adhering to new metagen API
|
2023-08-16 14:21:05 +03:00 |
Pavel Shevaev
|
30d7ef8fbe
|
Fixing bhl_native_prefix codegen for bhl_custom_rw
|
2023-08-08 19:38:47 +03:00 |
Madpwnhammer
|
12e4ca03e2
|
fixed func ptr binding
|
2023-08-08 17:15:53 +03:00 |
Pavel Shevaev
|
9d80229653
|
Prototyping native modules support
|
2023-07-18 15:22:58 +03:00 |
wrenge
|
a66e20ec4d
|
fixed interface not using 'bhl_native_class'
|
2023-06-23 17:44:46 +03:00 |
madpwnhammer
|
9035c0f35c
|
Merge branch 'release/8.0.0'
|
2023-06-12 19:44:41 +03:00 |
Pavel Shevaev
|
bbbfc2c011
|
Experimenting with proper object type for 'any'
|
2023-06-09 17:00:16 +03:00 |
madpwnhammer
|
2be6c78d5d
|
fix _Del gen fo ecs component
|
2023-06-07 23:09:45 +03:00 |
Pavel Shevaev
|
425cd73936
|
Keeping BC and making it more flexible: Register(..) now calls RegisterBegin(..) and RegisterEnd(..)
|
2023-05-24 14:34:27 +03:00 |
Pavel Shevaev
|
4be8ded046
|
Better support for interface callbacks
|
2023-05-23 15:57:36 +03:00 |
Pavel Shevaev
|
9d9eee1ab3
|
Splitting registration and setup phases in order to make these phases order independent
|
2023-05-23 14:34:31 +03:00 |
Pavel Shevaev
|
989900eafa
|
Adding support for natively implemented interfaces
|
2023-05-23 14:00:36 +03:00 |
Pavel Shevaev
|
8891c340a8
|
Better support for metagen interfaces
|
2023-05-23 12:54:27 +03:00 |
Pavel Shevaev
|
dde59f4ce9
|
Major refactoring of types autogen
|
2023-04-26 15:54:02 +03:00 |
Pavel Shevaev
|
0eae5ffb28
|
Adding origin support
|
2023-04-25 11:25:22 +03:00 |
Pavel Shevaev
|
4a626df4f7
|
Getting rid of unused @bhl_itype
|
2023-04-06 01:04:07 +03:00 |
Pavel Shevaev
|
34c6ed167c
|
Replacing @bhl_no_itype with @bhl_itype
|
2023-04-03 10:29:42 +03:00 |
Pavel Shevaev
|
4837f5a282
|
Adding @bhl_coroutine support for methods
|
2023-03-31 11:44:46 +03:00 |
Pavel Shevaev
|
442ddc8617
|
Typo fixed
|
2023-03-29 20:35:18 +03:00 |
Pavel Shevaev
|
e443816b88
|
More robust bhl_type_ref(..) implementation
|
2023-03-29 18:16:32 +03:00 |
Pavel Shevaev
|
4b3dbb2206
|
Fixing bug related to global types assignment order
|
2023-03-28 19:56:08 +03:00 |
Madpwnhammer
|
667040ea35
|
Using special case when initializing []any in bindings
|
2023-03-21 15:40:29 +03:00 |
Pavel Shevaev
|
df2e4fd44a
|
Migrating to new bhl version
|
2023-03-17 13:31:53 +03:00 |
Pavel Shevaev
|
3bb1c5e90a
|
Fixing class instances not properly released when accessed via 'bhl_native_prefix'
|
2023-03-16 15:43:30 +03:00 |
wrenge
|
62f61e4674
|
Separate register into different methods
|
2023-02-13 13:52:37 +03:00 |
wrenge
|
e4ab175143
|
Merge branch 'release/3.0.0'
|
2023-01-25 16:37:18 +03:00 |
wrenge
|
6fae999687
|
Fixed Component Ref
|
2023-01-25 16:35:53 +03:00 |
Pavel Shevaev
|
c64cff243e
|
FuncAttring.Async -> FuncAttrib.Coro
|
2022-12-30 20:51:54 +03:00 |
Pavel Shevaev
|
ff32cb639f
|
Getting rid of 'bhl_async' support, use 'bhl_coroutine' instead
|
2022-12-30 20:50:47 +03:00 |
g.sadovnikov
|
1f990d0829
|
Fixing native proxied arrays At(..) type bindings
|
2022-12-16 16:21:36 +03:00 |
Madpwnhammer
|
15f762cd16
|
Tweaking native array proxies codegen
|
2022-12-14 12:55:52 +03:00 |
Pavel Shevaev
|
0a98a1cb6b
|
Refactoring internals; Adding support for native array proxies
|
2022-12-14 12:19:27 +03:00 |
Pavel Shevaev
|
4af69254e4
|
Starting to experiment with native array proxies
|
2022-12-13 19:29:25 +03:00 |
Pavel Shevaev
|
789bd45612
|
Changes due to bhl class symbols inheritance changes
|
2022-12-13 16:56:01 +03:00 |
Pavel Shevaev
|
8c9cd5c5b0
|
Fixing classes registration
|
2022-12-09 17:38:17 +03:00 |
Pavel Shevaev
|
98e992ac6b
|
Adding support for @bhl_static and better support for @bhl_bin_op
|
2022-12-09 17:14:45 +03:00 |
Madpwnhammer
|
e11e5872fa
|
Merge remote-tracking branch 'origin/master'
|
2022-12-05 14:12:11 +03:00 |
Madpwnhammer
|
0e31e81c1d
|
Added out return vals codegen
|
2022-12-05 14:12:07 +03:00 |
Pavel Shevaev
|
036714ad24
|
Minor tweaks here and there
|
2022-12-05 10:18:27 +03:00 |
Madpwnhammer
|
0703646984
|
Merge remote-tracking branch 'origin/master'
|
2022-12-05 10:04:43 +03:00 |
Madpwnhammer
|
6362b481ce
|
Fixed macro class_field setter
|
2022-12-05 10:04:35 +03:00 |
madpwnhammer
|
ae7b0f5e0c
|
Fixed readargs macro
|
2022-12-04 13:15:14 +03:00 |
madpwnhammer
|
f8647ffbdf
|
Fix macro ecs_component_field_ref
|
2022-12-03 15:52:02 +03:00 |
Madpwnhammer
|
304356aad7
|
Codegen fixes
|
2022-12-02 19:46:52 +03:00 |
Madpwnhammer
|
6f59e5b55f
|
Codegen fixes
|
2022-12-02 19:39:38 +03:00 |