1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/IDEHelper
2022-07-27 12:26:36 -04:00
..
Backend Trimmed trailing whitespace 2022-07-27 12:26:36 -04:00
Beef Fixes from valgrind 2022-03-18 18:06:14 -07:00
Clang Initial checkin 2019-08-23 11:56:54 -07:00
Compiler Fixed LLVM AtomicStore arg 2022-07-26 17:52:30 -04:00
Linker Removed Win10-only call 2019-09-18 08:15:36 -07:00
Tests Fixed nested generic type alias type reference 2022-07-16 14:28:18 -04: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 Initial checkin 2019-08-23 11:56:54 -07:00
BumpList.h Initial checkin 2019-08-23 11:56:54 -07:00
CMakeLists.txt remove trailing whitespace from CMakeLists.txt files 2022-07-23 21:54:50 +02: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 Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
CPU.h Initial checkin 2019-08-23 11:56:54 -07:00
dbg.txt Initial checkin 2019-08-23 11:56:54 -07:00
DbgEvalPool.cpp Initial checkin 2019-08-23 11:56:54 -07:00
DbgEvalPool.h Initial checkin 2019-08-23 11:56:54 -07:00
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 Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DbgMiniDump.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
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 Changes to improve IDE Module Panel, allowing loading image and pdb 2019-09-27 13:05:39 -07:00
DbgSymSrv.h Initial checkin 2019-08-23 11:56:54 -07:00
DbgTypeMap.cpp Initial checkin 2019-08-23 11:56:54 -07:00
DbgTypeMap.h Initial checkin 2019-08-23 11:56:54 -07:00
DebugCommon.h Arithmetic overflow checks 2022-01-11 08:17:09 -05:00
Debugger.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
Debugger.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DebugManager.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DebugManager.h Trailing whitespace trimming 2022-07-26 13:27:03 -04: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 Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DebugVisualizers.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
DWARFInfo.h Initial checkin 2019-08-23 11:56:54 -07:00
DwAutoComplete.h Initial checkin 2019-08-23 11:56:54 -07:00
HandleDbg.cpp Initial checkin 2019-08-23 11:56:54 -07:00
HandleDbg.h Initial checkin 2019-08-23 11:56:54 -07:00
HotHeap.cpp Initial checkin 2019-08-23 11:56:54 -07:00
HotHeap.h Initial checkin 2019-08-23 11:56:54 -07:00
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 Add /MP to all VS projects 2022-07-08 16:23:38 -03: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 Initial macOS changes 2019-10-14 14:08:29 -07:00
LinuxDebugger.h Initial checkin 2019-08-23 11:56:54 -07:00
LLVMUtils.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
MiniDumpDebugger.cpp Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
MiniDumpDebugger.h Initial checkin 2019-08-23 11:56:54 -07:00
NetManager.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
NetManager.h Trailing whitespace trimming 2022-07-26 13:27:03 -04: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 Initial checkin 2019-08-23 11:56:54 -07:00
SpellChecker.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
StrBloomMap.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
StrHashMap.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
Targets.cpp Initial checkin 2019-08-23 11:56:54 -07:00
VSSupport.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04: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 Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X64.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86InstrInfo.h Initial checkin 2019-08-23 11:56:54 -07:00
X86Target.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
X86Target.h Initial checkin 2019-08-23 11:56:54 -07:00
X86XmmInfo.cpp Initial checkin 2019-08-23 11:56:54 -07:00