summaryrefslogtreecommitdiff
path: root/src/vm/dllimport.cpp
AgeCommit message (Expand)AuthorFilesLines
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