1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Beef/IDEHelper
2022-07-05 10:56:40 -07:00
..
Backend Improvements to multi-extension virtual overrides 2022-07-04 10:21:31 -07:00
Beef Fixes from valgrind 2022-03-18 18:06:14 -07:00
Clang
Compiler Fixed ordering of user field dtor and appended field dtor 2022-07-05 10:56:40 -07:00
Linker
Tests Improved extension virtual override 2022-06-28 09:34:46 -07:00
third_party Fixed autocomplete flickering while typing 2021-12-15 11:25:38 +01:00
BeefProj.toml Add CE files 2022-03-16 15:41:19 -07:00
BfDiff.cpp
BumpList.h
CMakeLists.txt Fail build when execute_process fails 2022-06-27 19:37:16 -03:00
COFF.cpp Fixed alignment calculation of sized arrays in debugger 2022-06-06 12:14:20 -07:00
COFF.h Soft error on some malformed PDB cases 2022-04-22 19:19:43 -07:00
COFFData.h
CPU.h
dbg.txt
DbgEvalPool.cpp
DbgEvalPool.h
DbgExprEvaluator.cpp Unspec variation base fix, debugger default params, debug enum type 2022-05-31 11:01:26 -07:00
DbgExprEvaluator.h Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
DbgMiniDump.cpp
DbgMiniDump.h
DbgModule.cpp Fixed _T_ debug type module ids in hot-compiled modules 2022-06-05 17:59:18 -07:00
DbgModule.h Soft error on some malformed PDB cases 2022-04-22 19:19:43 -07:00
DbgSymSrv.cpp
DbgSymSrv.h
DbgTypeMap.cpp
DbgTypeMap.h
DebugCommon.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
Debugger.cpp
Debugger.h Fixed Get Debug Alloc Information pausing 2022-06-04 18:30:56 -07:00
DebugManager.cpp Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
DebugManager.h Comptime debugging 2022-03-08 06:27:06 -08:00
DebugTarget.cpp Watch lock fixes, add watch pointee/pointer address 2022-05-23 08:48:55 -07:00
DebugTarget.h Watch lock fixes, add watch pointee/pointer address 2022-05-23 08:48:55 -07:00
DebugVisualizers.cpp Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
DebugVisualizers.h Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
DWARFInfo.h
DwAutoComplete.h
HandleDbg.cpp
HandleDbg.h
HotHeap.cpp
HotHeap.h
HotScanner.cpp Fixed Get Debug Alloc Information pausing 2022-06-04 18:30:56 -07:00
HotScanner.h Circular dependency checking between generic constraints 2022-04-25 17:53:54 -07:00
IDEHelper.vcxproj Reduce BeefPerf calls 2022-05-06 12:03:39 -07:00
IDEHelper.vcxproj.filters Comptime debugging 2022-03-08 06:27:06 -08:00
IDEHelper.vcxproj.user Start of wasm support 2020-08-06 09:24:37 -07:00
LinuxDebugger.cpp
LinuxDebugger.h
LLVMUtils.h
MiniDumpDebugger.cpp Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
MiniDumpDebugger.h
NetManager.cpp Improve open error for files from network 2022-01-07 10:22:26 -03:00
NetManager.h Improve open error for files from network 2022-01-07 10:22:26 -03:00
Profiler.cpp Another idle symbol 2021-12-28 11:52:11 -05:00
Profiler.h Added CPU usage to profiler thread list 2021-12-28 08:30:33 -05:00
RadixMap.h
SpellChecker.cpp
StrBloomMap.h
StrHashMap.h
Targets.cpp
VSSupport.cpp Improved VS detection 2020-10-30 05:51:39 -07:00
WinDebugger.cpp Fixed Get Debug Alloc Information pausing 2022-06-04 18:30:56 -07:00
WinDebugger.h Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
X64.cpp LLVM 13.0.1 fixes 2022-02-06 13:12:15 -03:00
X64.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
X86.cpp LLVM 13.0.1 fixes 2022-02-06 13:12:15 -03:00
X86.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
X86InstrInfo.h
X86Target.cpp Upgrade to VS2019, LLVM 11.0.0 2020-10-27 12:28:23 -07:00
X86Target.h
X86XmmInfo.cpp