1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDEHelper/Compiler
2020-02-19 13:16:33 -08:00
..
BfAst.cpp Added support for C-style vararg methods 2020-02-11 07:34:47 -08:00
BfAst.h Added support for C-style vararg methods 2020-02-11 07:34:47 -08: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 Expanded BinarySearch api, got rid of IComparable due to iOpComparable 2020-02-18 08:43:29 -08: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 Reworked 'using' - now properly supports nulls, requires IDisposable 2020-02-17 05:39:05 -08:00
BfCompiler.h Reworked 'using' - now properly supports nulls, requires IDisposable 2020-02-17 05:39:05 -08:00
BfConstResolver.cpp Made implicit tuple cast check names, fixed explicit tuple cast 2020-01-24 10:36:22 -08:00
BfConstResolver.h Initial checkin 2019-08-23 11:56:54 -07: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 Added support for C-style vararg methods 2020-02-11 07:34:47 -08:00
BfDefBuilder.h Added error/warning panel, region support 2020-01-06 13:49:35 -08:00
BfDeferEvalChecker.cpp Initial checkin 2019-08-23 11:56:54 -07: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 Fixed repr for on-demand delegate types, avoiding circular Event refs 2020-01-23 12:02:54 -08:00
BfElementVisitor.h Fixed repr for on-demand delegate types, avoiding circular Event refs 2020-01-23 12:02:54 -08:00
BfExprEvaluator.cpp Fix to ctor fix 2020-02-19 08:07:37 -08:00
BfExprEvaluator.h Fixed readonly issues, particularly with statics 2020-02-19 06:35:52 -08:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Added a 'cast' intrinsic 2020-02-19 13:16:33 -08:00
BfIRBuilder.h Added a 'cast' intrinsic 2020-02-19 13:16:33 -08:00
BfIRCodeGen.cpp Added a 'cast' intrinsic 2020-02-19 13:16:33 -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 Added a 'cast' intrinsic 2020-02-19 13:16:33 -08:00
BfModule.h Fixed readonly issues, particularly with statics 2020-02-19 06:35:52 -08:00
BfModuleTypeUtils.cpp Expanded BinarySearch api, got rid of IComparable due to iOpComparable 2020-02-18 08:43:29 -08:00
BfParser.cpp Added support for C-style vararg methods 2020-02-11 07:34:47 -08:00
BfParser.h Initial checkin 2019-08-23 11:56:54 -07:00
BfPrinter.cpp Fixed formatting for enums 2020-02-06 16:45:53 -08:00
BfPrinter.h Fixed formatting of function/delegate types 2020-01-31 16:10:23 -08:00
BfReducer.cpp Added support for C-style vararg methods 2020-02-11 07:34:47 -08:00
BfReducer.h Added support for C-style vararg methods 2020-02-11 07:34:47 -08:00
BfResolvedTypeUtils.cpp Fixed an issue with primitive type aliases as generic params 2020-02-17 10:26:41 -08:00
BfResolvedTypeUtils.h Added support for C-style vararg methods 2020-02-11 07:34:47 -08: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 Struct cast fix, deferred block fix 2019-12-13 14:22:23 -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 Added a 'cast' intrinsic 2020-02-19 13:16:33 -08: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