Brian Fiete
|
cdabb18d9f
|
Fix when findName is empty
|
2020-03-24 07:08:54 -07:00 |
|
Brian Fiete
|
f8f4fd859c
|
Merge pull request #90 from damianday/Array-Reverse
Array reverse
|
2020-03-24 07:07:55 -07:00 |
|
Brian Fiete
|
61468d818f
|
Added MD5 file hashes to Beef
|
2020-03-23 12:07:05 -07:00 |
|
Brian Fiete
|
32c09bf94b
|
Changed isSimpleEnum classification to be more permissive
|
2020-03-22 07:12:57 -07:00 |
|
Brian Fiete
|
5d4d21cce1
|
Added fixit for global namespace lookup
|
2020-03-21 13:09:42 -07:00 |
|
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 |
|
Damian Day
|
37f8cc9f98
|
Add Reverse
Reverse an array.
Update GetRef while i'm here.
|
2020-03-20 22:18:27 +00: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
|
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 |
|