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-11-14Fix CppCodeGen break with latest XCode (#4926)Jan Kotas
2017-10-18Add support for marshalling struct with delegates (#4737)Faizur Rahman
2017-06-20Add null check for inline string marshallingFaizur Rahman
2017-06-17Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2017-06-17Delete ToolsVersion attribute from msbuild filesJan Kotas
2017-06-15Make UnmanagedFunctionPointer SetLastError to workFaizur Rahman
2017-06-06Addressed Interop feedbacksFaizur Rahman
2017-06-03Disable Struct Marshalling tests for CPPCodeGenFaizur Rahman
2017-06-01Generate runtime interop data for structs and delegatesFaizur Rahman
2017-05-25Enable reflection blocking (#3685)Michal Strehovský
2017-04-29Addressed Feedbacks - add more null test scenariosFaizur Rahman
2017-04-28Implement AnsiCharArray and AnsiChar marshallerFaizur Rahman
2017-04-26Support ANSI marshalling semanticsFaizur Rahman
2017-04-26Implement Unicode and Ansi StringBuilderFaizur Rahman
2017-04-22Move two mis-filed Mangling dot files (#3406)Simon Nattress
2017-04-14Add marshalling support for returning function pointers from native side as D...Faizur Rahman
2017-04-07Fix array of non-blittable structs marshallingFaizur Rahman
2017-04-05Add Out and Ref support for AnsiString and UnicodeStringFaizur Rahman
2017-03-30ByValArray MarshallerFaizur Rahman
2017-03-16Closed Delegate marshallingFaizur Rahman
2017-03-16Handled the auto layout scenrioFaizur Rahman
2017-03-15Struct Marshalling - initial implementationFaizur Rahman
2017-03-04Proper marshalling infrastructure to support by-ref arguments (#2889)Yi Zhang (CLR)
2017-03-02Address incorrect IL stub codegen for stind/ldind/stelem/ldelem instructions ...Yi Zhang (CLR)
2017-02-28Enable delegate marshalling in non-windows (#2825)Faizur Rahman
2017-02-24Addressed more feedbacks: Moved TryGetMarshallerForDelegate from TypeLoader t...Faizur Rahman
2017-02-23Delegate MarshallingFaizur Rahman
2017-02-17Fix StringBuilder marshalling bugFaizur Rahman
2017-02-14Fixes for cross building corert tests for arm architectures on Linux (#2682)sergey ignatov
2017-02-09Implement Non-Blittable Array MarshallerFaizur Rahman
2017-01-27Log test exit code to stdoutMichal Strehovský
2017-01-25Select appropriate marshaller based on MarshalAs attributeFaizur Rahman
2017-01-21Fix PInvoke CPPCodegenFaizur Rahman
2017-01-19Implement out SafeHandle marshallerFaizur Rahman
2017-01-08Implement SetLastError DllImport flag functionalityFaizur Rahman
2017-01-05PInvoke infrastructure changeFaizur Rahman