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

655 commits

Author SHA1 Message Date
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
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