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

5140 commits

Author SHA1 Message Date
Brian Fiete
854122cb46 Allow anonymous 'using' fields 2025-01-05 08:55:17 -08:00
Brian Fiete
613f9c743a Anonymous id fix 2025-01-04 14:56:12 -08:00
Brian Fiete
ea6d87c5c3 Full hash fix - mix in anonymous type names 2025-01-04 14:48:11 -08:00
Brian Fiete
a6a891d800 Improved semicolon handling for inline anonymous type references 2025-01-04 12:47:45 -08:00
Brian Fiete
34cfe603e6 Disable autoprop for indexer 2025-01-04 12:26:21 -08:00
Brian Fiete
b922c486ec Improved IsInitializerStatement 2025-01-04 11:55:57 -08:00
Brian Fiete
a5e9a33f64 Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
Brian Fiete
01c2c35fc3 Anonymous type improvements 2025-01-02 16:19:26 -08:00
Brian Fiete
97c119cbc7 Fixed calling @-prefixed methods 2025-01-02 14:21:48 -08:00
Brian Fiete
69fab22a39 Extension inner type visibility fix 2025-01-02 14:17:33 -08:00
Brian Fiete
fb3cd1ac83 Fix for splats passing into params 2025-01-02 13:39:31 -08:00
Brian Fiete
7f9a272e23 Generic resolution fix 2025-01-02 13:33:45 -08:00
Brian Fiete
5d55409841 Fixed autocomplete flashing 2025-01-02 11:42:44 -08:00
Brian Fiete
958fc30310 Inline anonymous type declarations 2025-01-02 11:42:33 -08:00
Brian Fiete
f609062c2a EmsdkDep1 2025-01-01 09:04:25 -08:00
Brian Fiete
05c31c3e13 Merge remote-tracking branch 'origin/master' 2025-01-01 08:42:36 -08:00
Brian Fiete
d00900c639 Self-build miniserve 2025-01-01 08:42:31 -08:00
Brian Fiete
50adf9fc29
Merge pull request #2056 from daafu/topic/fix_wasm_build
build_wasm was not building Hash.cpp
2025-01-01 08:15:05 -08:00
Brian Fiete
dc5e300984 Fixed missing label 2025-01-01 07:43:32 -08:00
Brian Fiete
b9550e4219 memoryBreak fix 2024-12-31 17:42:13 -08:00
Brian Fiete
316e3f345f Fixed case where BfResolvedTypeSet inserts new types during Insert 2024-12-31 17:22:34 -08:00
Brian Fiete
c003557bef Compliance with string changes 2024-12-31 14:37:03 -08:00
Brian Fiete
5d46641e39 String fixes 2024-12-31 14:32:26 -08:00
Brian Fiete
73d0499c5d Switched to StringView for some args, params Span instead of array 2024-12-31 14:25:04 -08:00
Brian Fiete
6e1eaf63e8 Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
Brian Fiete
1484a5f53c Improved debugger side effect handling, auto refresh options 2024-12-31 13:17:53 -08:00
Brian Fiete
7548bf23cd Fixed ctor passthrough generation for AllowAppend 2024-12-31 11:46:51 -08:00
Brian Fiete
45d6a12d5d Added autocomplete "all" option for ctor passthroughs 2024-12-31 10:28:04 -08:00
Brian Fiete
ce9b2f8888 Added autocomplete for constructor passthroughs 2024-12-31 10:03:16 -08:00
Brian Fiete
b784f4f39d Remove 'stack' keyword 2024-12-31 08:55:37 -08:00
Brian Fiete
4f2c28862d Debugger mouseover improvements 2024-12-31 07:48:03 -08:00
Brian Fiete
4f0ad540a7 MultiDictionary hotswap fix 2024-12-31 07:45:16 -08:00
Brian Fiete
23d4d35a73 Template fix 2024-12-29 15:18:50 -08:00
Brian Fiete
9b8c29b803 Template fix 2024-12-29 15:12:02 -08:00
Brian Fiete
e288fca943 Template fix 2024-12-29 15:01:14 -08:00
Brian Fiete
20006e8e0c Allocate fix 2024-12-29 14:46:00 -08:00
Brian Fiete
f250a5f36b Linux fix 2024-12-29 13:48:25 -08:00
Brian Fiete
b23c1db0d9 Hotswap extension module fix 2024-12-29 13:03:31 -08:00
Brian Fiete
0bdfea7231 Improved debugger string comparison 2024-12-29 11:36:49 -08:00
Brian Fiete
1b6d9808f3 HotReplaceMethods 'next' fix 2024-12-29 11:36:17 -08:00
Brian Fiete
fd4fd43ce3 Improved hotswapping with extension modules 2024-12-29 11:02:17 -08:00
Brian Fiete
769036584a ShowDisassemblyPanel fix 2024-12-29 09:03:05 -08:00
Brian Fiete
e300800ca0 More lenient mouse behavior for multiline string popup 2024-12-29 09:00:06 -08:00
Brian Fiete
cac67b8288 Fixed setFocus for some ShowPCLocation and ShowSourceFile cases 2024-12-29 07:14:30 -08:00
Brian Fiete
d5024964c8 Improve BeefCon cpu usage 2024-12-24 13:56:39 -08:00
Brian Fiete
db449ed5a5 Fixed const tuple generation with manual alignment fields 2024-12-23 13:20:41 -08:00
Brian Fiete
5bf50d658c Fixed immediate cmp reorder, offsetted immediate load 2024-12-18 06:09:31 -08:00
Brian Fiete
40d6195db7 Improved handling of font metrics with overflow 2024-12-17 05:45:47 -08:00
Brian Fiete
fa1749b516 Handle fakevals in SetActiveFunction 2024-12-17 05:45:13 -08:00
Brian Fiete
36a592d7a9
Merge pull request #2079 from eveningstarinc/hunterbridges/CRT_Disable
Add additional check for !BF_CRT_DISABLE when conditionally defining System.MinRuntime
2024-12-16 16:08:57 -08:00