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

959 commits

Author SHA1 Message Date
Brian Fiete
215fafac74
Merge pull request #2092 from Starpelly/console-reset-color-fix
Fix Console.ResetColor() not actually applying the original colors when called.
2025-01-14 12:59:34 -08:00
Brian Fiete
851dda7f74
Merge pull request #2090 from m910q/integer-tostring-optimize
Avoid recalc of string length in integer ToString()
2025-01-14 12:59:11 -08:00
Brian Fiete
e30972d3af Added reflected TypeDeclaration support for comptime 2025-01-14 10:16:46 -08:00
Braedon Lewis
c76ace98f1 Update Console.bf 2025-01-14 09:48:08 -05:00
ESH
954858701f Integer ToString no longer need zeroed buffer 2025-01-13 20:30:03 +01:00
ESH
84b2f22846 Avoid recalc of string length in integer ToString 2025-01-13 20:17:04 +01:00
Brian Fiete
3bafa11da9 GetValueReference<T> 2025-01-10 07:05:23 -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
Hunter Bridges
4105df1853 Add additional check for !BF_CRT_DISABLE when conditionally defining System.MinRuntime 2024-12-16 16:00:25 -08:00
Brian Fiete
549c9c7d17 Dynamic cast fix with hotswap enabled but no obj flag or leak check 2024-12-11 17:45:49 -08:00
Brian Fiete
abb4778187 Fixed some references to CheckAssertError during comptime 2024-12-02 12:15:01 -05:00
Brian Fiete
ac67046afc Fixed IDE "Find on Stack" functionality 2024-11-20 11:32:56 -05:00
Brian Fiete
9ca3fbd0dd Expose function pointer of MethodInfo 2024-11-19 08:23:30 -05:00
Brian Fiete
09c909567c AllocTyped fix when leak check is disabled 2024-11-06 12:38:20 -05:00
Brian Fiete
f2ee292969 ITypedAllocator fix 2024-11-06 11:01:22 -05:00
Brian Fiete
2c630a5ba9 Added 'CopyToTarget' command 2024-10-30 12:34:17 -04:00
Brian Fiete
cb1e3ec49f Copy fixup 2024-10-30 07:26:29 -04:00
Jannis
63d5bc07b5
Add Directory.Copy 2024-10-29 22:37:38 +00:00
Brian Fiete
d46cc8d015 Fix sort 2024-10-29 14:35:12 -04:00
Brian Fiete
74294567e7 Harden softer against invalid comparers 2024-10-29 12:34:26 -04:00
Brian Fiete
ca2c781301 Make Environment.NewLine const instead of static readonly 2024-10-26 13:42:55 -04:00
Brian Fiete
1226810984 UTF8 changes to consistently use int8 for codepoint widths 2024-10-26 06:25:39 -04:00
Brian Fiete
0e2f49fd12 Wasm test attribute fix 2024-10-26 06:24:22 -04:00
Brian Fiete
1f539595e0 Added TCP_NODELAY 2024-10-25 17:20:12 -04:00
Brian Fiete
31746c1f19 Wasm calling convention fixes. IDEHelper/Tests runs on wasm now. 2024-10-25 11:20:01 -04:00
Brian Fiete
c0ebcc8fda Test support in wasm 2024-10-25 07:41:53 -04:00
Brian Fiete
c12c1bf9f9 Added HasMultibyteChars properties 2024-10-24 14:58:36 -04:00
Brian Fiete
9501ee2c22 Added more Alt methods 2024-10-24 14:56:28 -04:00
Brian Fiete
58ef18735c Fixed NoRT 2024-10-23 11:23:56 -04:00
Brian Fiete
65ee34e37b Added object access check to delegate invocation 2024-10-23 10:36:27 -04:00
Brian Fiete
4a819762e6 Unbuffering stdout 2024-10-22 12:48:14 -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
691c147089 Fixed race in Environment.OperatingSystem and CultureInfo.NumberFormat 2024-10-19 05:00:06 -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
4ff1107e7b 32-bit warning fix 2024-09-25 11:38:46 -04:00
Brian Fiete
861913d591 Changed GrowUnitialized to NoShow 2024-09-19 12:43:36 -04: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
5e2f036918 FFI invocation fix where data conversion is required 2024-09-09 15:13:55 -04:00
Brian Fiete
b7e47027c3 Made more Dictionary members protected instead of private 2024-09-09 11:13:17 -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
ESH
01a45c9371 Make Dictionary<TKey, TValue>.Entry protected. 2024-09-09 15:41:05 +02:00
zkw
8f9143a21c Implement xdg-desktop-portal for Linux dialogs 2024-09-08 23:48:10 +02:00
Brian Fiete
5a31cc35ba Generic CopyTo length fix 2024-08-25 16:34:12 -04:00
Brian Fiete
9f7793a870 Fixed CopyTo methods with Span destinations 2024-08-25 13:42:56 -04:00