Brian Fiete
|
fc21c66b27
|
Method selection issues, issues with tuples containing 'var'
|
2020-07-20 07:17:33 -07:00 |
|
Brian Fiete
|
03c8d72f33
|
Fixed issues with char8* attribute arguments
|
2020-07-20 07:16:20 -07:00 |
|
Brian Fiete
|
e917fd8fdf
|
Fixed type table comparison crash
|
2020-07-19 06:15:11 -07:00 |
|
Brian Fiete
|
a457ebcbc5
|
Properly detecting circular data references in sized arrays
|
2020-07-19 06:13:03 -07:00 |
|
Brian Fiete
|
d6eb631419
|
Added __STACKOVERFLOW test method
|
2020-07-18 08:11:03 -07:00 |
|
Brian Fiete
|
af77825b9d
|
Union changes
|
2020-07-18 06:51:00 -07:00 |
|
Brian Fiete
|
86a41649ec
|
Added Diagnostics panel
|
2020-07-18 06:50:28 -07:00 |
|
Brian Fiete
|
b24625d9a3
|
Fix for attributes with string parameters with default values
|
2020-07-18 05:26:45 -07:00 |
|
Brian Fiete
|
0f11c36da8
|
Fixed fixit for attributes namespaces
|
2020-07-17 05:13:12 -07:00 |
|
Brian Fiete
|
c11449f9db
|
Fixed 'ref let' case
|
2020-07-16 16:03:05 -07:00 |
|
Brian Fiete
|
7f31b29607
|
Fixed globals project selection for typedef
|
2020-07-16 16:02:54 -07:00 |
|
Brian Fiete
|
328f489324
|
Made global composite typedefs no longer split per-project
|
2020-07-16 08:04:25 -07:00 |
|
Brian Fiete
|
37fc1a08e1
|
Fix for globals namespace conflicting with extension name
|
2020-07-15 15:32:06 -07:00 |
|
Brian Fiete
|
a2047f444d
|
Fixed mixins with property results
|
2020-07-15 08:52:35 -07:00 |
|
Brian Fiete
|
02c1db0beb
|
Fixed comma-separated fields with initializers
|
2020-07-15 07:34:55 -07:00 |
|
Brian Fiete
|
78d63fd494
|
Fixed project removal issue
|
2020-07-15 06:59:46 -07:00 |
|
Brian Fiete
|
0e6a001091
|
Fixed Linux interop issue
|
2020-07-15 06:28:41 -07:00 |
|
Brian Fiete
|
3c40f80f6d
|
Made dot-constructors work with nullables
|
2020-07-14 11:05:01 -07:00 |
|
Brian Fiete
|
6232de0aaa
|
Fixed typealias circular reference issue
|
2020-07-14 10:51:19 -07:00 |
|
Brian Fiete
|
f9c0f2a311
|
Added reflect method filters
|
2020-07-14 08:27:25 -07:00 |
|
Brian Fiete
|
e3d48c6842
|
Fixed getScope call in FatalError
|
2020-07-14 04:53:01 -07:00 |
|
Brian Fiete
|
d3bfc731ef
|
Improved errors
|
2020-07-13 09:55:16 -07:00 |
|
Brian Fiete
|
b30a72719c
|
Fixed issues with global var addresses in const arrays
|
2020-07-13 08:51:02 -07:00 |
|
Brian Fiete
|
1b04880178
|
Fixed const evaluation for const bool Type properties
|
2020-07-12 08:25:05 -07:00 |
|
Brian Fiete
|
82597ca889
|
Fixed object calls on functions (ie: GCMarkMembers)
|
2020-07-12 06:28:22 -07:00 |
|
Brian Fiete
|
037b2ac1e4
|
Added reflection category to distinct build options (wip)
|
2020-07-11 16:24:07 -07:00 |
|
Brian Fiete
|
8121df2665
|
Merge pull request #394 from JamesOrson/BEEF-155_Remove-unnecessary-delete-statements
Remove unnecessary delete statements
|
2020-07-10 16:40:14 -07:00 |
|
JamesOrson
|
e76becf4c6
|
Remove unnecessary delete statements
If a value is null, the C++ delete statement will do nothing, so there is bo need to explicitly check if the value is null.
|
2020-07-10 16:36:14 -07:00 |
|
Brian Fiete
|
1eaaf9510d
|
Fixed mangle collision with mut/non-mut
|
2020-07-10 14:45:53 -07:00 |
|
Brian Fiete
|
6caac94c84
|
Fixed function/delegate mangling issue
|
2020-07-10 12:24:09 -07:00 |
|
Brian Fiete
|
7f726ef9ba
|
Added proper support for explicit 'this' in functions
|
2020-07-10 06:40:24 -07:00 |
|
Brian Fiete
|
a02de171ef
|
Added ability to lookup types with 'using static'
|
2020-07-07 10:46:53 -07:00 |
|
Brian Fiete
|
4ac56a2432
|
Reflection fixes on Win32
|
2020-07-06 17:58:46 -07:00 |
|
Brian Fiete
|
6e6487d951
|
Fixed reflection issue
|
2020-07-06 16:12:48 -07:00 |
|
Brian Fiete
|
c0b8d151de
|
Reflection fixes
|
2020-07-06 12:26:06 -07:00 |
|
Brian Fiete
|
6cd66a2182
|
Reflection fixes for static values
|
2020-07-06 09:55:19 -07:00 |
|
Brian Fiete
|
78dd56d6c5
|
Added GetFieldReference, ability to explicitly reference in Variant
|
2020-07-06 09:09:28 -07:00 |
|
Brian Fiete
|
200f95bede
|
Fixed using static issue
|
2020-07-05 09:37:27 -07:00 |
|
Brian Fiete
|
39ad1dbe85
|
Improved 'var' inference for binary operations
|
2020-07-04 10:38:46 -07:00 |
|
Brian Fiete
|
2fe209447e
|
Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes.
|
2020-07-03 13:54:45 -07:00 |
|
Brian Fiete
|
2bfc9d2d98
|
Fixed operator precedence issue
|
2020-07-02 23:34:17 -07:00 |
|
Brian Fiete
|
0c946de3ca
|
Added RefType, changed how CRepr types are represented
|
2020-07-02 11:05:17 -07:00 |
|
Brian Fiete
|
716f7b3638
|
Fixed unknown-sized array lookup
|
2020-07-02 06:08:08 -07:00 |
|
Brian Fiete
|
bf79d6c678
|
Fixed formatting with test immediately after comment
|
2020-07-01 13:35:33 -07:00 |
|
Brian Fiete
|
75dd1a4213
|
Added 'visibleProjectSet', changed visibility rules for generics
|
2020-07-01 12:06:28 -07:00 |
|
Brian Fiete
|
6021518343
|
Fixed methodRef dependency, fixed var handling for expression bodies
|
2020-07-01 09:54:16 -07:00 |
|
Brian Fiete
|
a48f6b43c1
|
Fixed undef const crash
|
2020-07-01 06:28:50 -07:00 |
|
Brian Fiete
|
a2a1b486a2
|
Made a different restricted temp address for return values
|
2020-07-01 06:14:43 -07:00 |
|
Brian Fiete
|
40e428b2f0
|
Properly check delete constraint against other generic constraints
|
2020-06-30 16:03:17 -07:00 |
|
Brian Fiete
|
eec61a425b
|
Fixed constraint subset check
|
2020-06-30 15:37:31 -07:00 |
|