1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 19:18:01 +02:00
Beef/BeefLibs/corlib/src
2024-02-14 05:26:03 -05:00
..
Collections Added additional Span length asserts. Added Reversed to List 2023-10-15 07:56:44 -07:00
Diagnostics Process attach improvements 2023-01-13 07:00:11 -05:00
FFI Increase StaticInitPriority of FFIType 2022-03-03 22:40:21 -03:00
Globalization Rework hex parsing flags. New 'Hex' flag, 'AllowHexSpecifier' allows hex 2023-06-22 07:52:43 -04:00
IO Made 'Align' work for both reading as well as writing 2023-12-24 07:04:04 -05:00
Net Added out sockAddrs for Connect/AcceptFrom 2024-01-01 05:49:45 -05:00
Numerics Remove old extern methods from SSE 2023-04-02 15:11:09 +02:00
Reflection Fixed comptime reflected static field accesses 2024-01-22 08:12:15 -05:00
Runtime/CompilerServices Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Security/Cryptography added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
Text Fixed UTF16/32 encoding issues regarding null termination 2022-04-22 18:34:17 -07:00
Threading Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00
Allocator.bf SingleAllocator typo fix 2022-09-07 15:36:16 -07:00
Array.bf Corlib helper methods 2022-08-26 15:42:35 -07:00
AsyncCallback.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Attribute.bf Add more constructors to ObsoleteAttribute 2023-01-13 18:06:15 -03: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 Cast fix 2023-10-10 11:55:36 -07: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 Added Compiler.Align 2022-08-28 07:41:35 -07:00
Console.bf ReadLine restore consolemode fix 2024-01-08 10:07:14 -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 Delegate comparison expansion, hashable, == operator 2022-02-15 09:31:23 -05:00
Double.bf Add ability to get min/max values for generic floating point 2024-02-09 18:52:32 -06:00
Enum.bf Add Type overloads to Enum methods 2022-11-22 17:17:14 -03:00
Environment.bf Added System.Environment.ModuleHandle 2022-05-13 11:53:39 -07: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 Add ability to get min/max values for generic floating point 2024-02-09 18:52:32 -06:00
GC.bf Deleted-object fix for MarkAppendedObject 2022-07-05 15:28:34 -07: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 Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06: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 Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Int64.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Internal.bf Merge pull request #1536 from eveningstarinc/hunterbridges/RemoveVAListWorkaround 2022-07-06 06:33:24 -07: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 Hide internal generated methods from reflection, fix ctor/dtor names 2023-10-10 13:20:35 -07:00
Lazy.bf Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00
LittleEndian.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Math.bf RadiansToDegrees/DegreesToRadians 2023-02-23 05:57:54 -05: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 Fixed nullable null coalescing short circuiting 2022-08-03 07:54:35 -07:00
NumberFormatter.bf Fix for string Length-setting (trim-only) assert 2021-09-06 07:17:33 -07:00
Object.bf Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
OperatingSystem.bf Support for comptime file IO and process creation 2021-12-20 09:39:39 -05:00
Platform.bf Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00
PlatformID.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Pointer.bf Added 'A' address format specifier 2020-06-05 07:23:46 -07: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 Numeric ToString/Parse fixes 2022-02-15 17:28:12 -05:00
Range.bf Added additional Span length asserts. Added Reversed to List 2023-10-15 07:56:44 -07:00
Result.bf Added 'new' to methods 2022-06-28 06:37:57 -07:00
Runtime.bf Add Runtime.Features to detect SIMD instruction set 2023-04-02 15:03:46 +02:00
SizedArray.bf Fixed ToString of tuples with sized array members 2024-02-14 05:26:03 -05:00
Span.bf Added additional Span length asserts. Added Reversed to List 2023-10-15 07:56:44 -07:00
String.bf Improved right-cursor movement over utf8 codepoints 2024-01-22 08:39:53 -05: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 Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
Test.bf Added Runtime.AddErrorHandler 2022-02-11 08:12:30 -05:00
TimeSpan.bf Added subtract operator to TimeSpan 2022-07-01 08:13:45 -07:00
TimeZoneInfo.bf Fix for deleting TimeZoneInfo.Utc on non-Windows 2023-05-04 10:21:44 -07:00
Type.bf Fixed comptime reflected static field accesses 2024-01-22 08:12:15 -05:00
UInt.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06: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 Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
UInt64.bf Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
ValueType.bf Better enum autocomplete hygiene 2022-06-24 06:45:35 -07:00
Variant.bf Improved boxed value support in attribute data 2023-10-10 10:36:04 -07:00
Version.bf added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
Void.bf Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
WebAssembly.bf allow zero arguments 2023-08-06 21:58:28 +02:00
Windows.bf Switch some captures to '?' 2023-03-17 08:39:05 -07:00