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

5269 commits

Author SHA1 Message Date
Brian Fiete
19820cc44a Fixed unknown-sized array case in BfInvocationExpression 2025-05-11 14:58:38 +02:00
Brian Fiete
cd038089a7 Fixed async read error code handling 2025-05-11 08:11:17 +02:00
Brian Fiete
109ad9fc78 Alternate link name with disabled GC 2025-05-11 07:09:44 +02:00
Brian Fiete
6160d4e6ac Fixed static init issues with CheckErrorHandler 2025-05-11 06:41:08 +02:00
Brian Fiete
9a10641680 Fixed subroutine lookup static string issue 2025-05-11 06:40:29 +02:00
Brian Fiete
6d45dabb1d Fixed fakeval function binding case 2025-05-11 06:39:59 +02:00
Brian Fiete
e088ce1365 #unwarn on unused variable 2025-05-10 12:52:25 +02:00
Brian Fiete
262d3179b1
Merge pull request #2222 from MineBill/linux-package-manager
Make the package manager work on Linux.
2025-05-10 12:00:11 +02:00
Brian Fiete
fd3228e3b1
Merge pull request #2221 from farism/master
Fix autocomplete param position for multiline doc strings
2025-05-10 09:26:53 +02:00
Brian Fiete
1a1c0daf76
Merge pull request #2206 from Fusioon/fix-iface-defer
Fix defer on interface methods
2025-05-10 09:22:51 +02:00
Brian Fiete
db0be18eee
Merge pull request #2202 from zerkawei/sockets
Add IPv6 support to Socket
2025-05-10 09:15:14 +02:00
Chernyavsky Andrey
c6fa2b8e79 Feature: Multi-Cursors 2025-05-04 07:59:10 +05:00
Brian Fiete
1e528cba95 2d array CopyTo 2025-05-02 11:40:53 -07:00
Brian Fiete
d48274694e IsModifier updates 2025-05-02 11:40:36 -07:00
Brian Fiete
043bbb07d4 CRepr Point fix 2025-04-15 12:21:38 -04:00
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