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

569 commits

Author SHA1 Message Date
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
Brian Fiete
69cb6d0208 Fixed division issue with RDX preservation 2020-03-20 09:24:38 -07:00
Brian Fiete
fc57557fd9 Fixed type conversion for enumerators in for-each loops 2020-03-20 09:24:08 -07:00
Brian Fiete
13ca5c174d Trimmed some debug memory 2020-03-20 09:23:38 -07:00
Brian Fiete
b16ff3048a Fixed sign extension error 2020-03-20 09:22:53 -07:00
Brian Fiete
2fdb6ddff6 Fixed multimap support 2020-03-15 06:07:21 -07:00
Brian Fiete
d2d48302de Support for multi-dictionary methods 2020-03-14 16:27:58 -07:00
Brian Fiete
ecf812ee19 Switched to hashmap for FindBreakpointAt 2020-03-14 16:15:38 -07:00
Brian Fiete
cf7914f71a Fixed packing issue, made Packed infer Ordered 2020-03-14 12:33:34 -07:00
Brian Fiete
76c8b62780 Removed unused doDbgAgg 2020-03-12 13:41:14 -07:00
Brian Fiete
5158d257b0 Fixed a crash deleting an inner type on a combined partial (MethodData) 2020-03-12 09:20:29 -07:00
Brian Fiete
9102a54ce4 Added click to toggle breakpoint, ctrl-click for goto definition 2020-03-12 06:53:11 -07:00
Brian Fiete
a18b51f1e3
Merge pull request #82 from subramanivmk/ioctl_linux
ioctlsocket() is Windows-Only. Using ioctl() for non-Windows platform.
2020-03-12 06:29:42 -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
7a08e7bf11 Fixed FORCELINK with srets 2020-03-11 13:59:35 -07:00
Brian Fiete
0a407b0913 StringId typecode fix 2020-03-11 09:53:04 -07:00
Brian Fiete
7788ff7ff1 Another const equality fix 2020-03-11 09:08:30 -07:00
Brian Fiete
a713905411 Fixed const quality check 2020-03-11 08:28:48 -07:00
Brian Fiete
7458a90b5b Fixed default parameters requiring conversion operators 2020-03-11 07:57:20 -07:00
Brian Fiete
5a63fec168 mkdir stats, error text on missing lld-link.exe 2020-03-10 17:31:16 -07:00
Brian Fiete
4511b9d29d Fixed PlatformToolset 2020-03-10 16:11:31 -07:00
Brian Fiete
701e43bf1f Fixed single-item replace 2020-03-10 12:02:47 -07:00
Brian Fiete
a64997e395 Updated target platform version 2020-03-10 12:02:07 -07:00
Brian Fiete
1db7f78b28 Fixed access error for protected properties 2020-03-10 08:28:16 -07:00
Brian Fiete
1de552e940 Fixed return of a 'var' 2020-03-10 08:27:57 -07:00
Brian Fiete
1c8a2a8e44 Fixed cast issue in resolveOnly 2020-03-10 08:27:48 -07:00
Brian Fiete
e9ef8ed27c Fix for sized array with const member size 2020-03-09 13:10:34 -07:00
Brian Fiete
20d0dcf8de Merge remote-tracking branch 'origin/master' 2020-03-09 11:47:22 -07:00
Brian Fiete
bc50fd85a8 Fixed some resolve errors after Clean 2020-03-09 11:47:09 -07:00
Brian Fiete
686050a68b Fixed some lowering of Win32 structs by value 2020-03-09 11:46:40 -07:00
Brian Fiete
2e8dd4b57d
Merge pull request #73 from shantaram3013/patch-1
fixed typo
2020-03-09 10:43:27 -07:00
Brian Fiete
611ab328d2
Merge pull request #70 from subramanivmk/close_socket_linux
Fix for Socket class on linux.
2020-03-09 10:42:29 -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
6f4680cb88 Increase stack size 2020-03-09 08:42:34 -07:00
Brian Fiete
a67f68ee8c More stack protection 2020-03-09 08:42:14 -07:00
Brian Fiete
8cafd6814f Prot fix 2020-03-09 06:55:04 -07:00
Brian Fiete
d1c373420b Fixed Friend check for properties 2020-03-09 06:51:41 -07:00
Brian Fiete
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Sid
bec59f777b
fixed typo 2020-03-08 14:47:17 +05:30
subuzero
9657cdd55b Fix for Socket class on linux.
closesocket() is windows only.
2020-03-04 00:43:04 +05:30
Brian Fiete
81af04a1ce Fixed crash when attempting invocation in const context 2020-03-02 08:07:11 -08:00
Brian Fiete
e6518a3aab Removed some errant semicolons 2020-03-02 07:03:42 -08:00
Brian Fiete
2c30afbfcf Fixed issue where we allowed multiple semicolons at end of if statements 2020-03-02 06:25:00 -08:00
Brian Fiete
76cb117e1f Added View Whitespace for string viewer 2020-03-02 06:24:21 -08:00