summaryrefslogtreecommitdiff
path: root/src/vm/dllimport.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-08-28Enable mixed mode assembly loading (#19542)Morgan Brown1-0/+168
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-54/+3
2018-06-04Fix error during compilation with /permissive- (#18272)Andrey Kurdyumov1-1/+2
2018-06-01Native lib relative path (#18239)Aaron Robinson1-57/+63
2018-05-27Typo (#18141)John Doe1-1/+1
2018-04-23GenericPInvokeCalli shift left then or 1 (#17734)Steve MacLean1-0/+5
2018-04-19[Arm64/Linux] Fix GenericPInvokeCalliHelper (#17659)Steve MacLean1-25/+3
2018-04-16Enable support DllImport a native assembly whose name contains '.' (#17505)Luqun Lou1-23/+61
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-5/+5
2018-01-29improve DllImport library name variation trying (#15912)Tom Deseyn1-87/+116
2018-01-25 Add GetLoadLibrary function for PAL & use in TrackErrorCode (#15831)William Godbe1-9/+36
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-40/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-2/+1
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-0/+12
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-2/+2
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-3/+0
2017-04-27Unify fetching LoadContext for Dynamic Assemblies (#11264)Gaurav Khanna1-13/+1
2017-04-07Bring back DefaultDllImportSearchPathsAttribute (#10786)Yi Zhang (CLR)1-61/+13
2017-03-15[x86/Linux] Fix IL_STUB_PInvoke with RetBuf (#10144)Hanjoung Lee1-1/+8
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park1-5/+11
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-260/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-63/+0
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