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

5254 commits

Author SHA1 Message Date
MineBill
94f39b3de7
Only use '.exe' file extension for windows. 2025-04-15 12:31:14 +03:00
MineBill
7f4fd1e87d
Only set UseShellExecute = false for windows. 2025-04-15 12:29:23 +03:00
MineBill
8c6092504a
Implement BfpDirectory_Rename for Posix. 2025-04-15 12:28:45 +03:00
unknown
7cf64ac9a2 fix autocomplete param position for multiline doc strings 2025-04-12 21:43:16 -07:00
Brian Fiete
e9a2851095 Linux fix 2025-04-07 16:13:00 -04:00
Brian Fiete
de92283dd1 Added MemLogger 2025-04-07 16:04:39 -04:00
Brian Fiete
bdf32875ff Linux fix 2025-04-07 15:08:57 -04:00
Brian Fiete
c3ad1b9ed1 OutlineOval improvement 2025-04-07 15:08:50 -04:00
Brian Fiete
0286570c1e Overlapped io tweaks 2025-04-05 15:32:57 -04:00
Brian Fiete
d542f9a34b Async reading fixes 2025-04-05 14:26:03 -04:00
Brian Fiete
412729e536 MemLogger improvements 2025-04-05 12:02:09 -04:00
Brian Fiete
40aa9e9a8b Unknown memory breakpoint crash fix 2025-04-05 12:01:53 -04:00
Brian Fiete
42ba7d3df5 Async reading improvements 2025-04-05 12:01:38 -04:00
Brian Fiete
ef0bc6033b Ovals 2025-04-02 09:40:42 -04:00
Brian Fiete
119da8dada MemLogger 2025-04-01 15:37:03 -04:00
Brian Fiete
96f8b1426d More cases for KeyCode.Parse 2025-03-31 16:48:40 -04:00
Brian Fiete
40c4f202e0 KeyCode.Parse fix 2025-03-31 16:40:32 -04:00
Brian Fiete
149d5f22ed BeefPerf '%p' support 2025-03-31 08:58:14 -04:00
Brian Fiete
f750d44d8d mCurMethodState null check in CheckLabel 2025-03-31 08:57:41 -04:00
Brian Fiete
11bc782835 Lib fixes 2025-03-31 08:57:22 -04:00
Fusioon
fcc65843b6 Fix defer on interface methods 2025-03-30 04:36:02 +02:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
4b879670ca
Merge remote-tracking branch 'upstream/master' into Yuvan/CustomBuildProperties 2025-03-28 14:48:45 -07:00
zkw
754d028968 Remove IPv6 overloads on out parameters 2025-03-28 21:26:36 +01:00
LAPTOP-NV8MPI8C\Yuvan Wickramasinghe
fe967e6a04
Check for custom build properties in DoResolveConfigString. 2025-03-28 10:51:18 -07:00
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
zkw
3799c77a5b Add IPv6 support to Socket 2025-03-28 17:56:40 +01:00
Brian Fiete
36d2bb69f5 FlushBuffer instead of Flush on Close 2025-03-28 12:39:05 -04:00
Brian Fiete
b549c820c7 Remove unneeded physical flushing with BufferedFileStream 2025-03-28 12:18:18 -04:00
Brian Fiete
46db1b61d4 SendMessageTimeoutW result size fix, isExpanded for reg string GetValue 2025-03-28 11:43:08 -04:00
Brian Fiete
5c11c2271e Fixes to "valueless" crepr structs 2025-03-28 09:33:06 -04:00
Brian Fiete
eb41a9c1de Fixed deriving from "valueless" crepr struct 2025-03-28 08:09:22 -04:00
Brian Fiete
fe1aa3c26e BeefySysLib point/rect updates, async pipe fixes 2025-03-28 08:08:33 -04:00
Brian Fiete
81a9478e77 mHadValidateErrors propagation fix 2025-03-23 07:49:01 -04:00
Brian Fiete
0e79860ba9 Fixed valueless case in MakeCallableTarget 2025-03-22 17:10:56 -04:00
Brian Fiete
65a3bb2196 Aggregate fix for nullable casting 2025-03-22 17:01:18 -04:00
Brian Fiete
c7da3e15f9 DynamicCastToSignature release fix 2025-03-22 16:08:14 -04:00
Brian Fiete
37f72cd3b6 Added ability to dynamically cast delegates with compatible signatures 2025-03-22 15:34:59 -04:00
Brian Fiete
f10365c1ad Fixed alloctype(T) where T : var field lookups 2025-03-22 07:45:43 -04:00
Brian Fiete
1a4f0b1b4a Preserve working directory with -run 2025-03-21 16:41:53 -04:00
Brian Fiete
c25f750bd5 More deleted type improvements 2025-03-21 16:34:31 -04:00
Brian Fiete
a240acc674 Fixed parameter error with failed inline const constraint 2025-03-21 13:45:58 -04:00
Brian Fiete
94adbe1548 Allow file associations to open BeefSpace.toml as workspace 2025-03-21 13:26:56 -04:00
Brian Fiete
dcc1f23271 LLVM 19 update 2025-03-21 11:37:49 -04:00
Brian Fiete
195463cb77 Improved pointer generic constraints 2025-03-21 11:37:26 -04:00
Brian Fiete
0bdaa03545 Fixed missing PopulateType issue in PushArg 2025-03-21 10:51:39 -04:00