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-06-02 04:43:34 -07:00
..
BfAst.cpp Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
BfAst.h Better handling of autocomplete with tokens 2020-05-26 06:10:51 -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 Clamping 2020-05-31 07:27:08 -07:00
BfAutoComplete.h Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfCodeGen.cpp Fixed hotswap error zeroing libs, fixed indexer type lookup errors 2020-04-13 06:41:54 -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 some hot-compile dependency issues 2020-06-01 15:09:32 -07:00
BfCompiler.h Fixed some hot-compile dependency issues 2020-06-01 15:09:32 -07:00
BfConstResolver.cpp Improved param defaults, allowing for implicit cast operators 2020-05-07 13:19:02 -07:00
BfConstResolver.h Added constant string appending with + operator, const string fixes 2020-02-28 09:20:43 -08:00
BfContext.cpp Fixed dependency adding of interfaces 2020-05-29 10:11:09 -07:00
BfContext.h Fixed generic alias and generic delegate issues 2020-05-23 17:25:47 -07:00
BfDefBuilder.cpp Fixed dependency adding of interfaces 2020-05-29 10:11:09 -07:00
BfDefBuilder.h Added ability to rename namespaces 2020-05-31 07:12:17 -07: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 Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
BfElementVisitor.h Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
BfExprEvaluator.cpp Fixed default return value for var call returns 2020-06-02 04:43:34 -07:00
BfExprEvaluator.h Expanded var poisoning for generics 2020-06-01 07:32:40 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Reification fixes 2020-05-19 07:13:15 -07:00
BfIRBuilder.h DupDebugLocation support 2020-05-13 07:43:25 -07:00
BfIRCodeGen.cpp Linux fix 2020-05-28 08:33:56 -07:00
BfIRCodeGen.h Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
BfMangler.cpp Fixed extensions issues with changing root def, extending dlg/functions 2020-05-12 09:16:17 -07:00
BfMangler.h Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
BfModule.cpp Fixed some hot-compile dependency issues 2020-06-01 15:09:32 -07:00
BfModule.h Added ability to rename labels and goto definition on labels 2020-05-29 16:58:47 -07:00
BfModuleTypeUtils.cpp Fixed some hot-compile dependency issues 2020-06-01 15:09:32 -07:00
BfNamespaceVisitor.cpp Fixed atom ref issue 2020-05-31 09:43:15 -07:00
BfNamespaceVisitor.h Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfParser.cpp Hex long fix 2020-05-26 08:22:26 -07:00
BfParser.h Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
BfPrinter.cpp Fixed raw array alloc reformatting 2020-05-28 08:47:09 -07:00
BfPrinter.h Fixed params expression with ref values 2020-05-19 09:42:11 -07:00
BfReducer.cpp Improvements to interfaces: extensions, better generics, statics 2020-05-27 09:46:09 -07:00
BfReducer.h Improvements to interfaces: extensions, better generics, statics 2020-05-27 09:46:09 -07:00
BfResolvedTypeUtils.cpp Fixed nullable lookup issue with type aliases 2020-05-31 09:34:28 -07:00
BfResolvedTypeUtils.h Fixed nullable lookup issue with type aliases 2020-05-31 09:34:28 -07:00
BfResolvePass.cpp Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfResolvePass.h Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfSource.cpp Better handling of autocomplete with tokens 2020-05-26 06:10:51 -07:00
BfSource.h Linux fix 2020-05-26 08:22:33 -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 Deferred call fix for 'do' statement 2020-05-30 06:43:30 -07:00
BfSystem.cpp Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfSystem.h Fixed project removal crash 2020-05-19 09:07:34 -07: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