summaryrefslogtreecommitdiff
path: root/src/vm/interoputil.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-17Stop ignoring crashes around IUnknown::Release calls (#25210)Jan Kotas1-94/+2
2019-05-24Enable LCID marshalling and clean up our LCID marshalling tests. (#24642)Jeremy Koritzinsky1-4/+0
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas1-2/+0
2019-05-20Cuckoo metadata (#24498)David Wrighton1-25/+27
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-55/+3
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-1/+1
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-4/+4
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-36/+0
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar1-4/+4
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-3/+3
2018-12-13Minor cleanup of the interoputil.h API (#21476)Aaron Robinson1-164/+188
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson1-29/+13
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-44/+0
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek1-7/+3
2018-11-14Re-enable optimizations in interop helper functions. (#21016)Aaron Robinson1-9/+0
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-130/+4
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-2/+2
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas1-0/+2
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-5/+5
2018-07-20Minor interop code changes (#19005)Aaron Robinson1-11/+10
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+1
2018-03-27Enable reflection load ComImport assembly and Type.IsComObjectType (#16943)Luqun Lou1-47/+50
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-130/+11
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-12Remove never defined FEATURE_COMINTEROP_TLB_SUPPORT and files that require it...danmosemsft1-44/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+8
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-21/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-8/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-05-16Enable DefaultDllImportSearchPathsAttribute in CoreCLR Windows. Host NATIVE_D...Yi Zhang (CLR)1-2/+0
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-2/+0
2016-03-23Remove special casing of platform assembliesJan Kotas1-12/+0
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-08-05Fix build breaks on VS2015 RTMJan Kotas1-2/+2
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov1-1/+1
2015-06-10Fix Exception Propagation issue for NetCoreForCoreCLR Non-AppX caseLuqun Lou1-9/+7
2015-05-13Removing System.dll from ProjectK and NetCoreForCoreCLRRyan Byington1-14/+23
2015-04-28Updating WinRT Projections to use FacadesRyan Byington1-41/+47
2015-04-01Fix next round of warning typesJan Vorlicek1-2/+2
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+7225