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

1792 commits

Author SHA1 Message Date
Brian Fiete
cd2561b68e Fixed formatting of comma-separated fields with initializers 2020-11-09 08:54:40 -08:00
Brian Fiete
6cb13900b0 Added support for attributes on enum case members 2020-11-09 06:53:47 -08:00
Brian Fiete
330eb037e8 Fixed save buffers during symbol rename 2020-11-08 07:45:37 -08:00
Brian Fiete
a9d9776bcb Allow default param before params param 2020-11-07 06:37:41 -08:00
Brian Fiete
bd6e21073e Mixin 'this' fix 2020-11-06 12:25:02 -08:00
Brian Fiete
b3e225b360 Fix for valueless sized array init 2020-11-06 12:24:52 -08:00
Brian Fiete
ab004faa78 Fixed cursor repositioning for closing quotes 2020-11-06 09:57:19 -08:00
Brian Fiete
fb23269e33 Fixed issue with non-static mixin usage inside a lambda 2020-11-06 09:48:39 -08:00
Brian Fiete
a4c9b4f3c4 Removed unused GetBaseType 2020-11-05 08:51:39 -08:00
Brian Fiete
bb87ca7b52 Fixes for increment/decrement operators 2020-11-05 08:51:20 -08:00
Brian Fiete
37576d389c Added interface enumerator 2020-11-04 11:00:31 -08:00
Brian Fiete
cabacdd183 Improved EditData GetFileTime 2020-11-04 09:50:41 -08:00
Brian Fiete
d4d74ed37c Fixed switch with constant value and fallthroughs 2020-11-04 09:23:34 -08:00
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