Brian Fiete
|
8e755a86bc
|
Merge pull request #1656 from disarray2077/patch-16
Add assert to Span<T>.RemoveFromEnd
|
2022-07-24 14:04:48 -04:00 |
|
Brian Fiete
|
57cb170c38
|
Allow Object_GetType on deleted object
|
2022-07-23 12:58:31 -04:00 |
|
disarray2077
|
cfee95caf9
|
Add assert to Span<T>.RemoveFromEnd
|
2022-07-22 17:37:54 -03:00 |
|
Brian Fiete
|
4ea28022bf
|
Use SetFolder instead of SetDefaultFolder
|
2022-07-16 09:55:17 -04:00 |
|
Brian Fiete
|
b2b964489e
|
Fixed append alignment with unaligned stomp allocator
|
2022-07-16 06:03:35 -04:00 |
|
Brian Fiete
|
4c2530e227
|
Serialize IDE collapse state
|
2022-07-12 05:53:22 -04:00 |
|
Brian Fiete
|
90de4fd2ea
|
modff failover
|
2022-07-10 16:10:11 -04:00 |
|
disarray2077
|
c33b1a7e5b
|
Allow StringView to be created from null
|
2022-07-09 13:21:46 -03:00 |
|
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
|
6ded6a37cc
|
Improved emit marker resolve/build selection, emitted Go To Definition
|
2022-07-02 10:32:19 -07:00 |
|
disarray2077
|
61961d71e1
|
Fix LoadTextFile failure when in autoRetry
|
2022-07-01 15:31:45 -03: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
|
74168a55d5
|
Zip address fix
|
2022-06-14 10:24:54 -07:00 |
|
Brian Fiete
|
ab494ad8d4
|
Improve emit views where compile and resolve emissions differ
|
2022-06-13 08:52:17 -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 |
|
Simon Lübeß
|
09c31d5db1
|
Added buttons to BookmarksPanel
|
2022-06-09 18:23:57 +02:00 |
|
Simon Lübeß
|
b3787313be
|
Start of Bookmarkspanel
|
2022-06-08 20:24:59 +02:00 |
|
Brian Fiete
|
c769508f0d
|
Fixed buffer address calculation
|
2022-06-06 08:23:30 -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 |
|