1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00
Beef/IDEHelper/Compiler
2020-03-14 12:33:34 -07:00
..
BfAst.cpp Fixed issue where we allowed multiple semicolons at end of if statements 2020-03-02 06:25:00 -08:00
BfAst.h Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfAstAllocator.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfAstAllocator.h Initial checkin 2019-08-23 11:56:54 -07:00
BfAutoComplete.cpp Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfAutoComplete.h Fixit improvements, remove namespace 2020-02-07 08:44:06 -08:00
BfCodeGen.cpp Fixed stack overflow, optimized DetectLoops 2019-10-18 09:13:37 -07:00
BfCodeGen.h Working on properly rebuilding target even if we restart ide 2019-09-28 09:48:37 -07:00
BfCompiler.cpp Fixed a crash deleting an inner type on a combined partial (MethodData) 2020-03-12 09:20:29 -07:00
BfCompiler.h Fixed crash when using a failed closure 2020-02-28 11:12:21 -08:00
BfConstResolver.cpp Fixed default parameters requiring conversion operators 2020-03-11 07:57:20 -07:00
BfConstResolver.h Added constant string appending with + operator, const string fixes 2020-02-28 09:20:43 -08:00
BfContext.cpp Causing full refresh in IDE when deleting types 2020-01-25 06:21:46 -08:00
BfContext.h Fixed bugs related to generic delegate type references 2020-02-13 07:55:50 -08:00
BfDefBuilder.cpp Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfDefBuilder.h Added error/warning panel, region support 2020-01-06 13:49:35 -08:00
BfDeferEvalChecker.cpp Fix for deferring evaluation of conditionals with nulls for nullables 2020-02-29 08:54:57 -08:00
BfDeferEvalChecker.h Initial checkin 2019-08-23 11:56:54 -07:00
BfDemangler.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfDemangler.h Initial checkin 2019-08-23 11:56:54 -07:00
BfElementVisitor.cpp Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfElementVisitor.h Fixed repr for on-demand delegate types, avoiding circular Event refs 2020-01-23 12:02:54 -08:00
BfExprEvaluator.cpp Fixed default parameters requiring conversion operators 2020-03-11 07:57:20 -07:00
BfExprEvaluator.h Fixed Friend check for properties 2020-03-09 06:51:41 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Another const equality fix 2020-03-11 09:08:30 -07:00
BfIRBuilder.h StringId typecode fix 2020-03-11 09:53:04 -07:00
BfIRCodeGen.cpp Added constant string appending with + operator, const string fixes 2020-02-28 09:20:43 -08:00
BfIRCodeGen.h Added a 'cast' intrinsic 2020-02-19 13:16:33 -08:00
BfMangler.cpp Fixed issue with outer extension state change 2020-01-19 07:35:17 -08:00
BfMangler.h Initial checkin 2019-08-23 11:56:54 -07:00
BfModule.cpp Removed unused doDbgAgg 2020-03-12 13:41:14 -07:00
BfModule.h Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfModuleTypeUtils.cpp Fixed packing issue, made Packed infer Ordered 2020-03-14 12:33:34 -07:00
BfParser.cpp Fixed issue where we allowed multiple semicolons at end of if statements 2020-03-02 06:25:00 -08:00
BfParser.h Initial checkin 2019-08-23 11:56:54 -07:00
BfPrinter.cpp Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfPrinter.h Fixed reformatting of multiline string literals 2020-02-24 09:58:49 -08:00
BfReducer.cpp Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfReducer.h Added support for C-style vararg methods 2020-02-11 07:34:47 -08:00
BfResolvedTypeUtils.cpp Fixed some lowering of Win32 structs by value 2020-03-09 11:46:40 -07:00
BfResolvedTypeUtils.h Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
BfResolvePass.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfResolvePass.h Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
BfSource.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSource.h Initial checkin 2019-08-23 11:56:54 -07:00
BfSourceClassifier.cpp Better handling of this/base for autocomplete, colorization, goto def 2020-02-21 09:26:02 -08:00
BfSourceClassifier.h Initial checkin 2019-08-23 11:56:54 -07:00
BfSourcePositionFinder.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfSourcePositionFinder.h Initial checkin 2019-08-23 11:56:54 -07:00
BfStmtEvaluator.cpp Fixed return of a 'var' 2020-03-10 08:27:57 -07:00
BfSystem.cpp Expanded BinarySearch api, got rid of IComparable due to iOpComparable 2020-02-18 08:43:29 -08:00
BfSystem.h Added support for C-style vararg methods 2020-02-11 07:34:47 -08:00
BfTargetTriple.cpp Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfTargetTriple.h Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfType.h Initial checkin 2019-08-23 11:56:54 -07:00
BfUtil.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfUtil.h Initial checkin 2019-08-23 11:56:54 -07:00
BfVarDeclChecker.cpp Initial checkin 2019-08-23 11:56:54 -07:00
BfVarDeclChecker.h Initial checkin 2019-08-23 11:56:54 -07:00
MemReporter.cpp Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00
MemReporter.h Beefy::String changes, lambda hotswap fixes 2019-09-03 11:17:13 -07:00