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

588 commits

Author SHA1 Message Date
Brian Fiete
4e7c05e399 Support for __MALFORMED test method 2020-05-28 07:37:55 -07:00
Brian Fiete
a44f39b3e4 Fixed false error for calling static interface methods 2020-05-28 07:37:44 -07:00
Brian Fiete
be6a132fb5 Reflection support for methods and types 2020-05-28 07:36:34 -07:00
Brian Fiete
f1eafa8d81 Added ability to catch llvm errs(), shared crashcatcher object 2020-05-28 07:25:25 -07:00
Brian Fiete
6cb2df65a6 Improvements to interfaces: extensions, better generics, statics 2020-05-27 09:46:09 -07:00
Brian Fiete
3714bdb84f Linux fix 2020-05-26 08:22:33 -07:00
Brian Fiete
534d20121c Hex long fix 2020-05-26 08:22:26 -07:00
Brian Fiete
b6f5e67438 Fixed operators on readonly struct fields 2020-05-26 07:24:53 -07:00
Brian Fiete
e16e4613b6 Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
Brian Fiete
42ae46390d Fixed improper generic method variation reification 2020-05-25 14:12:53 -07:00
Brian Fiete
8c2d65ca78 Const sized array lookup fix 2020-05-25 13:39:25 -07:00
Brian Fiete
d5768c0a83 Fixed sized array init with unknown-size array 2020-05-25 13:38:45 -07:00
Brian Fiete
e25f8901a5 Fixed re-partialization of orphaned extensions 2020-05-25 12:01:37 -07:00
Brian Fiete
aea367b95e Fixed i8 mul issue with no mResult 2020-05-25 05:37:40 -07:00
Brian Fiete
92ccadce1e Removed inline requests during vdata building 2020-05-25 05:37:12 -07:00
Brian Fiete
b597b444ab Fixed CRTP - deferred validating base class generic constraints 2020-05-25 00:13:15 -07:00
Brian Fiete
37ac89765f Fixed old-source-location for inlined methods 2020-05-25 00:10:56 -07:00
Brian Fiete
5a5287bc8b Fixed generic alias and generic delegate issues 2020-05-23 17:25:47 -07:00
Brian Fiete
adbae6f1d4 Fixes to global indexing 2020-05-22 06:39:12 -07:00
Brian Fiete
24f931df51 Fix to sized array initialization 2020-05-22 06:06:43 -07:00
Brian Fiete
58c1feb51f Merge remote-tracking branch 'origin/master' 2020-05-22 06:04:36 -07:00
Brian Fiete
45f2d0e33c Merge remote-tracking branch 'origin/master' 2020-05-22 05:45:29 -07:00
Brian Fiete
cd51b72a7d Made better error for class &this attempt 2020-05-21 15:01:56 -07:00
Brian Fiete
b8c0322924 Backtrace fix 2020-05-21 14:27:55 -07:00
bfiete
af77115f18 macOS fixes 2020-05-21 13:30:30 -07:00
Brian Fiete
672be8a8f7 Linux fixes, now using a IDEHelper_libs.txt file 2020-05-21 12:55:58 -07:00
bfiete
6b46904510 Working on Linux fixes 2020-05-21 06:58:26 -07:00
Brian Fiete
f505c9b6aa Fixed autoprops in structs 2020-05-19 13:19:26 -07:00
Brian Fiete
952e3aec58 Nullable fixes with != 2020-05-19 12:27:26 -07:00
Brian Fiete
bf80ec8897 Fixed string literal viewing 2020-05-19 12:27:09 -07:00
Brian Fiete
96b22f5760 Fixed language setting for "_" in memory breakpoints 2020-05-19 10:42:45 -07:00
Brian Fiete
e82daf74d4 Fixed params expression with ref values 2020-05-19 09:42:11 -07:00
Brian Fiete
833b4002a5 Fixed project removal crash 2020-05-19 09:07:34 -07:00
Brian Fiete
0d1fc7e1a5 Reification fixes 2020-05-19 07:13:15 -07:00
Brian Fiete
622b832858 Fixing reification of attributes 2020-05-18 17:20:03 -07:00
Brian Fiete
14ad1b72fc Fixed string length override 2020-05-18 13:16:16 -07:00
Brian Fiete
86d8f78761 Allowed more flexible attribute type lookup, supporting inner types 2020-05-18 13:12:18 -07:00
Brian Fiete
3509d659ea Fix for sized array initializer with global variables 2020-05-18 09:59:59 -07:00
Brian Fiete
dd1c1ed562 Fix for deferred evals in function-style cast 2020-05-18 09:35:50 -07:00
Brian Fiete
8334ed2ad4 Linux uint64 fix 2020-05-18 09:12:03 -07:00
Brian Fiete
693334bdc8 Fixes to SetDeleted 2020-05-18 08:30:42 -07:00
Brian Fiete
8745b40828 Allow for '.' allocation of raw arrays 2020-05-18 06:58:22 -07:00
Brian Fiete
76dfe97d78 Another pass at marking scoped raw arrays as deleted 2020-05-18 06:58:02 -07:00
Brian Fiete
fb96595ac3 Fixed null check for mAttributeTypeRef 2020-05-17 07:04:40 -07:00
Brian Fiete
3d3cde906b Fixed zeroing of paramdecl in lambdas 2020-05-17 06:58:03 -07:00
Brian Fiete
dc7ebf12c5 Support for string literals with embedded zeroes 2020-05-17 06:11:54 -07:00
Brian Fiete
d11c79e43e Added more informational mouseovers 2020-05-17 06:10:56 -07:00
Brian Fiete
2510c16389 More generics tests 2020-05-16 08:21:34 -07:00
Brian Fiete
7434885d07 Fixed generics property and ctor visibility 2020-05-16 08:21:20 -07:00
Brian Fiete
a1729e8297 Made static lookup for with generic constraints 2020-05-15 17:01:38 -07:00