Brian Fiete
2746a53839
Process attach improvements
2023-01-13 07:00:11 -05:00
Brian Fiete
0918c702c6
Added AutoStopwatchPerf
2022-04-30 07:33:23 -07:00
Brian Fiete
168d47a865
Make Queue methods more similar to List
2022-02-22 07:13:26 -08:00
Brian Fiete
657a64f59c
Added Runtime.AddErrorHandler
2022-02-11 08:12:30 -05:00
m910q
80f72fd35e
Fix for Debug.WriteLine() - Avoid potential String reallocation
...
Debug.WriteLine() no longer reallocate its scoped String when appending a newline.
This only happened when the StringView length matches the buffersize in the String.
2022-01-06 22:10:52 +01:00
Brian Fiete
7c03f5e2cd
Added CPU usage to profiler thread list
2021-12-28 08:30:33 -05:00
Brian Fiete
ce4b6e04de
Support for comptime file IO and process creation
2021-12-20 09:39:39 -05:00
Brian Fiete
b81c7ef4bf
StringView Write
2021-11-02 09:56:31 -07:00
miere43
c0b787cbf0
Fix incorrect search & replace for "char => char8" in comments
2021-10-30 00:11:37 +03:00
EinBurgbauer
46b5bfce1e
made static only stuff a static class
2021-05-17 15:01:49 +02:00
Brian Fiete
71f677d902
Fixed errors during qualified static field reference
2021-01-22 08:50:21 -08:00
Brian Fiete
f9b9b15214
DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues
2021-01-04 04:56:44 -08:00
Brian Fiete
6bb363fb4b
CTFE updates, including heap support
2020-12-17 04:51:05 -08:00
Brian Fiete
72411118c2
Added safe mode
2020-10-15 10:44:29 -07:00
Brian Fiete
06f6c41679
Debug Break,SafeBreak,IsDebuggerPresent. [NoDebug]
2020-10-10 07:08:30 -07:00
Brian Fiete
30ae7eef61
Ambiguous call fix
2020-10-08 12:48:24 -07:00
Brian Fiete
25f44ae133
Added System.Compiler compile-time values
2020-09-04 08:09:04 -07:00
Brian Fiete
43660fb633
WriteLine now only issues a single Write call
2020-08-31 07:29:26 -07:00
Brian Fiete
61d9edea83
Added CallingConvention support, mangle specifying
2020-05-04 07:15:38 -07:00
Brian Fiete
dbd9b32e3f
Renamed System.Collections.Generic to System.Collections
2020-04-29 06:40:03 -07:00
Brian Fiete
19e53801f1
Enhanced Write/WriteLine
2020-03-25 09:17:53 -07:00
Brian Fiete
14ac27c977
Removed 'internal' protection - it's all about [Friend] now
2020-03-09 06:34:16 -07:00
Brian Fiete
7ad6df2c6e
Fixed spelling mistake
2020-02-08 06:12:04 -08:00
Brian Fiete
7dbfd15292
Moving corlib files out of "System" directory into root
2019-09-19 05:46:35 -07:00