1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Commit graph

684 commits

Author SHA1 Message Date
Brian Fiete
69739d9329
Merge pull request #1630 from disarray2077/linux_fixes
Make `GetLocalTimeZoneFromTzFile` not crash and add willdcard check to `BfpFindFileData_CheckFilter`
2022-07-06 13:22:06 -07:00
Brian Fiete
429cde7cdb
Merge pull request #1629 from disarray2077/fix_toscoped
Also use `c_wchar` in `StringView.ToScopedNativeWChar`
2022-07-06 06:34:24 -07:00
Brian Fiete
77cbd238bf
Merge pull request #1536 from eveningstarinc/hunterbridges/RemoveVAListWorkaround
Remove ToVAListPtr workaround
2022-07-06 06:33:24 -07:00
Brian Fiete
61d4eb8116 Deleted-object fix for MarkAppendedObject 2022-07-05 15:28:34 -07:00
disarray2077
95bd231444 Return Utc in GetLocalTimeZoneFromTzFile 2022-07-04 23:39:52 -03:00
disarray2077
14b0af7f22 Also use c_wchar in StringView.ToScopedNativeWChar 2022-07-04 23:37:46 -03:00
Brian Fiete
a27ef9beda Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00
Brian Fiete
cba96f74ab Added subtract operator to TimeSpan 2022-07-01 08:13:45 -07:00
Brian Fiete
3b711932ec Added ITypedAllocator, SingleAllocator 2022-06-29 07:18:01 -07:00
Brian Fiete
d27b64b2d8
Merge pull request #1614 from disarray2077/patch-13
Implement `String.Split` with StringView separators
2022-06-28 10:39:40 -07:00
Brian Fiete
31608be8a9 Changed sharing in File.ReadAll 2022-06-28 10:00:09 -07:00
Brian Fiete
05ef084a53 Added 'new' to methods 2022-06-28 06:37:57 -07:00
disarray2077
3546d28b36
Use better names in split enumerators 2022-06-27 21:57:06 -03:00
disarray2077
d8460952da
Use simpler design for split enumerators 2022-06-27 21:11:50 -03:00
Brian Fiete
f015a6154a Fixed MarkAppendedObject 2022-06-27 14:04:01 -07:00
Brian Fiete
d6af5b826f Fixed protection 2022-06-27 11:28:47 -07:00
Brian Fiete
1d2811f50d Appended fields 2022-06-27 10:55:31 -07:00
disarray2077
ad67888158
Add back missing methods 2022-06-27 13:10:22 -03:00
disarray2077
1fe92894b7
Implement String.Split with string separators 2022-06-27 12:34:57 -03:00
Brian Fiete
0cf3e2283d Cache sized array length during typeref resolution 2022-06-24 07:35:02 -07:00
Brian Fiete
20c88dfeb0 Better enum autocomplete hygiene 2022-06-24 06:45:35 -07:00
Brian Fiete
0975e24f8e SplitList SoA prototype 2022-06-23 14:38:33 -07:00
Brian Fiete
439b34f7c2 Changed Count/MinValue/MaxValue from properties to methods 2022-06-23 13:37:15 -07:00
Brian Fiete
af7a670198 Range<T> 2022-06-23 11:53:33 -07:00
Brian Fiete
2a55b5c7bb Support System.Compiler values in comptime, SetReturnType, Enum helpers 2022-06-23 11:53:21 -07:00
Brian Fiete
ca81fd14c2 Fixed AppendF implicit index with width specifier 2022-06-23 05:21:32 -07:00
Brian Fiete
36a8c2c6ae Added '->' support to nullables and Result<T> 2022-06-22 12:06:40 -07:00
Brian Fiete
abd511a93d Added '->' operator, static indexer fix, RefCounted<T> 2022-06-22 08:35:25 -07:00
Brian Fiete
86fdca03db Renamed mPtr to mPtrOrBuffer 2022-06-11 05:58:24 -07:00
Brian Fiete
931e29a1f3 Fixed invalid ptr in String.Equal(StringView) 2022-06-11 05:47:22 -07:00
Brian Fiete
f8083037f9 Fixed static init ordering issue with DbgRawAllocData.Unmarked<T> 2022-06-04 13:16:20 -07:00
Brian Fiete
fd92b4ba93 Fixed CreateObject append alloc for non-debug-gc 2022-06-02 10:56:29 -07:00
Brian Fiete
949bc209d3 Fixed error with VERSION_QUEUE (ie: in Paranoid builds) 2022-06-01 16:42:56 -07:00
Brian Fiete
d2ed047ebc Fix version increment in zero-sized clear 2022-06-01 11:01:29 -07:00
Brian Fiete
f29a74888c Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
Brian Fiete
75333a0928 Improved circular mixin check, isconst(expr), [ConstSkip] 2022-05-30 11:40:49 -07:00
Brian Fiete
eaed87e1b7 Fixed IsReadOnly 2022-05-30 10:45:00 -07:00
Brian Fiete
1311c8fa09
Merge pull request #1578 from disarray2077/patch-12
Allow appending Object to String
2022-05-30 06:21:10 -07:00
Brian Fiete
996377909f Added IsReadOnly to FieldInfo and MethodInfo 2022-05-30 06:20:47 -07:00
disarray2077
d77e1b5650
Allow appending object to String 2022-05-29 20:55:42 -03:00
Brian Fiete
087a129007 Improved cwd handling in comptime, generator file/folder edit 2022-05-27 12:20:11 -07:00
Brian Fiete
bbd0fe8779 Added HasCustomAttribute to MethodInfo/FieldInfo 2022-05-26 06:43:09 -07:00
Brian Fiete
470ce96bb9 Improved default float printing, added 'R' roundtrip format 2022-05-24 11:17:23 -07:00
Brian Fiete
b9ab8214d2 Remove Thread.Interrupt 2022-05-24 07:28:21 -07:00
Brian Fiete
1b9e0490f2 Embedded string view in watch window, series watch format 2022-05-18 13:23:10 -07:00
Brian Fiete
0ef11a89dc Improved Parse 2022-05-17 12:22:28 -07:00
Brian Fiete
e87bf5b029 UpdateF, dx reinit 2022-05-15 08:00:55 -07:00
Brian Fiete
fb1f538d15 Added System.Environment.ModuleHandle 2022-05-13 11:53:39 -07:00
Brian Fiete
0918c702c6 Added AutoStopwatchPerf 2022-04-30 07:33:23 -07:00
Brian Fiete
cf6ade5e45 Fixed UTF16/32 encoding issues regarding null termination 2022-04-22 18:34:17 -07:00