Brian Fiete
|
0918c702c6
|
Added AutoStopwatchPerf
|
2022-04-30 07:33:23 -07:00 |
|
Brian Fiete
|
7ddec857f6
|
Fixed Emit marker in generic types where unspecialized has no emission
|
2022-04-25 13:45:18 -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
|
b9a9a4bfac
|
Improved emit embeds for method entry/exit
|
2022-04-17 12:44:31 -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
|
fb8d528c6b
|
Unindent fix with empty line at end of file
|
2022-04-16 10:44:58 -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 |
|
Brian Fiete
|
4d1e14a1c3
|
Show comptime emits as embedded sourceviews
|
2022-04-16 06:27:54 -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 |
|
Brian Fiete
|
560a7eb7a7
|
Support custom headers
|
2022-04-02 07:24:43 -07:00 |
|
EinBurgbauer
|
bc58960a9d
|
make console write take stringview consistently
|
2022-04-02 10:42:10 +02:00 |
|
Brian Fiete
|
6d12b42456
|
Slightly better handling of clicking within a selection
|
2022-03-31 08:42:57 -07:00 |
|
disarray2077
|
9c6afa8134
|
Fix TypeOf TypeCode in AttributeInfo.bf
|
2022-03-26 11:41:53 -03:00 |
|
Brian Fiete
|
474454382f
|
wasm improvements
|
2022-03-24 11:59:00 -07: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
|
c3f7a996e0
|
Improved platform/config rename and delete
|
2022-03-03 09:53:19 -08:00 |
|
Brian Fiete
|
4d73c90dab
|
Fixed IdSpan.LookupContext
|
2022-03-02 17:16:02 -08:00 |
|
Brian Fiete
|
16f307f7ca
|
Check both LOCAL_MACHINE and CURRENT_USER for fonts
|
2022-03-02 09:47:46 -08: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 |
|