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

1861 commits

Author SHA1 Message Date
Brian Fiete
1b19eeb96e Fix outer type inheritance list flashing when typing type name 2020-11-30 10:50:19 -08:00
Brian Fiete
af16b5f356 Close quickfind on symbol rename 2020-11-30 10:49:24 -08:00
Brian Fiete
0c51826a42 Fixed Go to Definition for enumerators with a Dispose method 2020-11-30 09:56:43 -08:00
Brian Fiete
12fa5614d3 Fixed parsing of ternary expressions with string literal results 2020-11-30 09:47:37 -08:00
Brian Fiete
77946cafdf Improved handling of char pairs 2020-11-30 09:47:14 -08:00
Brian Fiete
e93c44703b Better esc handing during f3 quickfind 2020-11-30 07:39:43 -08:00
Brian Fiete
1efd403472 Fixed invalid enum const type finalization with non-enum-case const 2020-11-30 06:23:52 -08:00
Brian Fiete
2c00929751 Fixed invalid FinishInit call during ignored method declaration 2020-11-30 06:22:37 -08:00
Brian Fiete
9f0295013b
Merge pull request #688 from Green-Sky/only_build_needed_llvm_parts
[Enhancement] llvm: only build "needed" parts
2020-11-28 14:58:39 -08:00
Green Sky
71a0f70d86 llvm: only build "needed" parts, extracted currently needed parts to llvm_targets.txt 2020-11-28 23:23:27 +01:00
Brian Fiete
7d33ef3d5d
Merge pull request #687 from Green-Sky/llvm_shallow
[Enhancement] lighter llvm git clone (shallow)
2020-11-28 12:17:01 -08:00
Brian Fiete
9020f91dee
Merge pull request #686 from Green-Sky/cleanup
[Cleanup] delete some unnecessary files
2020-11-28 08:58:15 -08:00
Green Sky
a47dc0c0bf make llvm git clone shallow 2020-11-28 17:49:17 +01:00
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