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

4687 commits

Author SHA1 Message Date
Brian Fiete
ad2aa15e42 Remove libgit from projects 2024-10-21 09:39:11 -04:00
Brian Fiete
576a899604 Remove libgit dependency 2024-10-21 09:28:21 -04:00
Brian Fiete
4870c6fdd8 Initial package management support 2024-10-21 09:18:07 -04:00
Brian Fiete
78138f5c5a libgit updates 2024-10-21 09:14:34 -04:00
Brian Fiete
e7ede593ea HashSet ContainsAlt hash fix 2024-10-21 09:13:40 -04:00
Brian Fiete
c8dda5d1d9 BfpProcess_WaitFor, BeefCon shutdown fix 2024-10-21 09:13:26 -04:00
Brian Fiete
6a14bb55b5 Fixed wasm directory finding 2024-10-21 09:11:28 -04:00
Brian Fiete
0fb5a4ae03 Added BeefManaged.toml 2024-10-20 18:23:39 -04:00
Brian Fiete
691c147089 Fixed race in Environment.OperatingSystem and CultureInfo.NumberFormat 2024-10-19 05:00:06 -04:00
Brian Fiete
ff2affb733 Fixed handle leak in BfpProcess_GetById 2024-10-18 13:01:43 -04:00
Brian Fiete
c24fb8a26f Autoinstall Emscripten 2024-10-18 09:13:24 -04:00
Brian Fiete
b9d0dc693f Sanitize BF_DEPENDS_ defines 2024-10-17 18:00:39 -04:00
Brian Fiete
126943c5bd Copy BeefCon pdb 2024-10-17 18:00:21 -04:00
Brian Fiete
4129c38bb2 BfpProcess_GetById pid check 2024-10-17 16:25:05 -04:00
Brian Fiete
e4f1906627 Fixed BfPassInstance when shutting down while compiling 2024-10-17 14:18:53 -04:00
Brian Fiete
085bb5f26e Fixed fake alloca 2024-10-17 14:10:07 -04:00
Brian Fiete
76c47fde2e CondBr fix 2024-10-16 13:51:30 -04:00
Brian Fiete
55298ee884 Fixes NaN comparisons 2024-10-16 13:25:17 -04:00
Brian Fiete
7c0293620a BfConstType_Agg fix for padded FixValues 2024-10-14 12:32:48 -04:00
Brian Fiete
4cee66b1f8 Added preprocessor BF_DEPENDS_<ProjectName> 2024-10-13 10:43:37 -04:00
Brian Fiete
0e6ad7304e Fixed mouseover for 'var' in foreach over structs 2024-10-13 10:22:54 -04:00
Brian Fiete
01eb80c3d4 Added interface NULL check in BfBaseClassWalker 2024-10-13 10:10:08 -04:00
Brian Fiete
4589e7ea0e Fixed mWantsGCMarking, taking into account base's mWantsGCMarking 2024-09-28 12:58:52 -04:00
Brian Fiete
bf3dec931a Deeper binop interface check for generic param 2024-09-26 12:33:51 -04:00
Brian Fiete
f8da7eb618 StringView.Substring IndexRange version 2024-09-25 18:57:51 -04:00
Brian Fiete
475e82e1c3 Added IndexRange version of String.Substring 2024-09-25 14:54:46 -04:00
Brian Fiete
b3946d4487 Record history position when clicking on result in FindResultsPanel 2024-09-25 12:25:57 -04:00
Brian Fiete
4ff1107e7b 32-bit warning fix 2024-09-25 11:38:46 -04:00
Brian Fiete
fc9650af41 Better error attribution for payload enum circular data references 2024-09-25 11:33:12 -04:00
Brian Fiete
3a668695ef "Cannot bind to const-eval method, as this method is not available at runtime" 2024-09-25 11:32:49 -04:00
Brian Fiete
861913d591 Changed GrowUnitialized to NoShow 2024-09-19 12:43:36 -04:00
Brian Fiete
b34a14502d Make initializer expression work with 'in' ref values 2024-09-12 07:40:52 -04:00
Brian Fiete
91c0ec9239
Merge pull request #2032 from disarray2077/patch-6
Fix CURL build on Linux
2024-09-12 07:12:19 -04:00
disarray2077
0c8a41100e
Fix CURL build on Linux 2024-09-11 19:51:43 -03:00
Brian Fiete
073d55d339 Fixed incorrectly spelled List<>.GrowUninitialized 2024-09-11 15:32:28 -04:00
Brian Fiete
04e67007dd Tuple reflected name fix 2024-09-11 15:27:56 -04:00
Brian Fiete
4af432955e Fixed horz mouse wheel scrolling direction 2024-09-09 15:21:36 -04:00
Brian Fiete
5e2f036918 FFI invocation fix where data conversion is required 2024-09-09 15:13:55 -04:00
Brian Fiete
db0af3a8e5 Console perf improvements 2024-09-09 14:51:23 -04:00
Brian Fiete
0880839252 BeefCon fix 2024-09-09 13:28:10 -04:00
Brian Fiete
d9fd93ccbd Fixed lookup for inner type declared in a generic base class 2024-09-09 11:18:36 -04:00
Brian Fiete
b7e47027c3 Made more Dictionary members protected instead of private 2024-09-09 11:13:17 -04:00
Brian Fiete
db7b217a0a
Merge pull request #2024 from Fusioon/startup_panel-leak
Fix startup panel mem leak & resize when item is deleted
2024-09-09 10:35:58 -04:00
Brian Fiete
f386065444
Merge pull request #2025 from Fusioon/function_type-error
Fix dangling error when typing delegate
2024-09-09 10:35:07 -04:00
Brian Fiete
4f073ef60a
Merge pull request #2027 from zerkawei/linux-file-dialogs
Implement xdg-desktop-portal for Linux dialogs
2024-09-09 10:34:29 -04:00
Brian Fiete
2e97b5fb7d
Merge pull request #2029 from m910q/dictionary-entry-protected
Make Dictionary<TKey, TValue>.Entry protected.
2024-09-09 10:33:21 -04:00
Brian Fiete
a0cc0b22e5
Merge pull request #2030 from zerkawei/linux-ipc
Prevent IPCHelper usage outside Windows
2024-09-09 10:33:04 -04:00
Brian Fiete
b28628e0bb
Merge pull request #2028 from zerkawei/master
Use Beep instead of MessageBeep in IDEApp
2024-09-09 10:32:42 -04:00
Brian Fiete
e50a1a3134 SetCurrentDebugLocation after BfIRCmd_SetInsertPointAtStart 2024-09-09 10:29:59 -04:00
Brian Fiete
e1d5efe4de Fix for tooltip focus stealing 2024-09-09 10:29:32 -04:00