1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 17:48:01 +02:00
Beef/BeefLibs/corlib/src
2025-02-18 09:15:44 -08:00
..
Collections Win32 hashcode fix 2025-01-27 09:53:54 -08:00
Diagnostics Added reflected TypeDeclaration support for comptime 2025-01-14 10:16:46 -08:00
FFI Static init priority changes, Platform hooking 2025-01-17 10:17:19 -08:00
Globalization Fixed race in Environment.OperatingSystem and CultureInfo.NumberFormat 2024-10-19 05:00:06 -04:00
IO Allow 'DisableChecks' to remove append dtor check 2025-01-29 06:54:09 -08:00
Net Added TCP_NODELAY 2024-10-25 17:20:12 -04:00
Numerics Remove old extern methods from SSE 2023-04-02 15:11:09 +02:00
Reflection Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
Runtime/CompilerServices Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Security/Cryptography Add GetHashCode to SHA256 2024-08-14 16:46:34 -04:00
Text Static init priority changes, Platform hooking 2025-01-17 10:17:19 -08:00
Threading Implemented IsBackground. Added GC.Disable 2025-01-18 17:40:48 -08:00
Allocator.bf Proper constraint for alloctype(T) : delete 2025-01-16 07:46:56 -08:00
Array.bf Generic CopyTo length fix 2024-08-25 16:34:12 -04:00
AsyncCallback.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Attribute.bf Added ZeroGap to AllowAppend 2025-01-27 09:17:45 -08:00
BitConverter.bf Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Bitfield.bf Update leading zeros based on bitSize 2023-07-24 22:00:04 +02:00
Boolean.bf added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
BumpAllocator.bf AllocTyped fix when leak check is disabled 2024-11-06 12:38:20 -05:00
Char8.bf Add ICharacter interface 2021-12-04 14:32:44 -03:00
Char16.bf Add ICharacter interface 2021-12-04 14:32:44 -03:00
Char32.bf Add ICharacter interface 2021-12-04 14:32:44 -03:00
Compiler.bf Inference of tuple 'params T` 2025-02-18 07:56:02 -08:00
Console.bf Update Console.bf 2025-01-14 09:48:08 -05:00
ConsoleColor.bf Fixed colors 2020-05-06 05:09:35 -07:00
DateTime.bf Fixed DateTime subtractions with TimeSpan 2022-04-03 19:03:12 +02:00
DateTimeKind.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
DateTimeOffset.bf Fixed int-lowered structs with immutable methods in LLVM 2020-03-12 05:40:36 -07:00
DayOfWeek.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Delegate.bf Added object access check to delegate invocation 2024-10-23 10:36:27 -04:00
Double.bf Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Enum.bf Added Compiler.Identifier.GetSourceName 2024-04-28 07:55:39 -04:00
Environment.bf Make Environment.NewLine const instead of static readonly 2024-10-26 13:42:55 -04:00
Event.bf Fixed Event<T> when allocator doesn't align (64-bit) 2022-07-27 13:46:08 -04:00
EventArgs.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
EventHandler.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Float.bf Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
GC.bf Implemented IsBackground. Added GC.Disable 2025-01-18 17:40:48 -08:00
Guid.bf added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
HashCode.bf Temporary occasional error fix 2024-02-13 06:05:48 -05:00
IAsyncResult.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IComparable.bf Make IFloating infer INumeric 2022-01-15 08:53:09 -05:00
IEquatable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IFormatProvider.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IFormattable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IHashable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IMinMaxValue.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Int.bf Fixed IDE "Find on Stack" functionality 2024-11-20 11:32:56 -05:00
Int8.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Int16.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Int32.bf Integer ToString no longer need zeroed buffer 2025-01-13 20:30:03 +01:00
Int64.bf Integer ToString no longer need zeroed buffer 2025-01-13 20:30:03 +01:00
Internal.bf Allow 'DisableChecks' to remove append dtor check 2025-01-29 06:54:09 -08:00
Interop.bf Allow FlexibleArray with union array data 2022-08-28 10:48:56 -07:00
IParseable.bf added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
IPrintable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IRefCounted.bf Added ZeroGap to AllowAppend 2025-01-27 09:17:45 -08:00
Lazy.bf Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00
Linux.bf Implement xdg-desktop-portal for Linux dialogs 2024-09-08 23:48:10 +02:00
LittleEndian.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Math.bf Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
MethodReference.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
MidpointRounding.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Native.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Nullable.bf Added out version of TryGetValue 2024-06-17 06:32:36 +02:00
NumberFormatter.bf Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Object.bf NoShow for IsDeleted 2025-01-18 09:31:38 -08:00
OperatingSystem.bf Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Platform.bf NoRT fix 2025-01-17 11:53:05 -08:00
PlatformID.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Pointer.bf System.Pointer ToString fix 2025-01-21 08:46:03 -08:00
Predicate.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
PropertyBag.bf DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Random.bf Static init priority changes, Platform hooking 2025-01-17 10:17:19 -08:00
Range.bf Range<T> now supports non-int ranges 2024-02-27 10:55:02 -05:00
Result.bf Added 'new' to methods 2022-06-28 06:37:57 -07:00
Runtime.bf Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
SizedArray.bf Fixed ToString of tuples with sized array members 2024-02-14 05:26:03 -05:00
Span.bf Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
StaticHookAttribute.bf Removed AlwaysIncludeTarget from StaticHook 2025-01-17 11:44:33 -08:00
String.bf AppendF null fix 2025-02-18 09:15:44 -08:00
StringComparison.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
StringSplitOptions.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
System.bf Deprecating StackStringFormat 2024-12-31 14:15:12 -08:00
Test.bf Fix DoPopulateType_CeCheckEnum 2024-04-28 11:29:49 -04:00
TimeSpan.bf Added subtract operator to TimeSpan 2022-07-01 08:13:45 -07:00
TimeZoneInfo.bf Static init priority changes, Platform hooking 2025-01-17 10:17:19 -08:00
Tuple.bf Expanding support for params in delegates, params tuple support 2025-02-16 11:36:14 -08:00
Type.bf More 'if (Compiler.IsComptime)' protections 2025-02-18 08:49:20 -08:00
UInt.bf Fixed IDE "Find on Stack" functionality 2024-11-20 11:32:56 -05:00
UInt8.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
UInt16.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
UInt32.bf Integer ToString no longer need zeroed buffer 2025-01-13 20:30:03 +01:00
UInt64.bf Integer ToString no longer need zeroed buffer 2025-01-13 20:30:03 +01:00
ValueType.bf Better enum autocomplete hygiene 2022-06-24 06:45:35 -07:00
Variant.bf Variant TryGet 2024-02-22 06:52:11 -05:00
Version.bf added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
Void.bf Void hashable, fixes zero or one element enum hashing 2025-01-14 13:10:20 -08:00
WebAssembly.bf allow zero arguments 2023-08-06 21:58:28 +02:00
Windows.bf Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00