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

4092 commits

Author SHA1 Message Date
Brian Fiete
9daae6baa6 Fixed BeefBuild null crash 2022-08-23 06:46:21 -07:00
Brian Fiete
e5b00e8f24
Merge pull request #1685 from disarray2077/patch-2
Fix crash in BfCompiler
2022-08-23 15:16:10 +02:00
Brian Fiete
ed60e27909
Merge pull request #1684 from disarray2077/patch-1
Fix `Variant.Get<T>()` Crash
2022-08-23 15:15:21 +02:00
Brian Fiete
0f5d3862e5
Merge pull request #1681 from aharabada/BookmarkPanel
Added bookmark panel
2022-08-23 15:07:04 +02:00
disarray2077
528d5ffb78
Fix crash in BfCompiler 2022-08-17 14:46:24 -03:00
disarray2077
26ea7e36d5
Fix Variant<T>.Get<T>() Crash 2022-08-14 19:48:53 -03:00
Simon Lübeß
9119443918 Fixed memory leak 2022-08-13 21:20:04 +02:00
Simon Lübeß
fefffd4f64 Fixed Bookmark selection after delete + refactoring 2022-08-13 20:38:55 +02:00
Simon Lübeß
6884b9fc21 Merge branch 'master' into BookmarkPanel 2022-08-13 18:02:49 +02:00
Brian Fiete
aaa08e9a4e Fixed hot scan type detection with object extension data 2022-08-04 12:24:10 -07:00
Brian Fiete
e087c95c71 Added 'Show in Workspace Panel' 2022-08-04 09:02:30 -07:00
Brian Fiete
dfd443d68b Fixed String(StringView) ctor 2022-08-04 08:46:43 -07:00
Brian Fiete
05c2e1587c Copy/cut/paste support for workspace files and folders 2022-08-04 08:19:01 -07:00
Brian Fiete
0907bd1f52 Fixed splat aggregation issue in nullable null coalescing 2022-08-03 08:56:40 -07:00
Brian Fiete
5d14e714c2 Fixed invalid ref-to-non-ref implicit cast in foreach 2022-08-03 08:53:52 -07:00
Brian Fiete
2c439092c3 Added append ctor taking Span<T> 2022-08-03 08:38:39 -07:00
Brian Fiete
ca83467e1b Fixed assertion in generic AllowAppend ctor 2022-08-03 08:38:04 -07:00
Brian Fiete
052edbcb8d Fixed assignment operator RHS conversion issue 2022-08-03 08:16:41 -07:00
Brian Fiete
e6352571c1 Fixed nullable null coalescing short circuiting 2022-08-03 07:54:35 -07:00
Brian Fiete
0bedd77f0a WIP nullable fix 2022-08-01 14:46:25 -04:00
Brian Fiete
047ae9acc3 Ctrl+C on project files 2022-08-01 14:05:44 -04:00
Brian Fiete
b12ceeb625 Fixit for expanding auto constructor 2022-08-01 10:47:17 -04:00
Brian Fiete
a23406d9dd Fixed boxing in cast in ternary expression 2022-08-01 08:25:07 -04:00
Brian Fiete
39595bf387 DLA null check fix 2022-08-01 08:06:58 -04:00
Brian Fiete
17dfc96a1f Maintain cursor visibility when applying saved collapse data 2022-07-30 18:26:36 -04:00
Brian Fiete
de4269bf32 Keep saved collapse data from collapsing around the cursor 2022-07-30 17:43:55 -04:00
Brian Fiete
3739020504 Improved variable assignment detection in local methods 2022-07-30 17:12:52 -04:00
Brian Fiete
d43c47f866 Diagnostic panel >2GB fix 2022-07-30 11:44:20 -04:00
Brian Fiete
decc0c0826
Merge pull request #1664 from flying-dude/master
comment says the wrong thing. actually uses "Debug" by default.
2022-07-30 11:37:08 -04:00
Brian Fiete
b5b72df36a Improvements to Win32 'using' field debugging 2022-07-30 11:05:03 -04:00
Brian Fiete
1a0e28af92 Added 'using' field invocation support to debugger 2022-07-30 09:41:05 -04:00
Brian Fiete
14f20f10c8 Trimmed trailing whitespace 2022-07-30 09:11:38 -04:00
Brian Fiete
8eda627e2f Splat fixes, added debugging info for 'using' fields 2022-07-30 09:08:49 -04:00
Brian Fiete
ab4719422a Splat fixes 2022-07-30 08:07:12 -04:00
Brian Fiete
56af3bb376 LoadLocal splat fix 2022-07-30 07:31:32 -04:00
Brian Fiete
1806cb923b Handle invalidated inlining requests, comptime alias rebuilds 2022-07-28 15:25:41 -04:00
Brian Fiete
b1e1720f9d Don't break in ce debugger when Fail is ignored (ie: unspec variants) 2022-07-28 11:54:48 -04:00
Brian Fiete
51713a1e34 Clear cached ce reflection data during type rebuild 2022-07-28 11:25:50 -04:00
Brian Fiete
e071bd0014 Broaden folder rename fix 2022-07-28 09:05:23 -04:00
Brian Fiete
1ce00ccf11 Fixed folder renaming issue with case-only change 2022-07-28 09:04:00 -04:00
Brian Fiete
c97d92d8b3 Fixed external constraints in local methods 2022-07-28 08:06:31 -04:00
Brian Fiete
dbf360e243 Fixed failed method param parsing 2022-07-28 07:18:38 -04:00
Brian Fiete
e247e3ecb4 Fixed nested local method skipping during resolution 2022-07-28 06:52:52 -04:00
flying-dude
cc23e1b50b comment says the wrong thing. actually uses "Debug" by default. 2022-07-27 23:41:50 +02:00
Brian Fiete
1c7b7df25f Fixed deleting of active config 2022-07-27 14:39:14 -04:00
Brian Fiete
837184e674 Fixed Event<T> when allocator doesn't align (64-bit) 2022-07-27 13:46:08 -04:00
Brian Fiete
fc07561044 Fixed erroneous debug variable gaps 2022-07-27 12:47:06 -04:00
Brian Fiete
602c7f318f Trimmed trailing whitespace 2022-07-27 12:26:36 -04:00
Brian Fiete
4f2fd58284 Fixed LLVM AtomicStore arg 2022-07-26 17:52:30 -04:00
Brian Fiete
a1c7e6e02b Fixed temp var deferred lifetime end issue in LLVM backend 2022-07-26 16:07:14 -04:00