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

5279 commits

Author SHA1 Message Date
Brian Fiete
c5dca50e50 Fixed the lambda hotswap change 2019-09-04 05:57:56 -07:00
Brian Fiete
1e04bb1b3e Autocomplete fixes, debugger fixes
Fixed autocomplete issue typing out base class name
Fixed autocomplete issue typing before a member access (ie: in 'val' for 'val.MethodA()')
Fixed invocation autocomplete with [Friend] access
2019-09-04 04:44:00 -07:00
Brian Fiete
2f01cc14dd Beefy::String changes, lambda hotswap fixes
Changed some string internals related to StringViewsma
Added an "incompatible capture" error for lambdas when the captures change
2019-09-03 11:17:13 -07:00
Brian Fiete
767a3fafd9 Added extra case for DbgBreakPoint check for Win32 2019-09-03 05:06:03 -07:00
Brian Fiete
1f7654b68e Merge remote-tracking branch 'origin/master' 2019-09-02 17:39:56 -07:00
Brian Fiete
b63a243fd7 Working on installer, fixing more Win32 issues
Throwing error on member references with ".." cascade token outside invocations (ie: "ts..mA = 123")
Fixed 'Thread.ModuleTLSIndex' error - which caused us TLS lookup failures in Beef DLLs
Fixed some hotswap errors
Made BeefPerf shut down properly
Fixed an 'int literal' FixIntUnknown issue where rhs was System.Object which caused an illegal boxing
Fixed COFF::LocateSymbol issues with Win32 and also with linking to static libraries - showed up with hot-linking in fmod when hot-adding a floating point mod
Fixed a couple memory leaks
Fixed alignment issue in COFF::ParseCompileUnit
2019-09-02 17:39:47 -07:00
Brian Fiete
f6226150ad Linux fixes 2019-08-30 05:16:25 -07:00
Brian Fiete
aad0a640c5 Fixed test error 2019-08-29 18:10:38 -07:00
Brian Fiete
3625d76cc7 Fixed cascade error, switched minidump test to use symbols.beeflang.org 2019-08-29 17:40:17 -07:00
Brian Fiete
7966abb501 Fixed text script 2019-08-29 16:25:03 -07:00
Brian Fiete
183b09bc73 Fixed linking for lib tests 2019-08-29 16:04:36 -07:00
Brian Fiete
a7eacff199 Added holder 2019-08-29 14:57:43 -07:00
Brian Fiete
a367b8165f Win32 debugging fixes, more work on custom compile commands
Fixed working dir for 'launch'
Fixed attaching to process - stack trace wasn't updating properly
Fixed more custom compile stuff, and BeefySysLib bin destination
Fixed linking issues related to Bfp* and Bp* exports in both BeefRT and BeefySysLib
Fixed a crash with conditional breakpoints
Fixed release mode IDE issues (related to hot swap breakpoints)
Fixed hotswapping type data with LLVM builds
Fixed 'Pause' state processing Running_ToTempBreakpoint for ScriptManager
Fixed Win32 step out when there's an ESP adjustment at the return site
Made step-out skip over "unimportant" instructions at return site
2019-08-29 14:19:07 -07:00
Brian Fiete
09016c8dc0 Bug fixes, installer, [Export]
Fixed a bunch of bugs in aggregate const initializers
Fixed ZIP bugs
Fixed a compilation case where we change protection while reifying a type
Added another project kind - Dynamic Library
Added [Export] for DLL method exporting
Fixed some issues of things being  generated as __NOINLINE incorrectly
Fixed an issue with module extensions with not-yet-demanded on-demand methods
Started adding Installer
2019-08-27 08:04:41 -07:00
Brian Fiete
efa22e51fb Auto stash before merge of "master" and "origin/master" 2019-08-24 10:11:20 -07:00
Brian Fiete
e49445dc47 Updated 2019-08-24 10:11:05 -07:00
Brian Fiete
3515a59bea Working on BeefInstall 2019-08-24 10:08:36 -07:00
Brian Fiete
15e65e240d Removed debugging 2019-08-24 08:23:26 -07:00
Brian Fiete
968a9ace75 Debugging build 2019-08-24 08:18:49 -07:00
Brian Fiete
bc261e50c9 Linux fixes 2019-08-24 08:01:43 -07:00
Brian Fiete
a1393a570a +x 2019-08-24 07:00:10 -07:00
Brian Fiete
a2a1bf9b09 Set executable bit on build.sh 2019-08-24 06:00:33 -07:00
Brian Fiete
4d87f20085 Changed PlatformVersion to match other libs 2019-08-24 05:41:29 -07:00
Brian Fiete
2c6b23ea7d Upaded libhunspell, MinRT, .gitignore 2019-08-24 05:38:02 -07:00
Brian Fiete
f740f3868c Removed unnecessary libs from BeefProj, added more to .gitignore 2019-08-24 05:06:57 -07:00
Brian Fiete
02d3ad5983 Fixed some gitignore stuff 2019-08-23 16:40:52 -07:00
Brian Fiete
97cd477a9c Fixed .gitignore 2019-08-23 12:18:57 -07:00
Brian Fiete
078564ac9e Initial checkin 2019-08-23 11:56:54 -07:00
Brian Fiete
c74712dad9 Initial commit 2019-08-20 08:43:33 -07:00