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

418 commits

Author SHA1 Message Date
Brian Fiete
6d1d547f0c
Merge pull request #89 from damianday/IOpSubtractable
New interface IOpSubtractable
2020-03-20 15:16:13 -07:00
Damian Day
bc264c9447 Merge branch 'IOpSubtractable' 2020-03-20 22:10:10 +00:00
Damian Day
176c03832f Missing interfaces
Add the missing interfaces these types already support.
2020-03-20 22:06:09 +00:00
Damian Day
9a8beec7d9 IOpSubtractable
The opposite of IOpAddable, useful for generic code.
2020-03-20 22:01:18 +00:00
Damian Day
97501eacee Move assert
Place the assert before the allocation.
2020-03-20 21:50:40 +00:00
Brian Fiete
96c53d4a9e Improvements to Queue, to bring it more inline with List 2020-03-20 09:26:16 -07:00
subuzero
94b20b0017 ioctlsocket() is Windows-Only. Using ioctl() for non-Windows platform. 2020-03-12 18:39:00 +05:30
Brian Fiete
5276bd4533 Fixed int-lowered structs with immutable methods in LLVM 2020-03-12 05:40:36 -07:00
Brian Fiete
0a407b0913 StringId typecode fix 2020-03-11 09:53:04 -07:00
Brian Fiete
f7dd157bf8
Merge branch 'master' into close_socket_linux 2020-03-09 10:42:15 -07:00
Brian Fiete
77e204deb0 Removed internal 2020-03-09 09:32:14 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
subuzero
9657cdd55b Fix for Socket class on linux.
closesocket() is windows only.
2020-03-04 00:43:04 +05:30
Brian Fiete
e6518a3aab Removed some errant semicolons 2020-03-02 07:03:42 -08:00
Brian Fiete
76cb117e1f Added View Whitespace for string viewer 2020-03-02 06:24:21 -08:00
Brian Fiete
d7aa91f9c5 Properly setting mFileAccess 2020-02-29 07:47:44 -08:00
Brian Fiete
5bed292e87 Removed sized array initialization from tuples 2020-02-28 13:58:12 -08:00
Brian Fiete
292e0992a4 Removed IDisposable indirection 2020-02-23 06:14:33 -08:00
Brian Fiete
c2c2c24ac8 Fixed some issues with new/delete generic constraints 2020-02-20 11:57:25 -08:00
Brian Fiete
a781f29c31 Disallowed [Inline] on properties 2020-02-20 09:31:27 -08:00
Brian Fiete
1f20d76f94 Added a 'cast' intrinsic 2020-02-19 13:16:33 -08:00
Brian Fiete
90e4cf8825 Expanded BinarySearch api, got rid of IComparable due to iOpComparable 2020-02-18 08:43:29 -08:00
Brian Fiete
b9debfe3bf Made GetHashCode public for primitives 2020-02-18 08:41:14 -08:00
Brian Fiete
a4d9d5a52f Dispose fix 2020-02-17 06:58:28 -08:00
Brian Fiete
7ad6df2c6e Fixed spelling mistake 2020-02-08 06:12:04 -08:00
Brian Fiete
ca668bf0fe Added ability to enumerate values by reference 2020-02-08 06:11:11 -08:00
Brian Fiete
2b2bb7c960 Lib fixes 2020-02-07 08:50:53 -08:00
Brian Fiete
2ed6a9a94b Corlib fixes 2020-02-05 17:07:47 -08:00
Brian Fiete
a296eb0f49 Fixed a crash when doing a fixit in a split window 2020-02-02 05:30:56 -08:00
Brian Fiete
f874535a13 Added INumeric 2020-01-28 10:58:52 -08:00
Brian Fiete
7c67b226be Default ctor fixes 2020-01-26 06:45:36 -08:00
Brian Fiete
6ba8bdc14c Fixed default ctor issues 2020-01-25 07:03:14 -08:00
Brian Fiete
d39450b3ab Linux fix 2020-01-24 13:45:30 -08:00
Brian Fiete
a669d13c42 Removed "this." from mixin 2020-01-24 11:51:44 -08:00
Brian Fiete
fd64aa64d9 Made implicit tuple cast check names, fixed explicit tuple cast 2020-01-24 10:36:22 -08:00
Brian Fiete
1f77412536 Modified StartWith/EndsWith char32 version 2020-01-24 06:02:53 -08:00
Brian Fiete
a43d7ca991 Changed decode return types 2020-01-24 06:02:27 -08:00
subuzero
edceaadc21 Added StartsWith(char32) & EndsWith(char32). 2020-01-24 00:25:01 +05:30
Brian Fiete
293387e41f Style matching 2020-01-22 12:37:59 -08:00
razvan.stefanescu
9c833d53bb Added String.StartsWith(char8) 2020-01-22 10:56:52 +02:00
Brian Fiete
ba2c63af9a Fixed capture issue when cancelling tab drag 2020-01-15 08:32:04 -08:00
Brian Fiete
39b7309dd5 Fixed method selection when we have append args 2020-01-15 08:31:34 -08:00
Brian Fiete
9d1b85cceb Added errors panel 2020-01-12 09:21:50 -08:00
Brian Fiete
8970ebcd93 Added error/warning panel, region support 2020-01-06 13:49:35 -08:00
Brian Fiete
8328e646bd KeyCode fixes 2019-12-25 17:36:58 -08:00
Brian Fiete
8808da307f AllowDuplicatesAttribute 2019-12-25 16:38:17 -08:00
Brian Fiete
2618b29daa Allow clicking on reg in mem window, other minor fixes 2019-12-25 12:43:45 -08:00
Brian Fiete
d0e8332150 Fixed some tooltips, added Link Dependencies, more int-ness 2019-12-21 05:48:44 -08:00
Brian Fiete
1c6c06fa4d Breakpoint hotkeys, autocomplete fix 2019-12-13 14:25:15 -08:00
Brian Fiete
ad11792940 Nullable fixes for ?? 2019-12-13 14:23:06 -08:00