Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-10UnmanagedFunctionPointer AttributeTijoy Tom Kalathiparambil
2017-06-08Merge pull request #3832 from dotnet/nmirrorJan Kotas
2017-06-07Implement Marshal.GetTypeFromCLSIDFaizur Rahman
2017-06-06Merge pull request #3762 from shrah/runtime_dataFaizur Rahman
2017-06-06Addressed Interop feedbacksFaizur Rahman
2017-06-03Implement INonEmittableType for NativeStructTypeFaizur Rahman
2017-06-03Emit NativeStructType size instead of EEType for struct marshallingFaizur Rahman
2017-06-02Throws PlatformNotSupportedException from serialization interfaces (ISerializ...Morgan Brown
2017-06-01Distributes Serializable attributes to mostly match the intended set of types...Morgan Brown
2017-06-01Generate runtime interop data for structs and delegatesFaizur Rahman
2017-05-26Special case for System.Object RuntimeClass NameLuqun Lou
2017-05-25Enable reflection blocking (#3685)Michal Strehovský
2017-05-25Fix Unix build breakJan Kotas
2017-05-24Fix System.Security.SecureString tests on ILC (#3683)Atsushi Kanamori
2017-05-19Enable file-based ResourceManager by implementing the method FileBasedResourc...Zach Montoya
2017-05-17RoParseTypeName PInvokeLuqun Lou
2017-05-16 Dynamic Type and TypeName marshallingLuqun Lou
2017-05-13Enable dynamic interop when ENABLE_WINRT is setLuqun Lou
2017-05-09Forgot to include ComCallableObject (#3553)dotnet bot
2017-05-08 Dynamic GetIIDImpl for CCWClassLuqun Lou
2017-05-04 Dynamic Unboxing and CCW RuntimeClassNameLuqun Lou
2017-05-04 Enable Dynamic RCW for GetDynamicAdapterInternalLuqun Lou
2017-05-03Rollback 1656958Jan Kotas
2017-05-03Delete unnecessary TypeForwardersJan Kotas
2017-04-29Avoid declaring Windows specific P/Invoke in Unix build of S.P.InteropFaizur Rahman
2017-04-26Move DllNotFoundException, EntryPointNotFoundException to CoreLib (#3415)Faizur Rahman
2017-04-26Centralize build defines (#3431)Michal Strehovský
2017-04-25Move ANSI string marshalling helper functions to CoreLibFaizur Rahman
2017-04-25Fix GetPInvokeDelegateForStub for mcg on CoreCLRFaizur Rahman
2017-04-25 Initial LoadLibrary Support for PinvokeLuqun Lou
2017-04-19Fix build break: Reading forward delegate marshalling stub from native blob w...Faizur Rahman
2017-04-19 Unify delegate marshalling runtime infrastructure between CoreRT and .NET Na...Faizur Rahman
2017-04-17Delete unnecesary AotPackageReferencePath referencesJan Kotas
2017-04-14Add marshalling support for returning function pointers from native side as D...Faizur Rahman
2017-04-11 Add McgInternalType AttributeLuqun Lou
2017-04-07Add EventSource and friends to System.Private.Corelib.Brian Robbins
2017-04-01Trivial Fix for dynamic boxingLuqun Lou
2017-04-01Dynamic Boxing SupportLuqun Lou
2017-03-31Globally replace "PreviousCallContainsUserCode" with "PreviousCallContainsDeb...Tomas Rylek
2017-03-30Fix for Bug 398140John Bottenberg
2017-03-25 Enable Dynamic ccw template supportLuqun Lou
2017-03-24Fix the rest of the InteropServices NS2.0 surface area discrepanciesJohn Bottenberg
2017-03-21Temporary hotfix for shared library break caused by CS# 1651480, tracked by b...Tomas Rylek
2017-03-21 IReadOnlyList Variance on Dyanamic RCW Cast to IReadOnlyICollectionLuqun Lou
2017-03-20Add InteropServices netstandard2.0 APIs to ProjectN/CoreRTJohn Bottenberg
2017-03-16Addressed feedbacksFaizur Rahman
2017-03-16Closed Delegate marshallingFaizur Rahman
2017-03-11Delete redundant copy of ReaderWriterLockSlimJan Kotas
2017-03-06Fix cache incorrect interfaceType during InterfaceCastLuqun Lou
2017-03-03Use shared sources from coreclr in corert (#2854)Alex Perovich