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

2331 commits

Author SHA1 Message Date
Brian Fiete
f34424a61d
Merge pull request #988 from EinBurgbauer/editwidget-readonly-fix
fix readonly editwidget deletion
2021-04-04 06:47:12 -04:00
EinBurgbauer
9772364a6d fix readonly editwidget deletions 2021-04-04 10:37:33 +02:00
Brian Fiete
f5a863d55a mFieldDeclaration null check 2021-03-24 06:31:32 -04:00
Brian Fiete
532de216a1 Fixed loop index type 2021-03-24 06:31:11 -04:00
Brian Fiete
5d3b34e6c7
Merge pull request #964 from Fusioon/more-type-colors
Colorization options for primitives, structs, generic params.
2021-03-23 07:34:28 -04:00
Fusion
7a7cc716c6 Add colorization options for primitives, structs, generic params and make typealias match aliased type color. 2021-03-22 22:24:05 +01:00
Brian Fiete
10e2a56530
Merge pull request #963 from EinBurgbauer/master
list.RemoveRange fix, RemoveRangeFast
2021-03-20 07:01:10 -04:00
EinBurgbauer
1296f002a3 list remove range fix, remove range fast 2021-03-20 07:48:10 +01:00
Brian Fiete
ed837c10c1
Merge pull request #962 from Moneyl/master
Add functions to System.IO.Stream
2021-03-17 10:40:04 -04:00
moneyl
b1dc76ba11 PR feedback changes 2021-03-17 10:32:01 -04:00
Brian Fiete
39e015a9c2
Merge pull request #961 from EinBurgbauer/autocomplete-flees-fix
Tool window resize offset fix
2021-03-17 07:50:11 -04:00
Brian Fiete
a5ee3f6ac0 Merge remote-tracking branch 'origin/master' 2021-03-17 07:47:55 -04:00
Brian Fiete
b98cb8ee5d Duplicate verSpec 2021-03-17 07:47:46 -04:00
Brian Fiete
202a3f7cfc Store prodName/guid 2021-03-17 07:47:14 -04:00
Brian Fiete
c3286190ec
Merge pull request #957 from C34A/master
fixed typo in hunspell CMakeLists
2021-03-17 07:44:39 -04:00
Brian Fiete
f12a373ae0
Merge pull request #949 from Fusioon/autocomplete-indexer-fix
Fix indexer autocomplete.
2021-03-17 07:43:47 -04:00
moneyl
a1e15ecb73 Add ReadNullTerminatedString to System.IO.Stream
Function that reads a null terminated string from the stream.
2021-03-16 19:39:38 -04:00
moneyl
7cc95c2b07 Add functions to System.IO.Stream 2021-03-16 19:06:01 -04:00
EinBurgbauer
ce852367ed hoverwatch warp fix 2021-03-15 10:41:34 +01:00
EinBurgbauer
bcb2d861d9 autocomplete flees fix 2021-03-15 09:34:19 +01:00
C34A
dbbe64633b fixed typo in hunspell CMakeLists 2021-03-09 19:28:45 -08:00
Fusion
eee6389f98 Fix indexer autocomplete. 2021-03-04 21:41:05 +01:00
Brian Fiete
4322c984cc Fix for var-typed case capture 2021-03-02 06:31:39 -08:00
Brian Fiete
8393f7abde Work on deferred projects 2021-03-02 06:29:53 -08:00
Brian Fiete
97d9a4508d Fixed empty return with lambda return type inference 2021-02-28 12:56:02 -08:00
Brian Fiete
c598944f52 Better fix for VerifyTypeLookups 2021-02-28 11:41:00 -08:00
Brian Fiete
a412452bac Fixed 'const' generic arg parsing with >> 2021-02-28 07:35:26 -08:00
Brian Fiete
c4b7cc58a1 Fixed VerifyTypeLookups from outer types 2021-02-28 07:14:08 -08:00
Brian Fiete
4feda1da59 Improved BeefTypeToString 2021-02-26 14:54:38 -08:00
Brian Fiete
97283b3113 Fixed ??= 2021-02-26 14:47:11 -08:00
Brian Fiete
26bd41d8ca Enabled union encoding support 2021-02-26 09:29:28 -08:00
Brian Fiete
e79b8ca9df Fixed erroneous readonly of non-sret composite returns (ie: comptime) 2021-02-26 08:01:43 -08:00
Brian Fiete
044d5d5f03 Fixed '*vreg<RAX>' divisor legalization issue 2021-02-26 07:35:38 -08:00
Brian Fiete
dd3485af0c Fixed comptime with local mixin with composite param access 2021-02-26 07:12:16 -08:00
Brian Fiete
4575c64133 fix for ??= 2021-02-26 06:27:39 -08:00
Brian Fiete
357c0e2e5a Const comparison fix for nullptr 2021-02-26 06:27:22 -08:00
Brian Fiete
06a073d0e7 More robust handling of missing system types 2021-02-26 06:27:01 -08:00
Brian Fiete
75e075b8d9 Fix for bool/char const encoding 2021-02-26 06:26:26 -08:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
e6c4a95ccd Start of package management 2021-02-25 08:10:21 -08:00
Brian Fiete
e517a9745a Fixed union inner type calculation 2021-02-25 07:10:14 -08:00
Brian Fiete
f3c17a671c Fixed enum ToString when it contains other const fields 2021-02-25 06:07:31 -08:00
Brian Fiete
234aaa772c Properly fail enum case declarations outside enums 2021-02-25 05:55:36 -08:00
Brian Fiete
d1d3af1cc0 Fixed payload enum alignment calculation 2021-02-24 15:41:39 -08:00
Brian Fiete
fa8b9eca28 Fixed merged vreg forceMem 2021-02-24 15:22:43 -08:00
Brian Fiete
524d3993ab Fixed int8[0] aggzero marker 2021-02-24 13:52:04 -08:00
Brian Fiete
25dce88509 Fixed payload enum ctor when current type is a payload enum 2021-02-24 12:15:29 -08:00
Brian Fiete
a3c4c479fc Fixed splat issue with opaque types 2021-02-24 06:02:17 -08:00
Brian Fiete
4e3442d437 Added more PreFails 2021-02-24 06:02:04 -08:00
Brian Fiete
af274d1790 NoShow change 2021-02-23 06:16:00 -08:00