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

4794 commits

Author SHA1 Message Date
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
d929e1bfe9
Resolve custom build properties specified in workspace project specs. 2025-03-28 10:44:59 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
da31757fa7
Missed a couple places where custom build properties should be loaded. 2025-03-28 10:44:48 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
80a72f991d
Update BeefBuild to use new custom build properties API. 2025-03-28 10:44:40 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
275dbd14e8
Check custom build properties before outputting error message. 2025-03-28 10:44:31 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
b55f980531
Refactored code to resolve custom build properties in Beef projects. 2025-03-28 10:44:23 -07:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
803b9890e2
Beef custom properties proof of concept implementation. 2025-03-28 10:43:50 -07:00
Brian Fiete
549c9c7d17 Dynamic cast fix with hotswap enabled but no obj flag or leak check 2024-12-11 17:45:49 -08:00
Brian Fiete
3c7b1ea4b7 Fixed issue with error squiggles persisting on member lookups 2024-12-04 08:42:31 -05:00
Brian Fiete
bb4e6993c8 Fixed aliasing case during 3-form inst decomposition 2024-12-04 08:35:14 -05:00
Brian Fiete
6a90faddc6 Set NoRedirect flag with -run 2024-12-04 04:39:00 -05:00
Brian Fiete
86721ffc20 Fixed sign check on uint64->float 2024-12-03 08:07:35 -05:00
Brian Fiete
769861d3da Added proper uint64->float conversion 2024-12-03 07:42:13 -05:00
Brian Fiete
ea772c675e Merge remote-tracking branch 'origin/master' 2024-12-02 14:34:57 -05:00
Brian Fiete
b900477287 Fixed late ctor hiding with extensions 2024-12-02 14:34:51 -05:00
Brian Fiete
c5d44e1ab3
Merge pull request #2075 from m910q/fix-newline-indentation
Support for space indentation when splitting line with enter key
2024-12-02 13:54:50 -05:00
Brian Fiete
124d191bab Allow (.) inferred type cast inside ref and * unary operations 2024-12-02 13:53:36 -05:00
ESH
6f816241a4 Support for space indentation when splitting line with enter key 2024-12-02 19:04:23 +01:00
Brian Fiete
c555b8b7ef Fixed int-unknown shift, wantType with int(X) style cast 2024-12-02 12:27:49 -05:00
Brian Fiete
3a1db510e2 Fixed U8 to float conversions 2024-12-02 12:17:23 -05:00
Brian Fiete
abb4778187 Fixed some references to CheckAssertError during comptime 2024-12-02 12:15:01 -05:00
Brian Fiete
7ca654aab1 Fixed crash attempting to bind function to const 2024-12-02 12:06:45 -05:00
Brian Fiete
3864a8896b Fixed const string bitcast failure 2024-12-02 08:28:24 -05:00
Brian Fiete
03987ba8f5 Make Parameter colorization fail over to Local color 2024-12-02 07:41:35 -05:00
Brian Fiete
2b9fa80b81 Added IDE colorization: Member, Local, Parameter 2024-12-02 07:39:17 -05:00
Brian Fiete
ba436231cb Improved sub rewrite, fixed potential load aliasing issues 2024-12-02 06:27:19 -05:00
Brian Fiete
289d5026c2 Ctor hiding fix 2024-11-24 16:48:28 -05:00
Brian Fiete
82c1125a68 Default ctor fix with emitted ctors 2024-11-21 16:29:40 -05:00
Brian Fiete
049118bb32 Fixed XMM64_RM64/FRM64_XMM64 check 2024-11-21 14:51:52 -05:00
Brian Fiete
d1a2c53bd7 Add warning when performing destructive undo of global operation 2024-11-21 05:56:18 -05:00
Brian Fiete
d695226657 Properly add ref operators in override fixit 2024-11-21 04:58:59 -05:00
Brian Fiete
490324a300 Allow emissions of default ctor 2024-11-21 04:51:33 -05:00
Brian Fiete
295057b026 Fixed explicit interface indexer 2024-11-20 14:05:42 -05:00
Brian Fiete
908a76b92a Fixed break targeting switch label 2024-11-20 11:33:28 -05:00
Brian Fiete
ac67046afc Fixed IDE "Find on Stack" functionality 2024-11-20 11:32:56 -05:00
Brian Fiete
237b507745 Fixed enum underlying resolution with extension, ToString of void enum 2024-11-20 10:31:53 -05:00
Brian Fiete
28783a6b5a Fixed invalid cast for params 2024-11-20 09:30:05 -05:00
Brian Fiete
75a5a3695b Fixed conversion of zero-sized array to span 2024-11-20 09:26:32 -05:00
Brian Fiete
6eb1b16aa0 Fixed cascade invocation with non-addressable target 2024-11-20 09:18:01 -05:00
Brian Fiete
16915d2344 Fixed void enum const loading 2024-11-20 08:19:28 -05:00
Brian Fiete
1da0c3cae7 bool vector improvements 2024-11-20 07:43:27 -05:00
Brian Fiete
b2078b10fe float2 fixes 2024-11-20 06:05:52 -05:00
Brian Fiete
7e28a71437 Trim whitespace in Find in Files 2024-11-19 09:15:41 -05:00
Brian Fiete
f43da38dbb Fixed null token crash while typing 'Program.this' 2024-11-19 09:08:15 -05:00
Brian Fiete
b12b49aec3 Allow enums with <=1 element (void underlying) cast to int (0) 2024-11-19 09:04:34 -05:00
Brian Fiete
9ca3fbd0dd Expose function pointer of MethodInfo 2024-11-19 08:23:30 -05:00
Brian Fiete
e7c05068a7 Fixed bookmark icon drawing location when below collapsed code 2024-11-19 07:47:14 -05:00
Brian Fiete
14a3dd8e7d Handle zero-sized enums (<= 1 member) 2024-11-08 09:16:27 -05:00
Brian Fiete
7b69509b7b OpenCodeBlock fix when statement contains a "(" 2024-11-08 08:36:43 -05:00
Brian Fiete
bb937acfa3 Fixed mixin issue with indexed argument from readonly pointers 2024-11-06 16:35:13 -05:00
Brian Fiete
09c909567c AllocTyped fix when leak check is disabled 2024-11-06 12:38:20 -05:00