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

1779 commits

Author SHA1 Message Date
Brian Fiete
e1119d77a9 Fixed autocomplete duplicate documentation issue 2020-11-04 07:56:40 -08:00
Brian Fiete
d4d59e5ed6 Filtered out unchanged recovery files 2020-11-04 06:58:03 -08:00
Brian Fiete
716ec05394 Fixed FileWatcher overflow manual override 2020-11-04 06:51:30 -08:00
Brian Fiete
07cdbbf142 Fixed classview search 2020-11-03 08:01:45 -08:00
Brian Fiete
6302b5e247 Fixed freeze during OpenCodeBlock 2020-11-03 05:25:53 -08:00
Brian Fiete
4badc6eede
Merge pull request #647 from aharabada/master
Fixed custom DateTime formatting
2020-11-02 16:43:56 -08:00
Simon Lübeß
a360ab4668 Fixed DateTimeFormat.FormatCustomized 2020-11-02 23:22:49 +01:00
Brian Fiete
6afaf4faad Renamed Build Solution to Build Workspace. More menu items. 2020-11-02 13:07:46 -08:00
Brian Fiete
4bc0b82c8b Added support for explicit generic type 2020-11-01 04:37:40 -08:00
Brian Fiete
d15057ca6b Disable safeseh for Win32 ld-link 2020-10-30 14:57:53 -07:00
Brian Fiete
0c2e3bead9 Merge remote-tracking branch 'origin/master' 2020-10-30 13:21:24 -07:00
Brian Fiete
587f91fcce Fixed interface error with private property accessors 2020-10-30 13:20:54 -07:00
Brian Fiete
72d48c7cfa
Merge pull request #644 from thibmo/uint_string_format_fix
Fix formatting issue for UInt32, UInt16, UInt8 and UInt
2020-10-30 13:10:57 -07:00
Brian Fiete
c26301f5aa
Merge pull request #645 from M0n7y5/patch-1
Fixed old macros for x86 compilation
2020-10-30 13:04:21 -07:00
M0N7Y5
09dc6fde3a
Fixed old macros for x86 compilation 2020-10-30 20:58:33 +01:00
Brian Fiete
e2bc29cf9c == fix 2020-10-30 09:35:48 -07:00
Brian Fiete
8abb72939b Fix for lambda caching within mixin 2020-10-30 09:03:36 -07:00
Brian Fiete
08703e0cf4 VS2019 upgrade 2020-10-30 06:02:55 -07:00
Brian Fiete
f159e071f3 Force VS2019 2020-10-30 05:52:06 -07:00
Brian Fiete
b94f69b976 Improved VS detection 2020-10-30 05:51:39 -07:00
Brian Fiete
d82aab3b3f Workaround for VS2019 optimization bug 2020-10-30 05:51:13 -07:00
Thimo
49d436b6cd Fix small int/uint typo in NumberFormatter.bf 2020-10-28 23:24:59 +01:00
Thimo
73ec76540e Fix ToString formatting for uint32 (cascading to uint16, uint8 and uint) 2020-10-28 23:17:51 +01:00
Brian Fiete
414a6faa56 Temporarily removed broken LLVM tests 2020-10-28 15:11:41 -07:00
Brian Fiete
114f5a3c92 X86 GetTarget fix 2020-10-28 13:21:42 -07:00
Brian Fiete
25ff5ef109 VS2019 update 2020-10-28 10:02:08 -07:00
Brian Fiete
545c509e17 Merge remote-tracking branch 'origin/master' 2020-10-28 09:53:48 -07:00
Brian Fiete
090f987c1a LLVM 11 build fix 2020-10-28 09:35:06 -07:00
Brian Fiete
9995803d60 Linux fixes for LLVM 11 2020-10-28 09:34:23 -07:00
Brian Fiete
9706a76097 Fixed abstract/concrete warnings for invalid types 2020-10-27 14:55:23 -07:00
Brian Fiete
b43007a1b6 Upgrade to VS2019, LLVM 11.0.0 2020-10-27 12:28:23 -07:00
Brian Fiete
7883d0cafa Fixed concrete method warning 2020-10-27 12:26:15 -07:00
Brian Fiete
5167298ab2 Added warnings for invalid interface method decls 2020-10-26 15:32:10 -07:00
Brian Fiete
710d7636d6 Added "Unlocked Projects" options to Find in Files 2020-10-26 14:05:48 -07:00
Brian Fiete
71f5448f32 Support for internal property overrides in extensions 2020-10-26 13:52:04 -07:00
Brian Fiete
c4ff32826e Fixed #define with comments 2020-10-26 13:01:35 -07:00
Brian Fiete
251a8bb379 Fixed boxing from ternary operator 2020-10-26 12:51:01 -07:00
Brian Fiete
f09a9b41f1 Fixed enum with extension with ToString override 2020-10-26 11:38:44 -07:00
Brian Fiete
38d2eff3f6 Fixed namespace colorization when outer type name matches namespace 2020-10-26 10:47:33 -07:00
Brian Fiete
8b74b15102 Fixed internal override mangling in same project 2020-10-26 10:47:01 -07:00
Brian Fiete
84594e66ff Remove 'base' call for inner override impl 2020-10-26 10:46:35 -07:00
Brian Fiete
8ee47190cd
Merge pull request #585 from eveningstarinc/master
Fix misc bugs w/ IDE build in folders with a space
2020-10-26 09:58:52 -07:00
Brian Fiete
5cf3055750 Fixed reification of internal method overrides in uninstantiated types 2020-10-25 11:08:42 -07:00
Brian Fiete
2c41b5c3f7 Fixed FORCELINK sret issue 2020-10-25 10:52:28 -07:00
Brian Fiete
ae40f99cb4 Made 'override' work for internal overrides 2020-10-25 10:40:40 -07:00
Brian Fiete
2c8b14ebed Test addition 2020-10-24 15:56:59 -07:00
Brian Fiete
4f11ba31ac Protection fix 2020-10-24 15:56:47 -07:00
Brian Fiete
e8eec204fb Reification test 2020-10-24 15:50:06 -07:00
Brian Fiete
fe3ba6d4d8 Fixed field protection in extension 2020-10-24 15:44:18 -07:00
Brian Fiete
20b1ccd672 GNU extension override mangling fix 2020-10-23 14:18:06 -07:00