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

2304 commits

Author SHA1 Message Date
Brian Fiete
8d0f70588f Fixed isalpha signed issue 2021-02-15 10:21:00 -08:00
Brian Fiete
f2516b7ab8 Retry on unexpected http failures 2021-02-15 09:56:51 -08:00
Brian Fiete
bb848624d1 Version bump (0.43.0) 2021-02-15 07:29:07 -08:00
Brian Fiete
a9001b73b6 Fixed active typedef issue 2021-02-15 07:26:37 -08:00
Brian Fiete
0bbb8398d2 Fixed field dtors with valueless fields 2021-02-15 07:18:58 -08:00
Brian Fiete
ce96772054 Fixed concrete return in interface extension 2021-02-15 07:03:48 -08:00
Brian Fiete
10f175b0c5 Fix for deleting mFileNames values in Reset 2021-02-14 07:36:26 -08:00
Brian Fiete
ed679f6f10 Fixed null coalescing for function pointers 2021-02-14 06:40:02 -08:00
Brian Fiete
6e58454825 Fixed global lookup in default param values 2021-02-13 07:24:26 -08:00
Brian Fiete
1d5bb1fade SDL_GetDisplayUsableBounds linkname fix 2021-02-13 06:02:50 -08:00
Brian Fiete
a6e8436b2f Derived CRTP fixes 2021-02-12 09:31:09 -08:00
Brian Fiete
fda6c326c0 Fixed crash with illegal recursive generic definitions 2021-02-12 08:04:08 -08:00
Brian Fiete
3cdc70c1be Fixed defer statement warning in emitted code 2021-02-12 07:44:43 -08:00
Brian Fiete
b356e4735c Refactored prebuild/postbuild command handling 2021-02-12 05:50:10 -08:00
Brian Fiete
85c9a6ebc8 Fixed global var TLS issue 2021-02-11 09:19:34 -08:00
Brian Fiete
1c14177638 Fixed MapType issue with global var 2021-02-11 08:20:57 -08:00
Brian Fiete
cffd849045 Fixed lookup infinite field loop during custom attribute population 2021-02-11 07:46:05 -08:00
Brian Fiete
fb0bace727 Fixed duplicate global variables when used as default args 2021-02-11 06:48:51 -08:00
Brian Fiete
503590cea5 Fixed unreachable code warning with lambda dtor 2021-02-10 09:03:17 -08:00
Brian Fiete
fa9b0d2297 Improved project name override for macros 2021-02-10 07:37:31 -08:00
Brian Fiete
f9ea536d4a Can set project macro project name like $(BuildDir ProjName) 2021-02-10 07:15:18 -08:00
Brian Fiete
fd5756a93b Fixed invalid stream write after a FileStream open error 2021-02-10 07:13:41 -08:00
Brian Fiete
e209f7ac66 Made debug command path relative to the working directory 2021-02-09 17:10:24 -08:00
Brian Fiete
a31770ca98 Unreified string table reference fix 2021-02-09 17:02:00 -08:00
Brian Fiete
e6a918600b Fixed string literal issues with import 2021-02-09 16:24:02 -08:00
Brian Fiete
e3803ed007 Fixed some attribute reification issues 2021-02-09 14:07:11 -08:00
Brian Fiete
7ff8a25307 Fixed attribute ctor idx. Order reflected methods by name 2021-02-09 11:37:45 -08:00
Brian Fiete
9d79db063b Improved string table usage tracking 2021-02-09 10:40:37 -08:00
Brian Fiete
bb2fe56dc9 Reordered postbuild commands to occur after all linking 2021-02-08 17:46:22 -08:00
Brian Fiete
b0f69ae37d Made comment wrapping smarter 2021-02-08 12:12:49 -08:00
Brian Fiete
aed9fb5d36 Fixed hex ToString 2021-02-08 11:48:52 -08:00
Brian Fiete
0f014cbec8 Added !raw immediate window command for string dumps 2021-02-08 09:56:24 -08:00
Brian Fiete
66adc12f73 Improved dragging list view items 2021-02-08 08:51:02 -08:00
Brian Fiete
fd001a2f69 Fixed erroneous data cycle detection in unions 2021-02-08 07:56:23 -08:00
Brian Fiete
cf878097fe Fixed tuple expression for tuples with valueless field 2021-02-08 07:01:44 -08:00
Brian Fiete
f999ada369 Fixed ResolveGenericType case from unspecialized type variation 2021-02-08 06:32:47 -08:00
Brian Fiete
90fa8941a6 More libs generated 2021-02-08 05:16:44 -08:00
Brian Fiete
544c00f2c3
Merge pull request #902 from bttelle/fix-move-last-from-perm
Respect 'Permanent' on TabbedViews when dragging tabs out
2021-02-08 05:06:15 -08:00
Brian Fiete
4592044436 Name comparison fix 2021-02-08 05:04:14 -08:00
Joseph Battelle
0d57e54033 Respect 'Permanent' on TabbedViews when dragging tabs out
TabbedViews now remain open when a single remaining tab is dragged
out of the view when the DockedWidget has 'mAutoClose = false'. This
also applies to views of secondary windows which now remain open and
empty when permanent. In this case, the full window visual no longer
participates in the drag when a single tab is dragged out.
2021-02-07 21:33:53 -08:00
Brian Fiete
3da1881c9b Preserve equal-hash order during rehash 2021-02-07 16:18:19 -08:00
Brian Fiete
5077876ef7 Better failure for invalid method instance 2021-02-07 16:17:47 -08:00
Brian Fiete
9268e3b25d Fixed dtor lookup 2021-02-07 16:17:24 -08:00
Brian Fiete
eddbf7a984 Reworked !hasRequiredTypes state 2021-02-07 06:00:34 -08:00
Brian Fiete
5f5c752f5d Better key chord matching 2021-02-06 07:10:30 -08:00
Brian Fiete
2e4792d51e Fix to disable VS check when VS is not required 2021-02-06 06:55:32 -08:00
Brian Fiete
fc1a54c208 Fix for FOLDERID_ linkage for msvcrt builds 2021-02-05 13:23:16 -08:00
Brian Fiete
5d5186f812 Missed lib 2021-02-05 12:35:25 -08:00
Brian Fiete
59f0ff8806 Enable multiprocessor compilation on VS projects 2021-02-05 12:00:25 -08:00
Brian Fiete
771422b8a8
Merge pull request #894 from bttelle/fix-empty-workspace
Fix for Workspace Explorer panel with no workspace
2021-02-05 11:52:05 -08:00