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

1848 commits

Author SHA1 Message Date
Green Sky
6769390cf2 remove old linux build log 2020-11-28 17:34:39 +01:00
Green Sky
d9f90ac8b4 remove DS_Store files 2020-11-28 17:34:07 +01:00
Brian Fiete
160c5f5186 Merge remote-tracking branch 'origin/master' 2020-11-27 06:28:59 -08:00
Brian Fiete
98c35f4a87 DirectInput support 2020-11-27 06:25:54 -08:00
Brian Fiete
b9f84d328e Fix for call with implicit captured 'var' type 2020-11-27 06:25:23 -08:00
Brian Fiete
f273407f97 Simple DirectInput support 2020-11-27 06:24:47 -08:00
Brian Fiete
30acda3005 Merge remote-tracking branch 'origin/master' 2020-11-27 06:24:20 -08:00
Brian Fiete
2761d42309
Merge pull request #685 from apg360/patch-1
use llvm-11.0.0.src.tar.xz if it exists
2020-11-27 06:23:44 -08:00
apg360
0d0c0ee4a8
use llvm-11.0.0.src.tar.xz if it exists
User can downloaded llvm-11.0.0.src.tar.xz into extern directory so build will not git clone LLVM repo.
2020-11-26 10:58:55 +02:00
Brian Fiete
cee6a78fc0 Fixed int-unknown issue in binary operation 2020-11-24 10:37:38 -08:00
Brian Fiete
5f339d811d Made rehupping of memory breakpoints more conservative 2020-11-24 10:36:59 -08:00
Brian Fiete
3adf9a144e Allow BfpThread_GetIntRegisters to fail without crashing 2020-11-22 07:56:36 -08:00
Brian Fiete
b60c247f1a File mapping 2020-11-22 07:56:03 -08:00
Brian Fiete
518583ef00 StringView comparison 2020-11-22 07:55:46 -08:00
Brian Fiete
40f9ad5f12
Merge pull request #677 from apg360/patch-1
build.sh check for llvm 8 instead of 11
2020-11-22 07:49:53 -08:00
apg360
60a93d2d5d
build.sh check for llvm 8 instead of 11
It is fine in build.bat but not fine in build.sh.  
The script llvm_build.sh work with llvm 11 and not 8
2020-11-22 16:18:46 +02:00
Brian Fiete
637765d840 Removed debug catch 2020-11-21 08:04:17 -08:00
Brian Fiete
9a4aeb7ec7 Fixed cast check issue 2020-11-21 07:38:23 -08:00
Brian Fiete
df95dc4666 Added ipresolve options 2020-11-21 07:10:09 -08:00
Brian Fiete
c40222fb2d Added ip resolve option to speed up curl connections 2020-11-21 07:09:41 -08:00
Brian Fiete
b83bc2c2dc Fixed generic property binding 2020-11-21 07:09:15 -08:00
Brian Fiete
f2eb588de3 Fixed invalid autoprop optimization with virtual properties 2020-11-19 14:17:14 -08:00
Brian Fiete
84a0cf329f sret calling convention fix 2020-11-19 13:09:58 -08:00
Brian Fiete
ee4aa8a592 Properly enable/disable test menu items 2020-11-19 09:55:46 -08:00
Brian Fiete
4cae7ff373 Fixes for default interface properties and bindings 2020-11-19 09:37:43 -08:00
Brian Fiete
4e5baf3b84 Symbol parsing issue fixed 2020-11-19 09:34:48 -08:00
Brian Fiete
8f59a9dc0a Fixed index cast to int 2020-11-18 12:12:22 -08:00
Brian Fiete
dcacf87d66 Fixed ability to call GetType on an interface reference 2020-11-18 12:07:18 -08:00
Brian Fiete
e6405e49c6 Properly fail on partial download 2020-11-18 11:28:35 -08:00
Brian Fiete
d1334b0c8f Properly generates an error when allocating in a const expression 2020-11-18 10:13:46 -08:00
Brian Fiete
3e763b41df Fixed ObjectAccessCheck with null constant 2020-11-18 10:03:10 -08:00
Brian Fiete
d4ea9bce2b Added error for using cascade operator on static method 2020-11-18 09:54:19 -08:00
Brian Fiete
a6f85f53f9 Added __parseCompileUnits test 2020-11-18 09:31:52 -08:00
Brian Fiete
62611713b7 Added support for LF_CLASS_EX, LF_STRUCTURE_EX 2020-11-18 09:15:28 -08:00
Brian Fiete
506d9868fa VS2019 fixes 2020-11-18 09:14:51 -08:00
Brian Fiete
bd3fa65692 Allow static method overrides in extensions 2020-11-17 23:19:56 -08:00
Brian Fiete
16a4b36b17 Fixed dynamic cast from class/interface constraint 2020-11-17 17:37:09 -08:00
Brian Fiete
a67a964142 Working around undocumented 0x1609 leaf type (and others) 2020-11-17 07:52:51 -08:00
Brian Fiete
bcc8389ae8 Better hints for viewing leaked memory info 2020-11-16 17:52:25 -08:00
Brian Fiete
959ccebc26 Improved errors for invalid method specifiers in interfaces 2020-11-16 17:44:39 -08:00
Brian Fiete
ec92168669 Added Remove menu right-click option on failed project load 2020-11-16 17:44:04 -08:00
Brian Fiete
4c5881e5d3 Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
Brian Fiete
fa0e712c2b Added [MangleConst] support 2020-11-16 11:05:08 -08:00
Brian Fiete
3c131632b4 Fix for malformed (?) PDB issues 2020-11-16 10:02:54 -08:00
Brian Fiete
826a7e6fba Fixed append alloc array size calculation 2020-11-16 09:46:25 -08:00
Brian Fiete
234b3591eb Fixed member field lookup from generic constraint 2020-11-16 08:47:45 -08:00
Brian Fiete
bb4f0df653 Fixed override fix 2020-11-16 07:51:51 -08:00
Brian Fiete
2e3880100b Fixed mangling issue with method overrides in extensions 2020-11-16 07:36:34 -08:00
Brian Fiete
e2de5becab Fixed dbgvar lifetime extension issue 2020-11-16 06:35:01 -08:00
Brian Fiete
ca3308d959 Fixed CPP mangling for static fields 2020-11-16 05:23:19 -08:00