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 |
|
Hunter Bridges
|
e7a894f901
|
Remove ToVAListPtr workaround
|
2022-04-17 18:31:19 -07:00 |
|
Brian Fiete
|
6a8bbd1240
|
Added GetGenericArgType to MethodInfo
|
2022-04-17 12:43:49 -07:00 |
|
Brian Fiete
|
cc4e2aa81d
|
Interop type fixes
|
2022-04-16 13:23:20 -07:00 |
|
Brian Fiete
|
7aabf04e40
|
Merge pull request #1525 from eveningstarinc/hunterbridges/VAListFix
VarArgs multiplatform compatibility tweak
|
2022-04-16 09:42:35 -07:00 |
|
Brian Fiete
|
f9b7c5d972
|
Merge pull request #1510 from m910q/FixDateTimeSubtraction
Fixed DateTime subtractions with TimeSpan
|
2022-04-16 09:39:54 -07:00 |
|
Brian Fiete
|
54e02c59cd
|
Added ConstEval to Compiler.Assert
|
2022-04-16 07:16:35 -07:00 |
|
Hunter Bridges
|
0618278b36
|
Fix ToVAListPtr return type
|
2022-04-15 19:46:59 -07:00 |
|
Hunter Bridges
|
035d4e507f
|
VarArgs multiplatform compatibility tweak
- Increased size of VarArgs.mVAList on non-Windows platforms
- Add ToVAListPtr() which returns &mVAList on all platforms
|
2022-04-15 18:21:43 -07:00 |
|
m910q
|
1b646b091c
|
Fixed DateTime subtractions with TimeSpan
TimeSpan subtractions on DateTime was adding instead of subtracting.
|
2022-04-03 19:03:12 +02:00 |
|
EinBurgbauer
|
bc58960a9d
|
make console write take stringview consistently
|
2022-04-02 10:42:10 +02:00 |
|
disarray2077
|
9c6afa8134
|
Fix TypeOf TypeCode in AttributeInfo.bf
|
2022-03-26 11:41:53 -03:00 |
|
Brian Fiete
|
28cb2b8e9d
|
Added c_bool
|
2022-03-23 09:35:34 -07:00 |
|
EinBurgbauer
|
f1f6a2fa8a
|
fix unquotestring spelling
|
2022-03-19 21:45:52 +01:00 |
|
EinBurgbauer
|
bdb5ec01ea
|
fix unquote length, support x escape
|
2022-03-19 21:20:18 +01:00 |
|
EinBurgbauer
|
9f9f21fb8e
|
fix string unescape, add escape, fix obsoletes
|
2022-03-19 21:14:21 +01:00 |
|
Brian Fiete
|
b1d3ea8013
|
Renamed QuoteString to Quote, UnQuoteString to Unquote
|
2022-03-19 12:30:35 -07:00 |
|
Booklordofthedings
|
93365ad0ac
|
Moved code out of UnEscapeString
|
2022-03-19 20:08:38 +01:00 |
|
Jannis vH
|
d2ac2a7e7c
|
create UnEscapeString function
|
2022-03-19 19:34:21 +01:00 |
|
Brian Fiete
|
676e7988fb
|
Fixes from valgrind
|
2022-03-18 18:06:14 -07:00 |
|
Brian Fiete
|
fea7ba67f8
|
Merge pull request #1492 from disarray2077/patch-10
Fix `CustomAttributeEnumerator`
|
2022-03-17 19:47:19 +01:00 |
|
Brian Fiete
|
fa152a0084
|
Merge pull request #1490 from disarray2077/patch-9
Improve ConvertTo Variant
|
2022-03-17 19:46:10 +01:00 |
|
Brian Fiete
|
4b8099ad58
|
Merge pull request #1489 from disarray2077/patch-7
Increase StaticInitPriority of FFIType
|
2022-03-17 19:45:48 +01:00 |
|
Brian Fiete
|
f17c9e1e84
|
Remove debugging message
|
2022-03-17 08:47:45 -07:00 |
|
Brian Fiete
|
fd9fa3ad89
|
Reflection protection properties
|
2022-03-16 15:40:27 -07:00 |
|
Brian Fiete
|
b334423106
|
Fleshing out comptime debugging
|
2022-03-15 16:33:30 -07:00 |
|
Brian Fiete
|
bbb97d1490
|
Comptime compat
|
2022-03-08 06:23:24 -08:00 |
|
disarray2077
|
6a4b652721
|
Fix CustomAttributeEnumerator
|
2022-03-04 14:25:04 -03:00 |
|
disarray2077
|
9f441ed8f7
|
Add AllocOwned to Variant
|
2022-03-04 13:50:34 -03:00 |
|
disarray2077
|
e4e5933ec9
|
Improve ConvertTo Variant
|
2022-03-04 11:42:10 -03:00 |
|
disarray2077
|
5b75bc1ecc
|
Increase StaticInitPriority of FFIType
|
2022-03-03 22:40:21 -03:00 |
|
Brian Fiete
|
afa98e40b6
|
Fix conversion from primitives to nullables
|
2022-03-02 09:09:06 -08:00 |
|
Brian Fiete
|
080dadb24b
|
SetConsoleOutputCP(CP_UTF8)
|
2022-03-02 07:38:29 -08:00 |
|
Brian Fiete
|
22b1ea6aab
|
Fixed scope of nullable data
|
2022-03-01 13:19:57 -08:00 |
|
Brian Fiete
|
bc46807003
|
Improved reflection method invocation argument handling
|
2022-03-01 11:12:07 -08:00 |
|
Brian Fiete
|
f0ff0d3630
|
Improved null handling in reflected method invocation
|
2022-03-01 10:37:13 -08:00 |
|
Brian Fiete
|
7a227ee7a4
|
Merge pull request #1471 from disarray2077/patch-3
Correctly handle null in `Write`/`WriteLine`
|
2022-03-01 18:54:21 +01:00 |
|
Brian Fiete
|
dcdc6c22e1
|
Merge pull request #1473 from disarray2077/patch-5
Fix error handling in `Version.Parse`
|
2022-03-01 18:54:10 +01:00 |
|
Brian Fiete
|
78db623377
|
Merge pull request #1474 from disarray2077/gca
Add `GetCustomAttributes` and `GetCustomAttributes<T>`
|
2022-03-01 18:53:59 +01:00 |
|