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

527 commits

Author SHA1 Message Date
Brian Fiete
6412a27f97 Started with some simulation to determine 'step into' symbol lookup 2020-03-21 13:09:19 -07:00
Brian Fiete
9413d3ded4 Fixed issue where menu could be clipped off the right of desktop 2020-03-21 07:12:30 -07:00
Brian Fiete
dce4a3ecf2 Made abs an intrinsic 2020-03-21 07:10:59 -07:00
Brian Fiete
567662b3c3 Renamed Windows Application to GUI Application 2020-03-21 07:10:16 -07:00
Brian Fiete
8aba7f0d8e Renamed Windows Application to GUI Application 2020-03-21 07:09:41 -07:00
Brian Fiete
a51fa2b657 Added an origX/origY to MouseClick 2020-03-21 07:09:21 -07:00
Brian Fiete
5f949c177d Reducing boxing for IDisposable 2020-03-21 07:07:39 -07:00
Brian Fiete
6d1d547f0c
Merge pull request #89 from damianday/IOpSubtractable
New interface IOpSubtractable
2020-03-20 15:16:13 -07:00
Brian Fiete
b3e5829ce1
Merge pull request #88 from damianday/Queue
Move assert
2020-03-20 15:14:37 -07: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