summaryrefslogtreecommitdiff
path: root/src/vm/marshalnative.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-20Cuckoo metadata (#24498)David Wrighton1-28/+0
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky1-0/+22
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+10
2019-02-11Move GCHandle to shared (#22499)Stephen Toub1-78/+43
2019-01-30Add managed implementation of GetSystemMaxDBCSCharSize (#22290)Marek Safar1-9/+0
2019-01-25Move more Marshal methods to shared partition (#22205)Marek Safar1-33/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-2/+0
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-150/+32
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar1-63/+0
2019-01-01Cleanup ArgumentNull_Obj references in unmanaged runtime (#21738)Jan Kotas1-10/+10
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-105/+0
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson1-1/+1
2018-11-22Sequel to NativeLibrary API (#21148)Swaroop Sridhar1-1/+1
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-0/+62
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-41/+8
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-3/+0
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-12/+6
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-6/+5
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-4/+4
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-15/+0
2017-04-12HelperMethodFrame missing at certain places in method MarshalNative::PtrToStr...Rahul Kumar1-8/+10
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-17/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-48/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2708