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

865 commits

Author SHA1 Message Date
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
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
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
866bddde2e Emit marker fixes - idSpan fix, persistent opening, specialized squiggle 2022-05-26 15:39:32 -07:00
Brian Fiete
bbd0fe8779 Added HasCustomAttribute to MethodInfo/FieldInfo 2022-05-26 06:43:09 -07:00
Brian Fiete
f1257fb7fc Fixed some of invalid utf8 2022-05-24 11:51:18 -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
44c1123637 Fixed cursor location after line paste undo 2022-05-22 18:55:49 -07:00
Brian Fiete
56cc35f266 Added watch lock, watch stack offsets (ie: {1}, {Func^2}) 2022-05-21 11:58:01 -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
67329ac774 Formatting options 2022-05-16 11:01:30 -07:00
Brian Fiete
e87bf5b029 UpdateF, dx reinit 2022-05-15 08:00:55 -07:00
Brian Fiete
6273c242f2 Null check for mContent in Deactivate 2022-05-13 12:11:19 -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
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
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