1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Commit graph

134 commits

Author SHA1 Message Date
Brian Fiete
59f5faac5f Clearing breakpoints on detach 2019-09-26 08:27:51 -07:00
Brian Fiete
4fcbdc423d Minor IDE fixes 2019-09-26 08:26:49 -07:00
Brian Fiete
e4635f0f52 Added module name to stack traces 2019-09-26 08:25:54 -07:00
Brian Fiete
1e8004981f CrashCatch test 2019-09-26 08:25:15 -07:00
Brian Fiete
ad1ba70fdd Fixed some Win7 compat issues 2019-09-25 07:51:06 -07:00
Brian Fiete
54d5884213 Fixes for ShowWrongHash, looking into debug info issues in opt llvm 2019-09-24 08:58:04 -07:00
Brian Fiete
c67fbd66ba Added BeefIDE_d warning 2019-09-23 14:55:26 -07:00
Brian Fiete
6143c617b7 Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Brian Fiete
aa313a1a9d Made GetActualPath tolerant of multiple slashes 2019-09-23 13:47:21 -07:00
Brian Fiete
54b77f400a Fixes for 'Welcome' 2019-09-23 11:50:11 -07:00
Brian Fiete
c6ef4b9b75 Added missing Welcome images 2019-09-23 11:07:58 -07:00
Brian Fiete
fa0311f849 Adding WelcomePanel 2019-09-23 09:41:21 -07:00
Brian Fiete
5f84a7e4e3 Adding "CTRL UP/DOWN" tutorial for autocomplete 2019-09-23 09:40:56 -07:00
Brian Fiete
e65e4049fa Fixed GetActualPath where path begins with a slash 2019-09-23 07:39:53 -07:00
Brian Fiete
9465247dfe Fixed jittering centering 2019-09-23 07:39:35 -07:00
Brian Fiete
4882a0a1aa Changed directories for cloc 2019-09-22 09:35:20 -07:00
Brian Fiete
2505a6d6eb Fixed autocomplete when previous argument was an indexer 2019-09-22 09:34:57 -07:00
Brian Fiete
bc717c7dcb Put back symbol lookup 2019-09-22 09:34:07 -07:00
Brian Fiete
eb139fd33c Fixes for debugger, -run and -new support for BeefBuild 2019-09-22 08:25:38 -07:00
Brian Fiete
f534da77ff Added missing lib 2019-09-21 16:01:55 -07:00
Brian Fiete
bccb2e352b Fixed linking for msvcrt 2019-09-21 15:54:55 -07:00
Brian Fiete
a58c40b605 Added "Save Crash Dump" option 2019-09-21 14:54:02 -07:00
Brian Fiete
2c354c9bf3
Update README.md 2019-09-21 10:52:53 -07:00
Brian Fiete
13c4cc554a
Update README.md 2019-09-21 10:52:32 -07:00
Brian Fiete
54e3eea871 Revert "Auto stash before merge of "master" and "origin/master""
This reverts commit c0c0db7485.
2019-09-21 10:51:09 -07:00
Brian Fiete
c0c0db7485 Auto stash before merge of "master" and "origin/master" 2019-09-21 10:49:35 -07:00
Brian Fiete
0831887aa1 Merge remote-tracking branch 'origin/master' 2019-09-21 10:48:37 -07:00
Brian Fiete
97255ae7d0 Readme 2019-09-21 10:48:30 -07:00
Brian Fiete
63191e1c86 Linux fixes 2019-09-20 16:07:04 -07:00
Brian Fiete
41185e871c Fixed minidump 2019-09-20 10:40:09 -07:00
Brian Fiete
a32d18d962 Debugger fixes
Removing some debugger remote-requests
2019-09-20 09:21:29 -07:00
Brian Fiete
c2d086fe8e Allowing HTTP requests for source servers 2019-09-20 09:19:38 -07:00
Brian Fiete
cb84684517 Ignore changes 2019-09-20 05:22:02 -07:00
Brian Fiete
310efb5c0c Fixed startup delay due to TCMalloc EstimateCyclesPerSecond 2019-09-19 07:05:22 -07:00
Brian Fiete
a414045e96 Cleanup 2019-09-19 06:36:01 -07:00
Brian Fiete
db1e7dfd71 Oops 2019-09-19 06:35:41 -07:00
Brian Fiete
d21954bac9 Cleanup, removed 's' marker from leaked objects 2019-09-19 06:35:34 -07:00
Brian Fiete
d0de2cca64 Cleanup, fixing error when last line is not newline-terminated 2019-09-19 06:06:49 -07:00
Brian Fiete
7dbfd15292 Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Brian Fiete
4cd58262e4 Cleanup 2019-09-19 05:34:46 -07:00
Brian Fiete
bda5f560eb Added ability to set default folder 2019-09-19 05:34:36 -07:00
Brian Fiete
4e2cc8875e Fixed project creation for creating new workspace 2019-09-19 05:34:11 -07:00
Brian Fiete
fbd4e14fb6 Allowing allocation of arrays by uint size instead of just int 2019-09-18 17:10:06 -07:00
Brian Fiete
49a19647d3 Small fixes 2019-09-18 13:02:01 -07:00
Brian Fiete
243ffaf851 Supporting wildcard for CopyIfNewer 2019-09-18 13:01:29 -07:00
Brian Fiete
eb9943ca0a Added concept of macro commands, starting with $(Slash <arg>) 2019-09-18 13:01:18 -07:00
Brian Fiete
9f1ea28953 Fixed bug with stack saving
In certain cases when we need to remove the StackSave (because we crossed the save threshold with an allocation), there may already be restores using that stack save which need to be removed as well.
2019-09-18 13:00:44 -07:00
Brian Fiete
be7e82f5b6 Fixed bug 2019-09-18 12:58:35 -07:00
Brian Fiete
07d6f73d91 Adding SDL2 binaries to SDL2/dist 2019-09-18 12:57:57 -07:00
Brian Fiete
ba2c4faa59 Added a wait-for-classify on initial showing to reduce color flashing 2019-09-18 09:58:40 -07:00