1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00
Commit graph

17 commits

Author SHA1 Message Date
Brian Fiete
434a7406de Fixed some comptime dependency rebuilding issues with aliases/extensions 2022-02-16 18:28:23 -05:00
Brian Fiete
4b7ad7036c Dependency fix for elemented types (ie: pointer types) 2021-10-24 16:07:12 -07:00
Brian Fiete
e6c4a95ccd Start of package management 2021-02-25 08:10:21 -08:00
Brian Fiete
27a586df04 Fixed atom deletion issue 2020-12-25 05:22:02 -08:00
Brian Fiete
2c8b14ebed Test addition 2020-10-24 15:56:59 -07:00
Brian Fiete
79c9f5d818 Fixed generic interference with generic tuples 2020-08-26 06:10:36 -07:00
Brian Fiete
1e446a655c Fixed Test4 2020-07-19 11:07:18 -07:00
Brian Fiete
230ff8270e Temporarily remove BugW004 test 2020-07-19 09:25:33 -07:00
Brian Fiete
87ca2f71af Added new tests scripts 2020-07-19 05:50:22 -07:00
Brian Fiete
1e8d2ca6e8 Reformatting 2020-05-30 06:03:28 -07:00
Brian Fiete
ddd221c187 Added test for removing project 2020-05-19 09:08:13 -07:00
Brian Fiete
61b440ea36 Adding new test suite 2019-11-07 06:49:32 -08:00
Brian Fiete
e5de09488e Fixed some indenting issues, added indenting test 2019-10-04 10:36:53 -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
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
078564ac9e Initial checkin 2019-08-23 11:56:54 -07:00