1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-18 16:10:26 +02:00
Beef/BeefLibs/corlib/src
2020-07-08 07:34:15 -07:00
..
Collections Added multi-line custom build command 2020-06-22 08:49:23 -07:00
Diagnostics Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
FFI Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Globalization Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
IO Disallow object-to-void* casting. Lowering fixes. Variant fixes. 2020-06-23 07:32:53 -07:00
Net Fix for #332 2020-06-06 14:40:46 +03:00
Reflection Fixed CreateObject in release mode 2020-07-08 07:34:15 -07:00
Runtime/CompilerServices Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Security/Cryptography Removed sized array initialization from tuples 2020-02-28 13:58:12 -08:00
Text Fixed UTF8 error 2020-06-05 10:25:22 -07:00
Threading Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Allocator.bf Adding StdAllocator 2020-06-16 10:33:52 -07:00
Array.bf Allow binary search with alt key 2020-06-21 07:51:21 -07:00
AsyncCallback.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Attribute.bf Changed text 2020-05-29 10:10:46 -07:00
BitConverter.bf Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Boolean.bf Bool Parse 2020-05-26 20:56:19 +01:00
BumpAllocator.bf Moving IRawAllocator 2020-06-16 10:34:09 -07:00
Char8.bf Made GetHashCode public for primitives 2020-02-18 08:41:14 -08:00
Char16.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Char32.bf Made GetHashCode public for primitives 2020-02-18 08:41:14 -08:00
Console.bf Revamp Stdcall 2020-05-25 20:46:28 +08:00
ConsoleColor.bf Fixed colors 2020-05-06 05:09:35 -07:00
DateTime.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07: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 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Double.bf Added IOpMultiplicable and IOpDividable, fixed Double not implementing IOpAddable and IOpSubtractable 2020-06-05 15:46:31 +02:00
Enum.bf Reflection fixes for static values 2020-07-06 09:55:19 -07:00
Environment.bf Added Exit 2020-06-20 09:49:47 -07:00
Event.bf Renaming params with 'own' prefix to denote ownership transfer 2020-05-07 05:47:18 -07: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 Added IOpMultiplicable and IOpDividable, fixed Double not implementing IOpAddable and IOpSubtractable 2020-06-05 15:46:31 +02:00
GC.bf Fixed comment about default 2020-06-16 10:21:37 -07:00
Guid.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IAsyncResult.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IComparable.bf Added IOpMultiplicable and IOpDividable, fixed Double not implementing IOpAddable and IOpSubtractable 2020-06-05 15:46:31 +02: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
Int.bf Parse fixes 2020-07-03 06:50:25 -07:00
Int8.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
Int16.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
Int32.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
Int64.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
Internal.bf Fixes to SetDeleted 2020-05-18 08:30:42 -07:00
IPrintable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IRefCounted.bf Enhanced var capabilities for scripts and building 2020-05-21 11:47:15 -07:00
LittleEndian.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Math.bf Fixed rounding 2020-04-28 09:57:32 -07: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 comparisons 2020-06-25 10:07:57 -07:00
NumberFormatter.bf Fixed double formatting 2020-06-20 05:14:06 -07:00
Object.bf Improved Object.ToString for boxed values 2020-07-06 09:07:17 -07:00
OperatingSystem.bf Revamp Stdcall 2020-05-25 20:46:28 +08:00
Platform.bf Revamp Stdcall 2020-05-25 20:46:28 +08: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 Fixes while working on ref for dictionary 2020-05-01 09:12:50 -07:00
Random.bf Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Result.bf Fixed error string 2020-05-13 07:39:56 -07:00
Runtime.bf Fixed issues using object flags on on-debug default alloc 2020-05-15 10:33:56 -07:00
SizedArray.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Span.bf Added concept of strict equality 2020-06-17 05:13:53 -07:00
String.bf Added RefType, changed how CRepr types are represented 2020-07-02 11:05:17 -07: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 Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Test.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
TimeSpan.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
TimeZoneInfo.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Tuple.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Type.bf Reflection fixes on Win32 2020-07-06 17:58:46 -07:00
UInt.bf Parse fixes 2020-07-03 06:50:25 -07:00
UInt8.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
UInt16.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
UInt32.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
UInt64.bf Merge pull request #329 from MineGame159/master 2020-06-05 07:03:20 -07:00
ValueType.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Variant.bf Added GetFieldReference, ability to explicitly reference in Variant 2020-07-06 09:09:28 -07:00
Version.bf Minor changes to bring into standard style 2020-05-06 05:31:05 -07:00
Void.bf Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Windows.bf More ACL support 2020-06-05 14:17:25 -07:00