1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 00:50:25 +02:00
Commit graph

1200 commits

Author SHA1 Message Date
Brian Fiete
50ce821417 Fixed project removal issue 2020-07-15 11:39:43 -07:00
Brian Fiete
4fd722f386 Fixed Linux interop issue 2020-07-15 11:39:43 -07:00
Brian Fiete
8f742301b7 Made dot-constructors work with nullables 2020-07-15 11:39:43 -07:00
Brian Fiete
1f192ef97c Fixed 'UP' scancode 2020-07-15 11:39:43 -07:00
Brian Fiete
1aa18100de Fixed typealias circular reference issue 2020-07-15 11:39:43 -07:00
Brian Fiete
f6a61e6571 Fixed drawing issue with long docs 2020-07-15 11:39:43 -07:00
Brian Fiete
65ee0c7dda Added reflect method filters 2020-07-15 11:39:43 -07:00
Brian Fiete
eeccb4ad6f Added ToString 2020-07-15 11:39:43 -07:00
Brian Fiete
aae3e558fe Fixed getScope call in FatalError 2020-07-15 11:39:43 -07:00
Brian Fiete
e7181d1746 Improved errors 2020-07-15 11:39:43 -07:00
Brian Fiete
27956f396a Fixed BeExtractValueConstant::GetType 2020-07-15 11:39:43 -07:00
Brian Fiete
5321d829a2 Fixed issues with global var addresses in const arrays 2020-07-15 11:39:43 -07:00
Brian Fiete
2d045efa9e Fixed double-printing with types derived from typed primitives 2020-07-15 11:39:43 -07:00
James Orson
af3463fafb Make VkInstance and VkSurfaceKHR public 2020-07-15 11:39:43 -07:00
Brian Fiete
952d784b5a Fixed const evaluation for const bool Type properties 2020-07-15 11:39:43 -07:00
Brian Fiete
c3c9b84165 Fixed object calls on functions (ie: GCMarkMembers) 2020-07-15 11:39:43 -07:00
Brian Fiete
62a28e46be Fixed issue with splat locals named 'alias' 2020-07-15 11:39:43 -07:00
Brian Fiete
665f88650a Additional debug information during crash 2020-07-15 11:39:43 -07:00
Brian Fiete
37d6ccbc7d Added reflection category to distinct build options (wip) 2020-07-15 11:39:43 -07:00
Brian Fiete
bcae8ee27f Fixed leak checking for >1 stack trace depth 2020-07-15 11:39:43 -07:00
Brian Fiete
599bcf3452 Remove test file 2020-07-15 11:39:43 -07:00
Brian Fiete
ac40bbd12c Fixed some ToString issues 2020-07-15 11:39:43 -07:00
JamesOrson
5f3329e121 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-15 11:39:43 -07:00
Brian Fiete
43187e233a Fixed mangle collision with mut/non-mut 2020-07-15 11:39:43 -07:00
Brian Fiete
0c916aafdf Fixed function/delegate mangling issue 2020-07-15 11:39:43 -07:00
Brian Fiete
7f726ef9ba Added proper support for explicit 'this' in functions 2020-07-10 06:40:24 -07:00
Brian Fiete
4a08a9702e Fixed CreateObject in release mode 2020-07-08 07:34:15 -07:00
Brian Fiete
1f887608a2 Fixed issue instantiating objects with static constructors 2020-07-08 06:36:11 -07:00
Brian Fiete
3123aad0d1 Fixed exe path issue 2020-07-07 13:08:45 -07:00
Brian Fiete
e097ffc4fe Fixed multiple extensions with ; seperation 2020-07-07 10:47:15 -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
2226e51977 Version fix 2020-07-06 13:23:48 -07:00
Brian Fiete
5b59c15357 Fixed variant issue 2020-07-06 12:57:08 -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
5cfe9e6196 Improved Object.ToString for boxed values 2020-07-06 09:07:17 -07:00
Brian Fiete
200f95bede Fixed using static issue 2020-07-05 09:37:27 -07:00
Brian Fiete
c826bac949 Fixed 'ref' params for reflected method invocations 2020-07-04 10:39:50 -07:00
Brian Fiete
39ad1dbe85 Improved 'var' inference for binary operations 2020-07-04 10:38:46 -07:00
Brian Fiete
0d0d55741d Fixed dynlib extension for macOS 2020-07-04 08:59:36 -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
14c3d0cd35 Parse fixes 2020-07-03 06:50:25 -07:00
Brian Fiete
2bfc9d2d98 Fixed operator precedence issue 2020-07-02 23:34:17 -07:00
Brian Fiete
9f04792baa Fixed minlib Type 2020-07-02 11:45:30 -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
bfiete
a1b162e87f Merge remote-tracking branch 'origin/master' 2020-07-01 13:52:31 -07:00