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

851 commits

Author SHA1 Message Date
Brian Fiete
693334bdc8 Fixes to SetDeleted 2020-05-18 08:30:42 -07:00
Brian Fiete
8745b40828 Allow for '.' allocation of raw arrays 2020-05-18 06:58:22 -07:00
Brian Fiete
76dfe97d78 Another pass at marking scoped raw arrays as deleted 2020-05-18 06:58:02 -07:00
Brian Fiete
81f8a95cd8 Avoiding closing of main frame when last tab is closed 2020-05-17 07:05:07 -07:00
Brian Fiete
fb96595ac3 Fixed null check for mAttributeTypeRef 2020-05-17 07:04:40 -07:00
Brian Fiete
3d3cde906b Fixed zeroing of paramdecl in lambdas 2020-05-17 06:58:03 -07:00
Brian Fiete
6976de31af Fixed issues closing tabs 2020-05-17 06:44:23 -07:00
Brian Fiete
79ae4e3eb2 SDL_GL_CreateContext name fix 2020-05-17 06:19:25 -07:00
Brian Fiete
dc7ebf12c5 Support for string literals with embedded zeroes 2020-05-17 06:11:54 -07:00
Brian Fiete
d11c79e43e Added more informational mouseovers 2020-05-17 06:10:56 -07:00
Brian Fiete
9499c727ab Fixed title in release mode 2020-05-17 05:05:34 -07:00
Brian Fiete
7fc71c7197 Linux fix 2020-05-16 12:26:13 -07:00
Brian Fiete
50244bf400 Triple-click to select line 2020-05-16 10:11:04 -07:00
Brian Fiete
4472449cc4 Allows for stack base to change 2020-05-16 10:07:17 -07:00
Brian Fiete
2510c16389 More generics tests 2020-05-16 08:21:34 -07:00
Brian Fiete
7434885d07 Fixed generics property and ctor visibility 2020-05-16 08:21:20 -07:00
Brian Fiete
372bb5f32f Fix for pdb warning on release builds 2020-05-15 17:01:56 -07:00
Brian Fiete
a1729e8297 Made static lookup for with generic constraints 2020-05-15 17:01:38 -07:00
Brian Fiete
121e5b9b06 Added type enumeration 2020-05-15 15:42:44 -07:00
Brian Fiete
dad51be5d6 Switched to /Z7 for static BeefRT libs 2020-05-15 15:29:50 -07:00
Brian Fiete
e7aebdaccf Mintest changes 2020-05-15 15:09:00 -07:00
Brian Fiete
24d083f028 Added tests for typed primitives 2020-05-15 15:08:26 -07:00
Brian Fiete
cfc25003a0 Disallow function calls in conditional breakpoints 2020-05-15 14:54:43 -07:00
Brian Fiete
e5f97bc618 Fix for evaluating typed primitives 2020-05-15 12:39:18 -07:00
Brian Fiete
f3e9224a45 Made hashing better 2020-05-15 12:39:07 -07:00
Brian Fiete
63c6421413 Fixed issues using object flags on on-debug default alloc 2020-05-15 10:33:56 -07:00
Brian Fiete
66216ce5d9 Fixed a crash on failed delegate bind 2020-05-15 08:53:10 -07:00
Brian Fiete
0113ce7115 Improved handling of platform configs 2020-05-15 08:52:48 -07:00
Brian Fiete
e8fd27fb0c Added IsEmpty property 2020-05-15 08:50:27 -07:00
Brian Fiete
7211381672 Added a windows-only error 2020-05-15 06:28:32 -07:00
Brian Fiete
2f33b193bd Added 'not supported' build type for friendlier "won't built" marking 2020-05-15 06:28:01 -07:00
Brian Fiete
c334761aaa Fix for empty var type 2020-05-15 06:26:59 -07:00
Brian Fiete
9c09fbd6c0 Merge remote-tracking branch 'origin/master' 2020-05-14 15:21:50 -07:00
Brian Fiete
bdf9eefad2 Added move ctor 2020-05-14 15:21:44 -07:00
Brian Fiete
e18b35df7a
Merge pull request #258 from qzole/sdl_handle_events
Added virtual HandleEvent to SDLApp
2020-05-14 15:17:06 -07:00
Brian Fiete
273a2035bd
Merge pull request #259 from qzole/sdl_public_malloc
Made malloc and free public in SDL binding
2020-05-14 15:16:35 -07:00
Brian Fiete
2ac6b339b2 Fixed memory leaks 2020-05-14 14:56:25 -07:00
Brian Fiete
29fbafb91f Fixed module mutability issue 2020-05-14 14:55:56 -07:00
Zoltán Kurucz
10ad3514a4 Made malloc and free public in SDL binding (used for freeing up clipboard text data in imgui binding) 2020-05-14 23:52:18 +02:00
Zoltán Kurucz
cae19b3363 Added virtual HandleEvent to SDLApp for ease in case it's needed (imgui binding for example handles all events like this.
Removed duplicated Quit event type handling.
2020-05-14 23:39:25 +02:00
Brian Fiete
71aea8107f Fixed int8 imul issue 2020-05-13 17:08:08 -07:00
Brian Fiete
299918d641 Fixed virtual indexers 2020-05-13 16:28:42 -07:00
Brian Fiete
3280238ade Fixed enabling for Stop Debugging 2020-05-13 16:09:06 -07:00
Brian Fiete
1bb6a2c0e5 Fixed ability to add data members to string 2020-05-13 15:07:26 -07:00
Brian Fiete
21e2269d43 Fixed FieldInfo.SetValue for objects 2020-05-13 15:07:03 -07:00
Brian Fiete
767ced3563 Improved fatal errors - they run through crash handler now 2020-05-13 12:30:25 -07:00
Brian Fiete
9010d8ed47 Fixed 'Start Without Debugging' vs 'Start Without Compiling' 2020-05-13 12:28:20 -07:00
Brian Fiete
25b8cdc808 Fixed uninitialized local variable 2020-05-13 12:27:31 -07:00
Brian Fiete
d5a2db5a06 Fixed StructRet issues with delegates and lambdas 2020-05-13 07:43:59 -07:00
Brian Fiete
d2edcd2ae9 DupDebugLocation support 2020-05-13 07:43:25 -07:00