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

3884 commits

Author SHA1 Message Date
Brian Fiete
cc4e2aa81d Interop type fixes 2022-04-16 13:23:20 -07:00
Brian Fiete
e9c85529a6 mGlobalsTargetType NULL check 2022-04-16 13:22:47 -07:00
Brian Fiete
229c7fbd12 More explicit alignments 2022-04-16 13:22:32 -07:00
Brian Fiete
fb8d528c6b Unindent fix with empty line at end of file 2022-04-16 10:44:58 -07:00
Brian Fiete
3a70cfaada Cmp swap legalization fix with lifetimeEnd passover 2022-04-16 10:34:33 -07:00
Brian Fiete
cbce1f4558 Larger internal buffer for mPDBPath 2022-04-16 10:17:02 -07:00
Brian Fiete
7aabf04e40
Merge pull request #1525 from eveningstarinc/hunterbridges/VAListFix
VarArgs multiplatform compatibility tweak
2022-04-16 09:42:35 -07:00
Brian Fiete
f9b7c5d972
Merge pull request #1510 from m910q/FixDateTimeSubtraction
Fixed DateTime subtractions with TimeSpan
2022-04-16 09:39:54 -07:00
Brian Fiete
27464c3a73 miniz.c 2022-04-16 09:39:10 -07:00
Brian Fiete
17e9963d71 Add warning to always-true and always-false 'is' checks 2022-04-16 09:00:51 -07:00
Brian Fiete
00f663f6cc Add ZipFile 2022-04-16 09:00:23 -07:00
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
Hunter Bridges
0618278b36 Fix ToVAListPtr return type 2022-04-15 19:46:59 -07:00
Hunter Bridges
035d4e507f VarArgs multiplatform compatibility tweak
- Increased size of VarArgs.mVAList on non-Windows platforms
- Add ToVAListPtr() which returns &mVAList on all platforms
2022-04-15 18:21:43 -07:00
m910q
1b646b091c Fixed DateTime subtractions with TimeSpan
TimeSpan subtractions on DateTime was adding instead of subtracting.
2022-04-03 19:03:12 +02: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