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

5140 commits

Author SHA1 Message Date
disarray2077
049a3ce421
Fix MethodMatcher::CompareMethods 2024-05-15 17:25:16 -03:00
disarray2077
c7be96d7a1
Consider 'params' for DelegateBind method matching 2024-05-14 16:24:19 -03:00
Brian Fiete
b0a559e464 LLVM linux fixes 2024-05-07 18:09:01 -04:00
Brian Fiete
29f6313bb3 Updates 2024-05-07 13:31:00 -04:00
Brian Fiete
c5dee2f8bc Linux updates for LLVM 2024-05-06 12:43:52 -04:00
Brian Fiete
d5b0e6d06d Optimization phases for LLVM upgrade 2024-05-05 12:26:21 -04:00
Brian Fiete
72bce05103 LLVM 18.1.4 target update 2024-05-01 06:26:25 -04:00
Brian Fiete
2dd6423fab Initial LLVM 18.1.4 support 2024-05-01 06:26:14 -04:00
Brian Fiete
aa4f9f7dfa Fix DoPopulateType_CeCheckEnum 2024-04-28 11:29:49 -04:00
Brian Fiete
8225643598 Ignore lineInfoType 255 2024-04-28 11:28:09 -04:00
Brian Fiete
e6a64776a1
Merge pull request #1963 from M0n7y5/master
Upgraded rest of the projects
2024-04-28 10:35:51 -04:00
M0N7Y5
baae25f57f Merge branch 'master' of https://github.com/M0n7y5/Beef 2024-04-28 16:12:58 +02:00
M0N7Y5
66cf3fe823 Upgraded rest of the solutions/projects 2024-04-28 16:11:59 +02:00
Brian Fiete
6ae8bd6042
Merge pull request #1962 from M0n7y5/master
Upgrade projects to VS22 and MSVC v143
2024-04-28 08:33:02 -04:00
M0N7Y5
eb0dd0fb38 Upgrade projects to VS22 and MSVC v143 2024-04-28 14:00:14 +02:00
Brian Fiete
79a67c2d0c Added Compiler.Identifier.GetSourceName 2024-04-28 07:55:39 -04:00
Brian Fiete
936dd656c8 Suppress 'hides inherited member' from base extension. Added MoreInfo 2024-04-27 15:22:34 -04:00
Brian Fiete
ab31e5bc89 mIgnoreWrites fix in CeContext::Execute 2024-04-27 09:45:32 -04:00
Brian Fiete
21e92ae015 Lowercase hex fix 2024-04-27 08:38:35 -04:00
Brian Fiete
da9e9120c0 ToString protection against null type 2024-04-27 08:38:25 -04:00
Brian Fiete
3f4988cbd5
Merge pull request #1957 from zerkawei/mixin-flag
Add Mixin methog flag
2024-04-27 08:29:42 -04:00
Brian Fiete
6a5b0b49ed Fixed undo text corruption bug 2024-04-27 08:24:55 -04:00
zkw
0d680ca5c2 Add Mixin methog flag 2024-04-27 13:52:00 +02:00
Brian Fiete
1625d511be Merge branch 'master' of https://github.com/beefytech/Beef 2024-04-27 07:24:43 -04:00
Brian Fiete
16ed9ff8cf Avoid deselecting watch items on right-click menu popup 2024-04-27 07:24:36 -04:00
Brian Fiete
2168fb6917
Merge pull request #1950 from Booklordofthedings/master
Fixes the Threading API
2024-04-13 18:27:06 -04:00
Jannis
14f57af2b3
Update Thread.bf
removed optionality from parameters
2024-04-12 10:14:38 +00:00
Jannis
c6b2aa4b27
Update Thread.bf 2024-04-12 10:08:47 +00:00
Brian Fiete
f1a275d6ef Fixed dumb null crash 2024-03-26 12:10:15 -04:00
Brian Fiete
af9f6a5cba mListView empty check 2024-03-26 11:03:40 -04:00
Brian Fiete
27ee2a10ac declMethodInstance null check 2024-03-26 07:31:12 -04:00
Brian Fiete
96436ad825 HashSet ClearAndDelete 2024-03-26 07:31:04 -04:00
Brian Fiete
bceca3e699 Improvements to Find in Watch 2024-03-26 07:30:54 -04:00
Brian Fiete
f47e132921 Increase MATIX_STACK_SIZE 2024-03-26 07:30:01 -04:00
Brian Fiete
82b4974a82 Find in Watch 2024-03-25 06:18:50 -04:00
Brian Fiete
732af58138 Filter extension attributes based on constraint matching 2024-03-23 12:27:38 -04:00
Brian Fiete
f46f49f1db Allow primitive constraints, fix false error on extension attributes 2024-03-23 12:27:17 -04:00
Brian Fiete
fb86a8d5e3 Allow negation (-) on 'var' types 2024-03-23 12:24:42 -04:00
Brian Fiete
77826c90d2 Speed improvements to EnumParser, use table instead of switch 2024-03-23 11:16:22 -04:00
Brian Fiete
8149d0892b Make Stopwatch work in comptime 2024-03-23 11:15:22 -04:00
Brian Fiete
6a7bcb4ef9 Disable test 2024-03-22 18:32:51 -04:00
Brian Fiete
b8d9e9845f Fixed new generic constraint check with foreign 'var' generic param 2024-03-22 17:27:17 -04:00
Brian Fiete
cbdfe505ca Properly set mCopiedConfigCombo in NewConfigDialog 2024-03-22 16:51:14 -04:00
Brian Fiete
d7bf451c9f Handle Break When Value Changes with watches prefixed with @Beef: or @C: 2024-03-22 15:11:40 -04:00
Brian Fiete
d76cc1ebc9 EnumParser signed fix 2024-03-22 12:49:05 -04:00
Brian Fiete
dfd7a13066 Remove union splat 2024-03-22 07:47:54 -04:00
Brian Fiete
f44295e8ea Don't allow conversions for type constraint matches 2024-03-22 07:47:39 -04:00
Brian Fiete
085a3fe091 Respect Prop IsTypeMemberIncluded in specialized sections 2024-03-22 07:47:21 -04:00
Brian Fiete
45035c69e9 O(1) EnumParser 2024-03-22 07:46:59 -04:00
Brian Fiete
757d6e09aa List.ClearAndDispose 2024-03-22 07:45:45 -04:00