[msvc] Update csproj files (#4898)
[mono.git] / mono /
2017-06-12 Rodrigo KumperaMerge pull request #4967 from kumpera/profiler-arg...
2017-06-10 Zoltan Varga[sdb] Fix passing of nullable parameters in invokes...
2017-06-09 Rodrigo KumperaRemove the mono-profiler- prefix from all source files...
2017-06-09 Rodrigo Kumpera[profiler]Use g_warning and remove bad usage() line
2017-06-09 Rodrigo KumperaMerge pull request #4998 from kumpera/fix_56684
2017-06-09 Aleksey Kliger ... Merge pull request #4997 from lambdageek/bug-57222
2017-06-09 Bernhard Urban[marshal] allocate dummy string always in root domain
2017-06-08 Rodrigo KumperaBunch of minor fixes.
2017-06-08 Rodrigo KumperaRemove env var.
2017-06-08 Rodrigo Kumperaupdate usage, print warning on output:-FILENAME and...
2017-06-08 Rodrigo KumperaRemove spurious header. Change from enum to bucket...
2017-06-08 Aleksey Kliger ... Merge pull request #4995 from lambdageek/dev-monodis...
2017-06-08 Zoltan Varga[amd64] Fix a check in mono_emit_stack_alloc (). (...
2017-06-08 Aleksey Kliger[monodis] Show field tokens in --show-tokens mode
2017-06-08 Aleksey Kliger[monodis] Print table name (when valid) in --show-token...
2017-06-08 Aleksey Kliger[monodis] Document --show-tokens
2017-06-08 Bernhard Urban[interp] disable bug-45841-fpstack-exceptions.exe on CI
2017-06-07 Bernhard Urban[interp] provide stub for icall_trampoline for x86...
2017-06-07 Bernhard Urban[interp] root domain must be used for AOT'd wrappers...
2017-06-07 Bernhard Urban[interp aot] documentation
2017-06-07 Bernhard Urban[marshal] some things are required in the interpreter...
2017-06-07 Bernhard Urban[interp] fix when DISABLE_JIT is set
2017-06-07 Bernhard Urban[interp] add InterpMethodArguments struct to offset...
2017-06-07 Bernhard Urban[interp] add MONO_AOT_MODE_INTERP
2017-06-07 Bernhard Urban[interp] add --aot=interp, so we can run `mono --full...
2017-06-07 vkargov[tests] Re-enable bug-45841-fpstack-exceptions.exe...
2017-06-07 Bernhard Urban[interp] factor out everything that allocates a MonoLMF...
2017-06-07 Bernhard Urban[interp] factor out MINT_JIT_CALL instruction from...
2017-06-07 Vlad Brezae[sgen] Make sure workers process jobs only if they...
2017-06-06 Bernhard Urban[mini] set MONO_ARCH_HAVE_INIT_LMF_EXT on architectures...
2017-06-06 Bernhard Urban[mini] guard mono_arch_init_lmf_ext prototype properly
2017-06-06 Bernhard Urban[arm] don't set MONO_ARCH_SOFT_DEBUG_SUPPORTED on andro...
2017-06-06 Martin Baulig[System]: Correctly implement close and shutdown in...
2017-06-05 Ludovic Henry[w32handle] Fix deadlock on SignalAndWait (#4973)
2017-06-05 Aleksey Kliger ... Merge pull request #4962 from lambdageek/dev-handles...
2017-06-05 Aleksey Kliger[w32socket] Use coop handles for System.Net.Sockets...
2017-06-05 Aleksey Kliger[coop handles] Add mono_internal_thread_handle_ptr...
2017-06-05 Aleksey Kliger[runtime] typedef MonoThread MonoThreadObject
2017-06-05 Aleksey Kliger[w32socket] Use coop handles for icalls in System.Net...
2017-06-05 Aleksey Kliger[coop handles] Define MonoSafeHandleHandle
2017-06-05 Aleksey Kliger[coop handles] Macros to access a handle via a MonoClas...
2017-06-05 Aleksey Kliger[marshal] Wrap byref reference args to icalls in coop...
2017-06-05 Alexander KöplingerRevert "[marshal] delay dummy string allocation"
2017-06-04 Rodrigo Kumpera[profiler] Another atempt at fixing linux.
2017-06-02 Zoltan VargaRevert "[sdb] Add an API to make the contents of the...
2017-06-02 Zoltan Varga[sdb] Add an API to make the contents of the 'State...
2017-06-02 Rodrigo Kumpera[profiler] Fix linux.
2017-06-02 Zoltan Varga[jit] Avoid running class cctors for remoting wrappers...
2017-06-02 Bernhard Urban[interp] respect remoting proxies when resolving virtua...
2017-06-02 Bernhard Urban[interp] reference domain that owns method in RuntimeMe...
2017-06-02 Bernhard Urban[marshal] delay dummy string allocation
2017-06-02 Bernhard Urban[arm] remove cross compiling guard for MONO_ARCH_SOFT_D...
2017-06-02 Bernhard Urban[interp] guard remoting functions properly
2017-06-02 Zoltan Varga[runtime] Remove all NACL support. It was unmaintained...
2017-06-02 Rodrigo Kumpera[profile] Update test suite.
2017-06-02 Rodrigo Kumpera[profiler] Move argument parsing to arg-parsing.c and...
2017-06-01 Zoltan Varga[aot] Revert a change from d135465fba59f7257e2d225564df...
2017-05-31 Aleksey Kliger ... Merge pull request #4935 from lambdageek/dev-handles-may
2017-05-31 Zoltan Varga[runtime] Avoid calling mono_class_from_mono_type ...
2017-05-31 Bernhard Urban[unaligned] relax test regarding floating point precision
2017-05-31 Bernhard Urban[interp] use memmove for some primitve types, because...
2017-05-30 Vlad Brezae[runtime] Don't make the domain id allocatable before...
2017-05-30 Rodrigo KumperaMerge pull request #4938 from kumpera/optimize_ref_queries
2017-05-30 Aleksey Kliger[w32socket] Remove dead code
2017-05-30 Aleksey Kliger[w32socket] Use coop handles for System.Net.Dns.GetHost...
2017-05-30 Aleksey Kliger[w32socket] Use coop handles for System.Net.Dns.GetHost...
2017-05-29 Bernhard Urban[interp] implement RELOC_LONG_BRANCH. fixes test/imt_b...
2017-05-29 Rodrigo Kumpera[runtime] Handle mono_method_body_get_object returning...
2017-05-29 Bernhard Urban[CI] ignore appdomain-unload-asmload.exe on interp...
2017-05-29 Bernhard Urban[android] add hardware specific workaround for Nexus9...
2017-05-29 Rodrigo Kumpera[runtime] Change MonoDomain::refobject_hash to use...
2017-05-29 Rodrigo Kumpera[runtime] Add concurrent read variant of MonoGHashTable...
2017-05-27 Rodrigo KumperaMerge pull request #4904 from kumpera/more_opts
2017-05-27 Rodrigo KumperaMerge pull request #4928 from kumpera/ptr_to_struct_int...
2017-05-27 Zoltan VargaInterp sdb (#4911)
2017-05-27 Zoltan Varga[runtime] Fix a race in mono_class_get_virtual_methods...
2017-05-27 Rodrigo Kumpera[runtime] Change jit_info_table_num_elements to O(1).
2017-05-26 Aleksey Kliger[w32socket] addrinfo_to_IPHostEntry_handles
2017-05-26 Aleksey Kliger[System] Use coop handles for System.Net.Dns.GetHostNam...
2017-05-26 Rodrigo KumperaMerge pull request #4931 from kumpera/com-interop-fix
2017-05-26 Rodrigo Kumpera[mini]Add test for PtrToStruct<T>
2017-05-26 Rodrigo KumperaMerge pull request #4840 from kumpera/unaligned-access
2017-05-26 Aleksey Kliger[runtime] Use coop handles for ves_icall_System_Threadi...
2017-05-26 Aleksey Kliger[runtime] Use coop handles for ves_icall_System_Threadi...
2017-05-26 Aleksey Kliger[runtime] Use coop handles for ves_icall_System_Threadi...
2017-05-26 Aleksey Kliger[w32event] Use coop handles for System.Threading.Native...
2017-05-26 Aleksey Kliger[coop handles] Add mono_string_handle_pin_chars
2017-05-26 Aleksey Kliger[w32handle] Const-ify arg of mono_w32handle_namespace_s...
2017-05-26 Aleksey Kliger[remoting] Use coop handles for ves_icall_System_Runtim...
2017-05-26 Aleksey Kliger[remoting] Use coop handles for ves_icall_IsTransparent...
2017-05-26 Bernhard Urban[arm] use r8 instead of r5 in icall trampoline, because...
2017-05-26 Bernhard Urban[arm] respect iOS specific ABI for frame pointer in...
2017-05-26 Rodrigo Kumpera[mini] Intrinsify Marshal.PtrToStructure<T>
2017-05-26 Rodrigo Kumpera[runtime] Add support for using COM types from corlib.
2017-05-25 Rodrigo Kumpera[mini] Fix the llvmonlycheck test.
2017-05-25 Zoltan Varga[aot] Avoid printing out AOT NOT FOUND messages for...
2017-05-25 Damien Diederen[arm] Do not use the ARM Run-time ABI in cross-compiler...
2017-05-25 Aleksey Kliger[remoting] refactor ves_icall_InternalExecute
2017-05-25 Aleksey Kliger[runtime] Use coop handles for System.Runtime.Remoting...
2017-05-25 Vlad BrezaeMerge pull request #4926 from BrzVlad/fix-tls-v5
next