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

1397 commits

Author SHA1 Message Date
Brian Fiete
dbbbed4528 Fixed sTypes lookups with LLVM debug info 2020-08-25 11:25:22 -07:00
Brian Fiete
78cdfd5d24 Updated mintest Result 2020-08-25 09:07:07 -07:00
Brian Fiete
fb73967519 Fixed defer with property target 2020-08-25 09:06:19 -07:00
Brian Fiete
485eb832b1 Potential armv7 lowering fix 2020-08-25 08:12:31 -07:00
Brian Fiete
2100bd31fd Test fix 2020-08-25 08:02:55 -07:00
Brian Fiete
b0cbc9666e Removing old unused method 2020-08-25 07:50:03 -07:00
Brian Fiete
419d06a305 Possible armv7 lowering fix 2020-08-25 07:49:37 -07:00
Brian Fiete
b2747ddeb0 Reflection fixes 2020-08-25 07:34:09 -07:00
Brian Fiete
ca4b383339 More SIMD work 2020-08-25 07:33:55 -07:00
Brian Fiete
b57cbe2d69 Output filesnames fix 2020-08-25 07:31:22 -07:00
Brian Fiete
eda4e80715 Reflection SetField fixes 2020-08-25 07:08:44 -07:00
Brian Fiete
d864a912c5 Reflection field value fixes and tests 2020-08-24 10:19:17 -07:00
Brian Fiete
d4c78c0799 Allow explicit bool-to-number casts 2020-08-23 10:31:56 -07:00
Brian Fiete
5c2e0d86c0 Added support for bool in reflected attributes 2020-08-23 07:43:16 -07:00
Brian Fiete
e5406250e3 Fixed REX for imul8 2020-08-23 07:42:42 -07:00
Brian Fiete
8868d3216e Properly colorize type declarations 2020-08-23 06:45:14 -07:00
Brian Fiete
c5f610bae2 Fixed qualified wrapped property lookup 2020-08-23 06:44:47 -07:00
Brian Fiete
2e69fa1b9e Fixed right-click menu 2020-08-23 05:49:30 -07:00
Brian Fiete
64b62c09be Start of SIMD support 2020-08-23 05:42:42 -07:00
Brian Fiete
73e260c1d5 Added Count setter 2020-08-17 05:42:01 -07:00
Brian Fiete
044f15629d Added ability to explicitly cast from int to enum generic constraint 2020-08-16 15:56:59 -07:00
Brian Fiete
5a3701fa90 Fixed valueless alias, warn on unused attribute 2020-08-16 15:56:09 -07:00
Brian Fiete
83ed41e81a Removed unnecessary [Friend]s 2020-08-16 15:55:30 -07:00
Brian Fiete
b89e036a6f Removed unnecessary [Friend] attributes 2020-08-16 08:34:31 -07:00
Brian Fiete
99419097c5 Added [IgnoreErrors] block attribute 2020-08-16 08:33:51 -07:00
Brian Fiete
65d960a6e6 More tests 2020-08-16 08:31:26 -07:00
Brian Fiete
01d9bfb66f Properly reference alt method module 2020-08-13 17:05:43 -07:00
Brian Fiete
1dc1ec24a0 Properly check for IsMemberAccessible for operators 2020-08-13 16:19:22 -07:00
Brian Fiete
fe4027d33a Fixed string serialization issue in attributes 2020-08-13 14:44:14 -07:00
Brian Fiete
685a036eb2 Fixed issue removing split global 2020-08-13 13:12:00 -07:00
Brian Fiete
9facb06d52 Made global creation failure more debuggable 2020-08-13 13:11:36 -07:00
Brian Fiete
b6f2762f19 Fixed warning/error colors 2020-08-13 07:31:33 -07:00
Brian Fiete
a139b6f0ad Fixed crash resolving generic method arguments 2020-08-13 07:31:24 -07:00
Brian Fiete
d9b94c2158 Don't include extension in selection when renaming files 2020-08-13 07:01:33 -07:00
Brian Fiete
7a65003679 Added Interface colorization type 2020-08-13 07:00:49 -07:00
Brian Fiete
9bbcb8eb5e Added a RefType colorization type 2020-08-13 06:28:31 -07:00
Brian Fiete
09e6564b3e Removed broken code 2020-08-12 15:56:50 -07:00
Brian Fiete
4b80bcbbcf Added some alloctype(T) tests 2020-08-12 15:41:38 -07:00
Brian Fiete
9d5d5b4063 Added alloctype(T) 2020-08-12 15:07:56 -07:00
Brian Fiete
a4abd54e7d Fixed params in extension methods 2020-08-12 11:58:59 -07:00
Brian Fiete
0fbe15040d Extended TryMemCpy to work on structs 2020-08-12 11:42:15 -07:00
Brian Fiete
0adfbce884 Added 'Reload Settings' and 'Reset UI' to File/Preferences menu 2020-08-12 08:48:40 -07:00
Brian Fiete
14e9f9aa53 Removed result from type population. Fixed early return. 2020-08-12 07:42:13 -07:00
Brian Fiete
5074b3e2ae Fixed commutability of comparison constraint 2020-08-12 07:41:16 -07:00
Brian Fiete
cdf5f3b03b Fixing TryMemCpy 2020-08-12 05:33:42 -07:00
Brian Fiete
858cca5bec Reverting TryMemCpy 2020-08-11 18:40:38 -07:00
Brian Fiete
d33764be06 Put back TryMemCpy 2020-08-11 16:37:59 -07:00
Brian Fiete
41cc6308ab Null check cleaning up old parsers 2020-08-11 16:20:56 -07:00
Brian Fiete
6d65d8d11d Fixed issue with valueless ref params 2020-08-11 13:52:57 -07:00
Brian Fiete
b53089a3e4 Diallowed unbound generics for 'is' 2020-08-11 12:32:04 -07:00