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

878 commits

Author SHA1 Message Date
Brian Fiete
c6878bfafb
Merge pull request #286 from pmysl/master
Fix libffi issue on macOS
2020-05-21 09:11:35 -07:00
Piotr Myśliński
7fd7ba6e87
Fix libffi issue on macOS 2020-05-21 17:54:28 +02:00
bfiete
6b46904510 Working on Linux fixes 2020-05-21 06:58:26 -07:00
Brian Fiete
cce45dbc15 Fixed issues with multi-window editing 2020-05-20 06:44:21 -07:00
Brian Fiete
387ba470d4 Fixed some file/dir deleting issues 2020-05-20 06:43:41 -07:00
Brian Fiete
9a2d200b70 Fixed a few read-only modifications 2020-05-20 06:42:38 -07:00
Brian Fiete
9ede79e29d Added word wrapping for documentation 2020-05-20 06:25:02 -07:00
Brian Fiete
f505c9b6aa Fixed autoprops in structs 2020-05-19 13:19:26 -07:00
Brian Fiete
01f82d1250 Fixed symbol renaming closing in temp tab 2020-05-19 12:28:31 -07:00
Brian Fiete
952e3aec58 Nullable fixes with != 2020-05-19 12:27:26 -07:00
Brian Fiete
bf80ec8897 Fixed string literal viewing 2020-05-19 12:27:09 -07:00
Brian Fiete
cbf4ade673 Fix for disabling and then re-enabling memory breakpoints 2020-05-19 10:49:41 -07:00
Brian Fiete
96b22f5760 Fixed language setting for "_" in memory breakpoints 2020-05-19 10:42:45 -07:00
Brian Fiete
a9e8277836 Fixed issue where breakpoint configure from hover watch closes 2020-05-19 10:42:20 -07:00
Brian Fiete
e82daf74d4 Fixed params expression with ref values 2020-05-19 09:42:11 -07:00
Brian Fiete
4fe6bcaa86 Made some fixes for not having a resolve compiler enabled 2020-05-19 09:09:18 -07:00
Brian Fiete
e5e40811cf Added RemoveProject functionality 2020-05-19 09:08:35 -07:00
Brian Fiete
ddd221c187 Added test for removing project 2020-05-19 09:08:13 -07:00
Brian Fiete
833b4002a5 Fixed project removal crash 2020-05-19 09:07:34 -07:00
Brian Fiete
0d1fc7e1a5 Reification fixes 2020-05-19 07:13:15 -07:00
Brian Fiete
622b832858 Fixing reification of attributes 2020-05-18 17:20:03 -07:00
Brian Fiete
14ad1b72fc Fixed string length override 2020-05-18 13:16:16 -07:00
Brian Fiete
86d8f78761 Allowed more flexible attribute type lookup, supporting inner types 2020-05-18 13:12:18 -07:00
Brian Fiete
3509d659ea Fix for sized array initializer with global variables 2020-05-18 09:59:59 -07:00
Brian Fiete
cd09529c9a Marking project as changed when dependency is implicitly removed 2020-05-18 09:36:04 -07:00
Brian Fiete
dd1c1ed562 Fix for deferred evals in function-style cast 2020-05-18 09:35:50 -07:00
Brian Fiete
8334ed2ad4 Linux uint64 fix 2020-05-18 09:12:03 -07:00
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