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

3520 commits

Author SHA1 Message Date
Brian Fiete
f49b1b5cf9 auto& fix 2022-04-16 08:26:38 -07:00
Brian Fiete
61a39f2a92 Fixed reformat opening collapsed regions 2022-04-16 08:23:43 -07:00
Brian Fiete
2205090e73 Compiler.Assert to Runtime.Assert 2022-04-16 07:45:20 -07:00
Brian Fiete
b9ad5aa61e BfCeTypeEmitSourceKind decl 2022-04-16 07:33:53 -07:00
Brian Fiete
e30ca6efb9 Fixed generic const bool specification 2022-04-16 07:30:55 -07:00
Brian Fiete
946a72d21d Null check in LoadProperty 2022-04-16 07:26:50 -07:00
Brian Fiete
54e02c59cd Added ConstEval to Compiler.Assert 2022-04-16 07:16:35 -07:00
Brian Fiete
8730f35c30 Fixed null case in GetSourceClassifier 2022-04-16 07:16:18 -07:00
Brian Fiete
9000cafd73 Fixed emit view cases in generics with multiple emit locations 2022-04-16 06:55:30 -07:00
Brian Fiete
2802bf87b2 miniz 2022-04-16 06:33:16 -07:00
Brian Fiete
4d1e14a1c3 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
Brian Fiete
ee27f6fd02 Properly resize tabs when files rename 2022-04-02 07:25:17 -07:00
Brian Fiete
560a7eb7a7 Support custom headers 2022-04-02 07:24:43 -07:00
Brian Fiete
d1902c4926 Disable project add/remove/rename while compiling 2022-04-02 07:19:32 -07:00
Brian Fiete
3208a9d484 Merge remote-tracking branch 'origin/master' 2022-04-02 06:19:11 -07:00
Brian Fiete
731d8591d2
Merge pull request #1509 from EinScott/corlib-fix
make console write take stringview consistently
2022-04-02 06:18:56 -07:00
EinBurgbauer
bc58960a9d make console write take stringview consistently 2022-04-02 10:42:10 +02:00
Brian Fiete
202d21734c Fixed LLVM cast intrinsic for vectors 2022-04-01 18:18:21 -07:00
Brian Fiete
b5ddc1c24b Fixed comptime valueless ctor 2022-03-31 11:16:13 -07:00
Brian Fiete
6cce0ffc25 Fixed comptime reflection reentrancy issue with StringView 2022-03-31 10:47:23 -07:00
Brian Fiete
382ecdd750 Version bump 2022-03-31 08:46:08 -07:00
Brian Fiete
6d12b42456 Slightly better handling of clicking within a selection 2022-03-31 08:42:57 -07:00
Brian Fiete
394a7e0bc5 Direct auto-prop inc/dec fix 2022-03-31 08:26:23 -07:00
Brian Fiete
0d7a7e98e4 Merge remote-tracking branch 'origin/master' 2022-03-31 06:58:07 -07:00
Brian Fiete
bd5c36bd32 DocPrep update 2022-03-31 06:57:53 -07:00
Brian Fiete
84e5a88183 cloc update 2022-03-31 06:57:43 -07:00
Brian Fiete
4e0ba6b746 IntUnknown fix 2022-03-31 06:57:30 -07:00
Brian Fiete
cd31d2e2be
Merge pull request #1505 from disarray2077/patch-11
Fix TypeOf TypeCode in AttributeInfo.bf
2022-03-29 13:05:12 -07:00
disarray2077
9c6afa8134
Fix TypeOf TypeCode in AttributeInfo.bf 2022-03-26 11:41:53 -03:00
Brian Fiete
474454382f wasm improvements 2022-03-24 11:59:00 -07:00
Brian Fiete
17b29c7227 Fixed attempt to declare base type for an interface 2022-03-23 17:07:31 -07:00
Brian Fiete
72126ba80c PDB symbol 'case 7' fix 2022-03-23 16:49:19 -07:00
Brian Fiete
b416c836d9 MinRT fixes 2022-03-23 16:49:00 -07:00
Brian Fiete
e031236d10 New icon 2022-03-23 09:36:31 -07:00
Brian Fiete
28cb2b8e9d Added c_bool 2022-03-23 09:35:34 -07:00
Brian Fiete
6e38c1c3b6 Placeholder implementation for constraint expressions 2022-03-23 09:35:02 -07:00
Brian Fiete
dead14fac6 Removed error on GetRawMethodInstance null result 2022-03-23 09:22:23 -07:00
Brian Fiete
7958b3a38d Fixed IsCompatibleInterfaceMethod case with generic params 2022-03-21 11:56:11 -07:00
Brian Fiete
18794e7db6 Comptime debugging fix with non-incremental builds (ie: Release) 2022-03-21 11:14:19 -07:00
Brian Fiete
cab7f3cdb7
Merge pull request #1501 from EinScott/corlib-fix
string quote/unquote/escape/unescape fix
2022-03-19 22:03:39 +01:00
EinBurgbauer
f1f6a2fa8a fix unquotestring spelling 2022-03-19 21:45:52 +01:00
EinBurgbauer
bdb5ec01ea fix unquote length, support x escape 2022-03-19 21:20:18 +01:00
EinBurgbauer
9f9f21fb8e fix string unescape, add escape, fix obsoletes 2022-03-19 21:14:21 +01:00
Brian Fiete
ccdabc800a Call Quote 2022-03-19 12:31:21 -07:00
Brian Fiete
b1d3ea8013 Renamed QuoteString to Quote, UnQuoteString to Unquote 2022-03-19 12:30:35 -07:00
Brian Fiete
e00cfcf0b6
Merge pull request #1500 from Booklordofthedings/master
Add in UnEscape Function for Strings
2022-03-19 20:25:26 +01:00
Brian Fiete
c6a7af2a4b Fixed dependency of alias types 2022-03-19 12:24:56 -07:00
Booklordofthedings
93365ad0ac Moved code out of UnEscapeString 2022-03-19 20:08:38 +01:00
Jannis vH
cf26a44195
Merge branch 'beefytech:master' into master 2022-03-19 19:53:32 +01:00
Brian Fiete
ad35a8a254 Fixed implicit cast from void to StringView 2022-03-19 11:38:19 -07:00