[msvc] Update csproj files
[mono.git] / mono /
2017-06-15 Zoltan Varga[arm64] Fix the patching of MONO_PATCH_INFO_METHOD_JUMP...
2017-06-14 Zoltan Varga[jit] Add a ExceptionTraceIp structure to represents...
2017-06-14 Aleksey Kliger ... Merge pull request #5020 from lambdageek/fix-strict...
2017-06-14 Bernhard Urban[metadata] s/HAVE_ONLINE_VES/ENABLE_ILGEN/g
2017-06-14 Bernhard Urban[configure] move HAVE_ONLINE_VES away from autotools...
2017-06-13 Aleksey Kliger[loader] If using strict strong names, recheck loaded...
2017-06-13 Aleksey Kliger[tests] Strict assembly loading of two version of the...
2017-06-13 Bernhard UrbanRevert "[exceptions] only do SIGSEGV related actions...
2017-06-13 Bernhard Urban[aot] fix compilation for targets that do not set MONO_...
2017-06-13 Rodrigo KumperaMerge pull request #5011 from kumpera/quiet-mode
2017-06-13 Rodrigo Kumpera[profiler] Don't emit sync point on restart the world...
2017-06-13 Rodrigo Kumpera[profiler] Add + prefix to file names to append the...
2017-06-13 Vlad BrezaeMerge pull request #5002 from BrzVlad/feature-sgen...
2017-06-13 Vlad BrezaeMerge pull request #5021 from BrzVlad/fix-parallel...
2017-06-13 Rodrigo Kumpera[profiler] Fix issue found by review.
2017-06-12 Vlad Brezae[sgen] Add sgen modes
2017-06-12 Rodrigo Kumpera[profiler] Remove heapshot request polling from all...
2017-06-12 Rodrigo Kumpera[profiler] When using heapshot, don't collect roots...
2017-06-12 Rodrigo Kumpera[profiler] Don't emit sync points during GC if we don...
2017-06-12 Rodrigo Kumpera[profiler] Don't emit thread and gc events if they...
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 Vlad Brezae[sgen] Avoid using parallel minors for small nurseries
2017-06-09 Vlad Brezae[sgen] Disable parallel mode if not enough cores
2017-06-09 Vlad Brezae[sgen] Use logical cpu count for number of workers
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).
next