summaryrefslogtreecommitdiff
path: root/src/vm/dllimport.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-4/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-1/+63
2017-02-11Revert "Remove more always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Remove more always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-642/+1
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-63/+1
2017-01-15Remove mscorpe cruft (#8957)mikedn1-56/+0
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna1-1/+1
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-9/+9
2016-10-27Properly spell class name in comments (#7821)Dmitry-Me1-1/+1
2016-10-22Fix Binder based PInvoke resolution for dynamic assembly (#7770)Gaurav Khanna1-3/+17
2016-08-10ARM64: Fix for ARM64TODORahul Kumar1-0/+4
2016-07-01Revert Pinvoke ILStub calli signature for desktop clrRahul Kumar1-9/+30
2016-06-28Fix Pinvoke IL Stubs to emit correct return type in signature of calli instru...Rahul Kumar1-0/+8
2016-05-17Move NATIVE_DLL_SEARCH_DIRECTORIES probing earlier right before we probe for ...Yi Zhang1-8/+8
2016-05-16Enable DefaultDllImportSearchPathsAttribute in CoreCLR Windows. Host NATIVE_D...Yi Zhang (CLR)1-7/+6
2016-05-02ARM64: NativeVarArgKyungwoo Lee1-2/+2
2016-03-23Remove special casing of platform assembliesJan Kotas1-8/+0
2016-03-09Delete dead codeJan Kotas1-9/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-22[adityam] Fix break in DllImport code for Desktop CLR.Rama Krishnan Raghupathy1-4/+16
2015-10-21Add STANDARD_VM_CONTRACT and remove loop that's no longer needed.Aditya Mandaleeka1-8/+10
2015-10-21Always attempt to load specified DLL name first before trying variationsAditya Mandaleeka1-89/+94
2015-10-21Move prefix/suffix logic to dllimportAditya Mandaleeka1-21/+78
2015-10-05Fix loading native libraries from native search paths provided by the hostKoundinya Veluri1-44/+5
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-1/+1
2015-09-25Add AssemblyLoadContext.LoadUnmanagedDllFromPathfor use by overriders of Asse...Koundinya Veluri1-12/+66
2015-09-08Fix managed exception dispatchingJan Vorlicek1-0/+4
2015-07-08Add missing contracts to some destructorsJan Vorlicek1-1/+4
2015-05-26Fix the virtual destructor warningJan Vorlicek1-0/+2
2015-05-07Fix build break on UnixJan Kotas1-0/+2
2015-05-07Disable AssemblyLoadContext in AppX modeGaurav Khanna1-3/+21
2015-05-05Minor AssemblyLoadContext fixesJan Kotas1-1/+3
2015-04-02Clear last error for SetLastError=true P/InvokeJan Kotas1-11/+25
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+7559