1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 16:40:26 +02:00
Beef/BeefLibs/corlib/src
2021-05-20 06:33:28 -04:00
..
Collections Simpler ContainsValue 2021-05-20 06:33:07 -04:00
Diagnostics made static only stuff a static class 2021-05-17 15:01:49 +02:00
FFI Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Globalization Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
IO ReadStrSized32 2021-05-20 06:33:28 -04:00
Net Fixed Blocking setter 2020-07-27 13:58:40 -07:00
Numerics More SIMD work 2020-08-27 10:11:42 -07:00
Reflection Added @return support 2021-01-16 12:35:51 -08:00
Runtime/CompilerServices Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Security/Cryptography Additional 3d support 2021-05-12 07:24:29 -04:00
Text made static only stuff a static class 2021-05-17 15:01:49 +02:00
Threading Fixed errors during qualified static field reference 2021-01-22 08:50:21 -08:00
Allocator.bf Adding StdAllocator 2020-06-16 10:33:52 -07:00
Array.bf Stream buffering 2021-04-11 07:04:17 -04:00
AsyncCallback.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Attribute.bf Support for obsolete/error/warning on property declaration 2021-01-21 05:56:17 -08: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 Spelling fix 2020-10-09 08:42:32 -07:00
Char8.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Char16.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Char32.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Compiler.bf Comptime method reflection, method entry/exit emission 2021-01-13 05:09:09 -08:00
Console.bf Test improvements (continue after fail, console output, error location) 2020-12-29 09:23:00 -08:00
ConsoleColor.bf Fixed colors 2020-05-06 05:09:35 -07:00
DateTime.bf Fixed operator precedence issues 2020-10-07 07:47:08 -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 ToString fix 2021-01-26 06:34:42 -08:00
Enum.bf Added 'interface' and 'enum' constraints 2020-11-10 05:44:23 -08:00
Environment.bf Added Exit 2020-06-20 09:49:47 -07:00
Event.bf Support for file dragging in workspace panel 2021-01-03 11:51:53 -08: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 Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
GC.bf GC fix 2020-08-31 11:33:11 -07:00
Guid.bf Added some Commutable attributes 2020-12-04 07:45:42 -08:00
IAsyncResult.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IComparable.bf Deprecating IOp* interfaces 2020-08-10 13:27:48 -07: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 Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int8.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int16.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int32.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int64.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Internal.bf varargs fixes 2021-01-22 13:20:17 -08:00
Interop.bf Start of package management 2021-02-25 08:10:21 -08: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 More extern constraints work 2020-08-10 17:02:48 -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 Removed '=' in generic constraints 2021-01-15 14:59:02 -08:00
NumberFormatter.bf Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
Object.bf Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
OperatingSystem.bf Revamp Stdcall 2020-05-25 20:46:28 +08:00
Platform.bf Additional 3d support 2021-05-12 07:24:29 -04: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 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 made static only stuff a static class 2021-05-17 15:01:49 +02:00
SizedArray.bf Added 'in' parameter support 2021-01-27 09:01:47 -08:00
Span.bf Added IEnumerable<T> conformance 2020-12-26 17:37:26 -08:00
String.bf Adds implicit Span<char8> operator to String 2021-01-03 21:07:34 -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 collection item dispose mixins, string specific list 2021-05-17 14:22:26 +02:00
Test.bf Stream buffering 2021-04-11 07:04:17 -04:00
TimeSpan.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
TimeZoneInfo.bf DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Type.bf Added @return support 2021-01-16 12:35:51 -08:00
UInt.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
UInt8.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
UInt16.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
UInt32.bf Fix ToString formatting for uint32 (cascading to uint16, uint8 and uint) 2020-10-28 23:17:51 +01:00
UInt64.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
ValueType.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Variant.bf Added some Commutable attributes 2020-12-04 07:45:42 -08: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 Merge remote-tracking branch 'origin/master' 2021-04-11 07:04:23 -04:00