summaryrefslogtreecommitdiff
path: root/src/vm/dllimport.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-10-11[Tizen] Implement ASan wrapper for Linux ARM32Vyacheslav Cherkashin1-0/+11
2019-10-07Build error fix on FEATURE_PREJIT=trueSwift Kim1-1/+1
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-1/+1
2019-06-20Remove dead code related to copy-constructors and intercept stubs (#25264)Jeremy Koritzinsky1-32/+1
2019-06-11Delete dead code (#25066)Jan Kotas1-39/+2
2019-06-11R2R ilstubs (#24823)David Wrighton1-17/+13
2019-05-24Enable LCID marshalling and clean up our LCID marshalling tests. (#24642)Jeremy Koritzinsky1-8/+1
2019-05-21Avoid PAL LoadLibrary simulator for regular PInvoke (#24669)Jan Kotas1-18/+5
2019-05-20Cuckoo metadata (#24498)David Wrighton1-7/+6
2019-05-13Delete InternalCasingHelper (#24511)Jan Kotas1-5/+5
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-205/+1
2019-04-26Typos (#24280)John Doe1-1/+1
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-0/+4
2019-04-16Nit: Update comment (#23896)Next Turn1-1/+1
2019-04-15Opt COM methods out of the new Windows instance-method handling. (#23974)Jeremy Koritzinsky1-1/+4
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ...Jeremy Koritzinsky1-5/+7
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky1-4/+16
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-0/+8
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky1-80/+99
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky1-2/+2
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky1-0/+1
2019-03-07Fix signed compare warningsSinan Kaya1-3/+3
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar1-57/+146
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar1-26/+100
2019-01-11Enable returning more complex structures via PInvoke returns. (#21470)Jeremy Koritzinsky1-19/+26
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-21/+8
2018-11-22Sequel to NativeLibrary API (#21148)Swaroop Sridhar1-18/+20
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-42/+148
2018-11-12LoadLibrary refactoring (#20841)Swaroop Sridhar1-157/+170
2018-11-10Keep delegate fields alive across a full native call (#20896)Jeremy Koritzinsky1-1/+1
2018-10-31Make the check for a struct fitting in a register check for either managed or...Jeremy Koritzinsky1-1/+1
2018-10-30Add support for large number of argumets in CCW call on Arm64 (#20670)David Wrighton1-0/+167
2018-10-24Remove support for nonexistent UnmanagedFunctionPointerAttribute.PreserveSig....Jeremy Koritzinsky1-4/+0
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