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-07-06 17:58:46 -07:00
..
BfAst.cpp Initializer expressions 2020-06-18 06:12:14 -07:00
BfAst.h Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -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 Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
BfAutoComplete.h Added extension methods 2020-06-03 05:22:11 -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 Added GetFieldReference, ability to explicitly reference in Variant 2020-07-06 09:09:28 -07:00
BfCompiler.h Added RefType, changed how CRepr types are represented 2020-07-02 11:05:17 -07:00
BfConstResolver.cpp Fixed issue where constData used in resolve is cleared by autocomplete 2020-06-17 05:12:33 -07:00
BfConstResolver.h Added [?] implied size for sized arrays with initializers 2020-06-13 08:36:39 -07:00
BfContext.cpp Fixed lookup for 'new' generic conformance 2020-06-23 11:52:58 -07:00
BfContext.h Added [?] implied size for sized arrays with initializers 2020-06-13 08:36:39 -07:00
BfDefBuilder.cpp Allow extension methods with generics 2020-06-22 09:18:22 -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 Interop fixes and tests, fixing xplat struct passing issues 2020-06-10 07:12:07 -07:00
BfDemangler.h Initial checkin 2019-08-23 11:56:54 -07:00
BfElementVisitor.cpp Initializer expressions 2020-06-18 06:12:14 -07:00
BfElementVisitor.h Initializer expressions 2020-06-18 06:12:14 -07:00
BfExprEvaluator.cpp Improved 'var' inference for binary operations 2020-07-04 10:38:46 -07:00
BfExprEvaluator.h Initializer expressions 2020-06-18 06:12:14 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Reflection fixes on Win32 2020-07-06 17:58:46 -07:00
BfIRBuilder.h Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
BfIRCodeGen.cpp Reflection fixes on Win32 2020-07-06 17:58:46 -07:00
BfIRCodeGen.h Added RefType, changed how CRepr types are represented 2020-07-02 11:05:17 -07:00
BfMangler.cpp Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
BfMangler.h Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
BfModule.cpp Reflection fixes on Win32 2020-07-06 17:58:46 -07:00
BfModule.h Added 'visibleProjectSet', changed visibility rules for generics 2020-07-01 12:06:28 -07:00
BfModuleTypeUtils.cpp Fixed reflection issue 2020-07-06 16:12:48 -07:00
BfNamespaceVisitor.cpp Fixed using static issue 2020-07-05 09:37:27 -07:00
BfNamespaceVisitor.h Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfParser.cpp Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
BfParser.h Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
BfPrinter.cpp Fixed formatting with test immediately after comment 2020-07-01 13:35:33 -07:00
BfPrinter.h Initializer expressions 2020-06-18 06:12:14 -07:00
BfReducer.cpp Fixed operator precedence issue 2020-07-02 23:34:17 -07:00
BfReducer.h Fixed operator precedence issue 2020-07-02 23:34:17 -07:00
BfResolvedTypeUtils.cpp Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
BfResolvedTypeUtils.h Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
BfResolvePass.cpp Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfResolvePass.h Fixed 'using static' 2020-06-02 05:46:56 -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 Initializer expressions 2020-06-18 06:12:14 -07:00
BfSystem.cpp Renamed TypeCode_Single to TypeCode_Float. Float struct interop fixes. 2020-07-03 13:54:45 -07:00
BfSystem.h Added 'visibleProjectSet', changed visibility rules for generics 2020-07-01 12:06:28 -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