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

3884 commits

Author SHA1 Message Date
Brian Fiete
c39e6b587a Fixed erroneous global method lookup when type is specified 2022-02-12 15:17:07 -05:00
Brian Fiete
8b2aae11d1 Fixed infinite loop during TryDevirtualizeCall with void call 2022-02-12 15:03:41 -05:00
Brian Fiete
1b7dbd7288 Fix extern method constraints that end up not being extern 2022-02-12 14:57:26 -05:00
Brian Fiete
a277fa18cf Crash fix for extended info in hover watch 2022-02-12 14:27:34 -05:00
Brian Fiete
95c6b1db98 Fixed premature enum finalization during cast 2022-02-12 14:21:52 -05:00
Brian Fiete
ef942366db Improvements to extended mouseover during debugging 2022-02-12 14:20:47 -05:00
Brian Fiete
d9ba98486e Fixed explicit boxing of generic param 2022-02-12 13:18:33 -05:00
Brian Fiete
b7e5d3fda5 Support BindingFlags.Public/NonPublic for method enumeration 2022-02-12 13:06:03 -05:00
Brian Fiete
85eca66b61 Fixed comptime GetMethod by name 2022-02-12 13:01:40 -05:00
Brian Fiete
8d95b97e87 Fixed error mouseover 2022-02-12 12:56:48 -05:00
Brian Fiete
cd3318cc3e Show invocation param info in mouseover 2022-02-12 12:43:10 -05:00
Brian Fiete
b784101e93 Fixed mixin node reference with target specifiers 2022-02-12 10:58:42 -05:00
Brian Fiete
aacabd2e13 Fixed const float encoding in reflection 2022-02-12 10:13:25 -05:00
Brian Fiete
21352b8a7f Remove unused method 2022-02-12 09:42:51 -05:00
Brian Fiete
2ad5d7fac1 Better string interpolation expr parsing 2022-02-12 09:42:42 -05:00
Brian Fiete
fef4274fb8 32-bit methodinfo fix 2022-02-12 08:38:46 -05:00
Brian Fiete
e7f0b21cf6 Merged comptime reflection info into normal reflection data types 2022-02-12 08:05:47 -05:00
Brian Fiete
b0c6dd7e43 Properly show errors on valueless field accesses 2022-02-11 15:17:38 -05:00
Brian Fiete
9d2a22da4b Local static local method referencing of locals 2022-02-11 13:34:25 -05:00
Brian Fiete
c8ba4a9e42 Fixed internal access inside generic specializations 2022-02-11 11:23:46 -05:00
Brian Fiete
d9725dda7c Static local methods and variables, fixed erroneous 'this' capture 2022-02-11 10:38:57 -05:00
Brian Fiete
3c74588e10 Fixed static bitfields 2022-02-11 09:44:41 -05:00
Brian Fiete
df604e6657 Version update 2022-02-11 08:58:10 -05:00
Brian Fiete
6211e31ed9
Merge pull request #1429 from disarray2077/patch-6
Fix IDE crash in Release build
2022-02-11 05:16:46 -08:00
Brian Fiete
dd8668a64a
Merge pull request #1428 from disarray2077/patch-5
Fix SDLApp in wasm
2022-02-11 05:16:20 -08:00
Brian Fiete
12dd52fd12
Merge pull request #1425 from disarray2077/patch-4
Fix ASSERTIONS in emcc command-line
2022-02-11 05:15:04 -08:00
Brian Fiete
657a64f59c Added Runtime.AddErrorHandler 2022-02-11 08:12:30 -05:00
Brian Fiete
9e80281d1a Experimental bitfields 2022-02-11 05:49:11 -05:00
Brian Fiete
f37fb2c1b7 Comptime improvments, IOn<X> interfaces, const payload enum 2022-02-11 05:47:32 -05:00
disarray2077
82852d824d
Fix IDE crash in Release build 2022-02-10 16:31:40 -03:00
disarray2077
9358763395
Make RunOneFrame private 2022-02-10 12:29:17 -03:00
disarray2077
27e1a2aa7f
Fix SDLApp in wasm 2022-02-10 12:24:27 -03:00
disarray2077
84dcfcfb04
Fix emcc ASSERTIONS 2022-02-09 21:38:14 -03:00
Brian Fiete
e7fe91facb
Merge pull request #1419 from disarray2077/patch-3
Add missing "Chars.cpp" in build_wasm
2022-02-09 03:31:55 -08:00
Brian Fiete
d7d0d8432c
Merge pull request #1420 from disarray2077/patch-4
Take additional link flags into consideration in cache update
2022-02-09 03:31:39 -08:00
Brian Fiete
cb11cea862
Merge pull request #1421 from disarray2077/patch-5
Bump BeefBoot to C++17
2022-02-09 03:31:18 -08:00
disarray2077
a91fb46cf5
Bump BeefBoot to C++17 2022-02-08 23:54:32 -03:00
disarray2077
c08af16f0b
Take additional link flags into consideration in cache check 2022-02-08 20:07:04 -03:00
disarray2077
2a5f5e87b8
Add missing "Chars.cpp" in build_wasm 2022-02-08 19:34:09 -03:00
Brian Fiete
0e579d07b9 Wasm improvements 2022-02-08 17:02:35 -05:00
Brian Fiete
2ab072ee20
Merge pull request #1415 from disarray2077/llvm1301
Fixes to upgrade LLVM version to 13.0.1
2022-02-08 11:40:05 -08:00
Brian Fiete
1210fb7142 LLVM 13 Linux fixes 2022-02-08 10:38:02 -08:00
Brian Fiete
d6a447f915 Fixed IsTypeReference 'char*[]' cases 2022-02-08 11:39:56 -05:00
Brian Fiete
0c1ab7b668 Fixed expression parsing issue from recent generic parsing change 2022-02-08 11:26:24 -05:00
Brian Fiete
ceb400d573 Handled generic depth limitation for pointers, delegates, tuples, arrays 2022-02-08 10:33:20 -05:00
Brian Fiete
dcafa5f9ca Properly allow recovery disabling 2022-02-08 10:30:59 -05:00
disarray2077
7a2d621264
Add LLVMWebAssemblyUtils to llvm_targets 2022-02-07 19:27:03 -03:00
Brian Fiete
1a04523f27 Set wasm feature string 2022-02-07 16:01:24 -05:00
Brian Fiete
7d0121ea27 Explicit 64-bit indexer truncation on 32-bit builds 2022-02-07 15:35:00 -05:00
Brian Fiete
390f27c072 LLVM 13 fixes for debug locations and sret/byval 2022-02-07 15:15:58 -05:00