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

11 commits

Author SHA1 Message Date
Brian Fiete
9baf0ead21 Support for marking append-allocated objects (mHasAppendWantMark) 2025-01-28 14:49:15 -08:00
Brian Fiete
53376f3861 Fixed some edge cases in write-past-end detection 2022-06-02 15:01:02 -07:00
Brian Fiete
e623449e24 Added write-past-end detection in debug allocator 2022-06-02 10:55:29 -07:00
Brian Fiete
09bf85ad0e Improved performance with lots of raw leaks displayed 2021-12-06 12:35:13 -08:00
Brian Fiete
bcc8389ae8 Better hints for viewing leaked memory info 2020-11-16 17:52:25 -08:00
Brian Fiete
4cf6af53bd Div protection 2020-06-10 05:44:38 -07:00
Brian Fiete
accc74957a Calling convention fix (only triggered in Win32) 2020-04-09 14:37:17 -07:00
Brian Fiete
c531ade968 Fixed large allocation issues 2019-12-05 06:51:11 -08:00
Brian Fiete
9c9bfdc6d4 GC marking in addr order for cache, improved reporting 2019-11-07 10:01:23 -08: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