.. |
BfAst.cpp
|
More changes for nullable(T)
|
2020-04-27 15:15:47 -07:00 |
BfAst.h
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -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
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfAutoComplete.h
|
Added fixit for global namespace lookup
|
2020-03-21 13:09:42 -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
|
Reflection fixes
|
2020-05-01 09:10:58 -07:00 |
BfCompiler.h
|
Added Obsolete support for moved collections
|
2020-04-29 09:53:48 -07: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
|
Improved error for calling ptr to ref type. Fixed properties on ptr
|
2020-04-25 15:01:02 -07:00 |
BfContext.h
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfDefBuilder.cpp
|
Fixed issue of file hashing causing too much rebuilding
|
2020-04-14 11:37:27 -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
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfElementVisitor.h
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfExprEvaluator.cpp
|
Added Obsolete support for moved collections
|
2020-04-29 09:53:48 -07:00 |
BfExprEvaluator.h
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfFixits.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfIRBuilder.cpp
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfIRBuilder.h
|
Fixed some alignment differences between LLVM and BeefBE
|
2020-04-03 10:34:26 -07:00 |
BfIRCodeGen.cpp
|
Fixed some alignment differences between LLVM and BeefBE
|
2020-04-03 10:34:26 -07:00 |
BfIRCodeGen.h
|
Added MD5 file hashes to Beef
|
2020-03-23 12:07:05 -07:00 |
BfMangler.cpp
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfMangler.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfModule.cpp
|
Fixed 'using' crash
|
2020-04-30 14:37:39 -07:00 |
BfModule.h
|
Added Obsolete support for moved collections
|
2020-04-29 09:53:48 -07:00 |
BfModuleTypeUtils.cpp
|
Added IncludeAllMethods
|
2020-05-01 09:09:35 -07:00 |
BfParser.cpp
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfParser.h
|
Added MD5 file hashes to Beef
|
2020-03-23 12:07:05 -07:00 |
BfPrinter.cpp
|
Fixed printer for BfGenericArgumentsNode
|
2020-04-11 09:36:52 -07:00 |
BfPrinter.h
|
Working on wrapping for formatter
|
2020-03-28 14:26:14 -07:00 |
BfReducer.cpp
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfReducer.h
|
New function/delegate casting rules, similar to tuple rules
|
2020-03-31 07:46:01 -07:00 |
BfResolvedTypeUtils.cpp
|
Added nullable(T), Result<T> can use null conditionals
|
2020-04-27 15:09:10 -07:00 |
BfResolvedTypeUtils.h
|
Fixed linux crash
|
2020-04-30 14:04:45 -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
|
'var' fixes
|
2020-04-16 00:30:55 -07:00 |
BfSystem.cpp
|
Started with some simulation to determine 'step into' symbol lookup
|
2020-03-21 13:09:19 -07:00 |
BfSystem.h
|
Mac fixes
|
2020-04-16 00:14:25 -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 |