summaryrefslogtreecommitdiff
path: root/src/vm/ecalllist.h
AgeCommit message (Expand)AuthorFilesLines
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-1/+0
2019-04-10Move AssemblyName to shared (#23737)Egor Bogatov1-1/+1
2019-04-04Runtime support for upcoming .NET Core WinRT Host (#23402)Jeremy Koritzinsky1-0/+3
2019-03-22Fix WinRT marshalling for NotifyPropertyChangedEventArgs and NotifyCollection...Jeremy Koritzinsky1-6/+11
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky1-0/+3
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+16
2019-03-15Rename private GetEntryAssembly QCall overload (#22396)Stephen Toub1-2/+2
2019-03-08Move part of RuntimeHelpers to shared partition (#23130)Marek Safar1-5/+1
2019-03-08Properly override IsEquivalentTo() API in RuntimeType (#23137)Aaron Robinson1-0/+1
2019-03-01Implement Serialization GuardMorgan Brown1-0/+1
2019-02-27Remove legacy classfactory.cpp implementation for managed COM activation (#22...Aaron Robinson1-16/+0
2019-02-26Move Thread to shared CoreLib (#22744)Filip Navara1-22/+18
2019-02-25Move WaitHandle to shared CoreLib (#22634)Filip Navara1-4/+3
2019-02-22Enable FEATURE_BASICFREEZE (#22776)Mukul Sabharwal1-0/+6
2019-02-21Add exception counter (#22734)Sung Yoon Whang1-0/+1
2019-02-13Move SafeHandle to managed code and shared (#22564)Stephen Toub1-9/+0
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub1-13/+0
2019-02-11Move GCHandle to shared (#22499)Stephen Toub1-1/+0
2019-02-08Move GCSettings to shared (#22483)Stephen Toub1-5/+9
2019-02-06Implement ManifestBasedResourceGroveler::GetNeutralResourcesLanguageAttribute...Marek Safar1-5/+0
2019-02-04Move SynchronizationContext to shared partition (#22389)Marek Safar1-1/+1
2019-01-30Add managed implementation of GetSystemMaxDBCSCharSize (#22290)Marek Safar1-1/+0
2019-01-25Move more Marshal methods to shared partition (#22205)Marek Safar1-1/+0
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara1-5/+1
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas1-22/+6
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar1-5/+8
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar1-12/+0
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-1/+0
2019-01-01strlen to managed code and vectorize (#21729)Ben Adams1-1/+0
2018-12-31Improve MdUtf8String (#21720)Ben Adams1-1/+0
2018-12-30Add license, keep more of the CriticalHandle logic in the shared fileJan Kotas1-1/+1
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-3/+0
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-2/+0
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed1-43/+49
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas1-18/+0
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem1-0/+1
2018-11-24Refactor AppDomain.IsAppXModel and a few other AppDomain methods (#21181)Jan Kotas1-9/+11
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-14/+8
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar1-0/+6
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-1/+0
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding1-2/+2
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding1-0/+8
2018-10-24Add IsCollectible property to Assembly and necessary backing functions (#20574)John Salem1-0/+1
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-2/+0
2018-09-22Porting NumberToDouble to managed code. (#20080)Tanner Gooding1-5/+0
2018-09-20Removing the Dragon4 and DoubleToNumber native implementation.Tanner Gooding1-1/+0
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-0/+1
2018-08-15Add Public API Marshal.IsTypeVisibleFromCom and Marshal.GetEndComSlot (#19507)Luqun Lou1-1/+3
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins1-0/+2
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu1-24/+0