Brian Fiete
|
d37c515644
|
Merge pull request #1732 from disarray2077/patch-5
Fix ConvertTo with TypedPrimitive parameter
|
2022-10-06 11:32:39 -04:00 |
|
disarray2077
|
03f7b62c10
|
Fix ConvertTo with TypedPrimitive parameter
|
2022-10-06 12:04:49 -03:00 |
|
disarray2077
|
394bcd82d3
|
Fix IsSubtypeOf with TypedPrimitive parameter
|
2022-10-06 11:50:20 -03:00 |
|
Brian Fiete
|
fd4ea4e650
|
Fixed Unescape hex decoding
|
2022-09-20 11:24:17 -07:00 |
|
Brian Fiete
|
e25549061c
|
Added mut
|
2022-09-14 07:14:32 -07:00 |
|
MineGame159
|
5fc52fb01f
|
Fix StructuredData.ObjectToString()
|
2022-09-11 13:35:07 +02:00 |
|
Brian Fiete
|
17dc755ee7
|
SingleAllocator typo fix
|
2022-09-07 15:36:16 -07:00 |
|
Brian Fiete
|
cc3fe5e40c
|
Allow FlexibleArray with union array data
|
2022-08-28 10:48:56 -07:00 |
|
Brian Fiete
|
8aef7275d0
|
Added Compiler.Align
|
2022-08-28 07:41:35 -07:00 |
|
Brian Fiete
|
ec4ccb2e9c
|
Added GetAllocSize to FlexibleArrayAttribute
|
2022-08-28 06:57:02 -07:00 |
|
Brian Fiete
|
9ba19e4cd7
|
Added System.Interop.FlexibleArrayAttribute
|
2022-08-28 06:49:35 -07:00 |
|
Brian Fiete
|
94377d8cda
|
Fixed name
|
2022-08-27 09:55:46 -07:00 |
|
Brian Fiete
|
c1266d2422
|
Added System.Interop.FlexibleArary<>
|
2022-08-27 09:24:46 -07:00 |
|
Brian Fiete
|
db73305d2c
|
Merge remote-tracking branch 'origin/master'
|
2022-08-26 15:42:47 -07:00 |
|
Brian Fiete
|
74b73e5dc8
|
Corlib helper methods
|
2022-08-26 15:42:35 -07:00 |
|
m910q
|
c534afecf9
|
Created overload for Socket.Listen() with address
|
2022-08-26 19:42:16 +02:00 |
|
m910q
|
7d26c115bb
|
Default Socket.Listen() IP to 127.0.0.1
|
2022-08-26 18:55:32 +02:00 |
|
m910q
|
469a81afb9
|
Require listen IP when calling Socket.Listen()
|
2022-08-26 18:12:57 +02:00 |
|
m910q
|
9c1ef2203f
|
Fixed Socket.Select() timeout on Linux
|
2022-08-26 17:11:57 +02:00 |
|
m910q
|
30c05a2e11
|
Added support for Socket.Select() under Linux
|
2022-08-26 05:01:02 +02:00 |
|
Brian Fiete
|
2e9174be8d
|
Improved resizing when UI scale changes
|
2022-08-24 07:42:57 -07:00 |
|
Brian Fiete
|
77a99bdacc
|
Sized array .InitAll elemented initializer
|
2022-08-23 12:07:02 -07:00 |
|
Brian Fiete
|
05e002d8f5
|
Used file-scoped namespace
|
2022-08-23 11:26:34 -07:00 |
|
Brian Fiete
|
ed60e27909
|
Merge pull request #1684 from disarray2077/patch-1
Fix `Variant.Get<T>()` Crash
|
2022-08-23 15:15:21 +02:00 |
|
disarray2077
|
26ea7e36d5
|
Fix Variant<T>.Get<T>() Crash
|
2022-08-14 19:48:53 -03:00 |
|
Simon Lübeß
|
6884b9fc21
|
Merge branch 'master' into BookmarkPanel
|
2022-08-13 18:02:49 +02:00 |
|
Brian Fiete
|
dfd443d68b
|
Fixed String(StringView) ctor
|
2022-08-04 08:46:43 -07:00 |
|
Brian Fiete
|
05c2e1587c
|
Copy/cut/paste support for workspace files and folders
|
2022-08-04 08:19:01 -07:00 |
|
Brian Fiete
|
2c439092c3
|
Added append ctor taking Span<T>
|
2022-08-03 08:38:39 -07:00 |
|
Brian Fiete
|
e6352571c1
|
Fixed nullable null coalescing short circuiting
|
2022-08-03 07:54:35 -07:00 |
|
Brian Fiete
|
837184e674
|
Fixed Event<T> when allocator doesn't align (64-bit)
|
2022-07-27 13:46:08 -04:00 |
|
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 |
|