summaryrefslogtreecommitdiff
path: root/src/vm/ilmarshalers.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Fewer ilstubs in corelib from reflection apis (#24708)David Wrighton1-21/+0
2019-04-15Opt COM methods out of the new Windows instance-method handling. (#23974)Jeremy Koritzinsky1-3/+1
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ...Jeremy Koritzinsky1-10/+15
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky1-12/+42
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky1-0/+32
2019-02-13Replace Win32Native.cs with Interop files (#22540)Stephen Toub1-6/+6
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky1-2/+13
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-6/+6
2019-01-08Extract cleanup changes from #21793. (#21852)Jeremy Koritzinsky1-1/+0
2018-11-15Add tests for ANSI BSTRs (#20985)Jeremy Koritzinsky1-2/+0
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-2/+1
2017-03-15[x86/Linux] Fix IL_STUB_PInvoke with RetBuf (#10144)Hanjoung Lee1-0/+3
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-37/+1
2016-07-01Revert Pinvoke ILStub calli signature for desktop clrRahul Kumar1-1/+7
2016-06-28Fix Pinvoke IL Stubs to emit correct return type in signature of calli instru...Rahul Kumar1-1/+1
2016-05-24[ARM/Linux] Fix incorrect return marshaling in PInvoke stub (#5010)Jonghyun Park1-1/+1
2016-05-06UTF8 Marshaling support(UnmanagedType.LPUTF8Str)Tijoy Tom Kalathiparambil1-0/+60
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+1
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-5/+5
2015-07-10Add missing contracts to some constructorsJan Vorlicek1-0/+6
2015-07-08Add missing contracts to some destructorsJan Vorlicek1-1/+4
2015-05-26Fix the virtual destructor warningJan Vorlicek1-0/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3367