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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-13[cominterop] Add coop handle enter/return on native CCW methods (#21365)Aleksey Kliger (λgeek)
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2021-01-06[Mono][jit] Emit GC transitions for "calli unmanaged" instructions (#20713)monojenkins
2020-12-11[metadata] Generate type-3 GUIDs for interfaces. (#20499)Rémi Bernon
2020-10-08[threads] Switch foreign threads to GC Safe in mono_thread_detach (#20435)Aleksey Kliger (λgeek)
2020-10-07Extend use of w32subset API partitioning to cover more Win32 functions. (#20453)Johan Lorensson
2020-09-10[mono] Propagate -Werror properly, fix warning (#20364)monojenkins
2020-06-27[cominterop] Support ClassInterfaceType and auto-dual class interfaces (#19768)Zebediah Figura
2020-05-28[runtime] Fix Mono BStr marshaling, cleanup IL generation (#19701)monojenkins
2020-02-28[runtime] Use pointer size gchandles (#19039)Vlad Brezae
2020-01-08[Coop] Remove handles from Mono.Interop.ComInteropProxy. (#16993)Jay Krell
2020-01-07Do not depend on gboolean to have multiple bits. (#17825)Jay Krell
2019-12-13[cominterop] Attach to runtime from IUnknown and IDispatch methods (#18175)Aleksey Kliger (λgeek)
2019-12-13Fix on-demand initialize race conditions [cominterop.c] (#18158)Jay Krell
2019-10-28[runtime] Implement support for SuppressGCTransitionAttribute. (#17534)Zoltan Varga
2019-10-02Some external_only/internal split, and inlining. (#17012)Jay Krell
2019-09-17[cominterop] Default to [in] parameter direction when not specified explicitly.Nikolay Sivov
2019-09-09Default to SAFEARRAY(VARIANT) as CCW argument for object[]. (#16673)Nikolay Sivov
2019-09-03[cominterop] Maintain object domain around ccw wrapper calls.Nikolay Sivov
2019-08-30[cominterop] Respect ComDefaultInterfaceAttribute when constructing ccw. (#16...Nikolay Sivov
2019-08-29[cominterop] Implement native-to-managed safearray marshalling. (#16483)Nikolay Sivov
2019-08-15[cominterop] Fix copy-paste error in ComVisibleAttribute testing helper.Nikolay Sivov
2019-08-14Completely replace mono_error_ok with is_ok and make first external_only. (#1...Jay Krell
2019-07-31Always marshal a class as a COM interface if it has the InterfaceType attribu...Zebediah Figura
2019-07-31[cominterop] Handle NULL pointers when marshalling native-to-managed return v...Zebediah Figura
2019-07-30HANDLE_FUNCTION_RETURN_VAL must not use handles in current frame (#15873)Jay Krell
2019-05-25[coop] Transition various public APIs into an external/internal form to avoid...Ryan Lucia
2019-05-19Make mono_jit_icall_info MONO_LLVM_INTERNAL. (#14525)Jay Krell
2019-05-10Remove some malloc from JIT icall registration. (#14431)Jay Krell
2019-05-07Mechanize strings in cominterop register_jit_icall. (#14356)Jay Krell
2019-04-30Add minimal COM support into WinAOT BCL profile and Windows Mono runtime.lateralusX
2019-04-05[netcore] System.Runtime.InteropServices test fixes. (#13807)Zoltan Varga
2019-03-25Remove the parsing, hashing, locking, allocations associated with JIT icall s...Jay Krell
2019-03-23Fix handle leak in cominterop (#13536)リーフストーム
2019-02-02[runtime] Rename more MonoX->RuntimeX classes. (#12732)Zoltan Varga
2019-01-02[Coop] Convert and consolidate {remoting,cominterop}type_from_handle. (#12178)Jay Krell
2018-12-22[Coop] Mostly convert 30+ JIT icalls (and embedding API). (#11941)Jay Krell
2018-12-18[jit] Call mono_register_jit_icall_full () in more places so most jit icalls ...Zoltan Varga
2018-12-05Split mono_class_init into mono_class_init and mono_class_init_internal, add ...Jay Krell
2018-10-23[coop] Transition all functions in object.h to MONO_RT_EXTERNAL_ONLY (#11188)Jay Krell
2018-10-19[metadata] Fix crash related to custom attributes (#10739)Eberhard Beilharz
2018-10-18Remove a few raw pointers, correct some signatures, remove some unnecessary h...Jay Krell
2018-10-16Remove GC mode transitions from mono_array_length, and replace with mono_arra...Jay Krell
2018-10-12mono_class_from_mono_type to mono_class_from_mono_type_internal to skip GC mo...Jay Krell
2018-10-12Replace MONO_CLASS_IS_INTERFACE with MONO_CLASS_IS_INTERFACE_INTERNAL to avoi...Jay Krell
2018-10-12mono_method_signature to mono_method_signature_internal to skip GC mode machi...Jay Krell
2018-09-01Minor cleanup. (#10407)Jay Krell
2018-08-30[cxx] Make some code valid C++, esp. adding casts and esp. not touching alloc...Jay Krell
2018-08-21[cxx] Port cominterop.c to C++ -- just add some casts. (#10209)Jay Krell
2018-08-08[cxx] various fixes in mono/metadata (#9815)Jay Krell