build: use MOBILE_DYNAMIC instead of MONODROID
[mono.git] / mono /
2014-01-16 Zoltan Varga[jit] Handle native types in mini_type_get_underlying_t...
2014-01-16 Zoltan VargaFix the --enable-native-types build.
2014-01-16 Zoltan VargaFix the build.
2014-01-16 Rodrigo Kumpera[runtime] Make gsharing and explicit configure extension.
2014-01-16 Rodrigo Kumpera[runtime]Add native type extension.
2014-01-15 Zoltan Varga[jit] Use the jit lock instead of the loader lock in...
2014-01-15 Zoltan Varga[runtime] Get rid of SuspendThread()/ResumeThread(...
2014-01-15 Zoltan Varga[jit] Fix dwarf line number info generation, make AOT...
2014-01-14 Zoltan Varga[runtime] Fix a regression caused by a0afa38296b8a3b038...
2014-01-14 Zoltan Varga[runtime] Fix regressions caused by 9e5b23eee3a38cf0305...
2014-01-14 Zoltan VargaRevert "[runtime] Get rid of ResumeThread(), use mono_t...
2014-01-14 Zoltan Varga[runtime] Fix the windows build.
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan VargaRevert "Fix a warning."
2014-01-14 Zoltan Varga[arm] Fix an assert caused by large offsets. Fixes...
2014-01-14 Zoltan Varga[runtime] Get rid of ResumeThread(), use mono_thread_in...
2014-01-14 Zoltan VargaFix a warning.
2014-01-14 Zoltan Varga[runtime] Centralize low-level thread creation in utils...
2014-01-13 Zoltan Varga[jit] Call mini_replace_type () in one place.
2014-01-13 Zoltan Varga[runtime] Fix an assert caused by a157ac79e8f404f0eb9b2...
2014-01-13 Zoltan Varga[sdb] Fix setting of byref variables in registers....
2014-01-13 Rodrigo Kumpera[io-layer] Add essay on my choices for is_file_writable.
2014-01-13 Marek SafarMerge pull request #844 from scottmcarthur/master
2014-01-13 Zoltan VargaFix the build.
2014-01-13 Zoltan Varga[runtime] Fix the --disable-boehm build.
2014-01-13 Marek SafarMerge pull request #871 from tumtumtum/master
2014-01-13 Rodrigo Kumpera[io-layer] Properly check write permission of a file...
2014-01-13 Zoltan VargaMove the mono_thread_create () function into utils...
2014-01-13 Zoltan VargaClean up the thread startup code by moving common code...
2014-01-12 Zoltan VargaAdd LOCK_THREAD/UNLOCK_THREAD macros, get rid of ensure...
2014-01-12 Zoltan VargaClean up the setup of thread->synch_cs. Initialize...
2014-01-12 Marek SafarMerge pull request #870 from wayoutmind/master
2014-01-12 Rodrigo KumperaMerge pull request #869 from alistair/copyfile
2014-01-11 Alistair BushDon't raise an exception if we can't find the src assembly.
2014-01-10 Marek Safar[corlib] Update en-GB first day of week. Fixes #17151
2014-01-10 Zoltan Varga[runtime] Fix large file support on android, it doesn...
2014-01-09 Rodrigo KumperaRevert "[runtime] Make mono_class_is_assignable_from...
2014-01-09 Rodrigo Kumpera[runtime] Change MonoImage::field_cache lock from the...
2014-01-09 Rodrigo Kumpera[io-layer] Correctly implement permission checking...
2014-01-08 Zoltan Varga[jit] Use the mono_restore_context () helper function...
2014-01-08 Zoltan Varga[jit] Align the stack in mono_arch_restore_context...
2014-01-08 Zoltan Varga[jit] Fix some checks in the arm dyn call code. Fixes...
2014-01-07 Rodrigo Kumpera[runtime] ves_icall_type_is_assignable_from should...
2014-01-07 Rodrigo Kumpera[runtime] Make mono_class_is_assignable_from lazy resol...
2014-01-07 Rodrigo Kumpera[runtime] Make mono_class_is_assignable_from_slow handl...
2014-01-07 Zoltan Varga[jit] Fix the loading of arguments received on the...
2014-01-07 Zoltan Varga[aot] Disable aot for methods with tail calls in non...
2014-01-07 Zoltan Varga[jit] Pass flags to mini_method_compile () as an enum.
2014-01-07 Zoltan Varga[jit] Disable tail calls in AOT mode so methods using...
2014-01-07 Zoltan Varga[aot] Don't pass -W option to the clang assembler,...
2014-01-07 Zoltan Varga[jit] Allocate MonoJumpInfo structures using alloc0.
2014-01-07 Zoltan Varga[runtime] Update copyright date in --version.
2014-01-06 Zoltan VargaMerge pull request #865 from madewokherd/icallinit
2014-01-06 Vincent PovirkInitialize icalls before exceptions.
2014-01-06 Zoltan Varga[jit] Save/restore all-callee saved registers in method...
2014-01-05 Zoltan Varga[runtime] Fix yet another metadata problem with dynamic...
2014-01-05 Zoltan Varga[jit] Fix the handling of OP_ISUB_IMM in abcrem.
2014-01-05 Zoltan VargaMerge pull request #852 from ranma42/abc-64bits
2014-01-05 Zoltan Varga[jit] Emit calls to class init trampolines for fields...
2014-01-04 Zoltan Varga[runtime] Avoid RuntimeHelpers.EnsureSufficientExecutio...
2014-01-04 Zoltan Varga[runtime] Call mono_class_setup_methods () before acces...
2014-01-04 Marek Safar[corlib] Update datetime patters. Fixes #17044
2014-01-04 Zoltan Varga[gsharedvt] Avoid using the variable size code paths...
2014-01-04 Marek SafarMerge pull request #858 from madewokherd/datavis
2014-01-04 Marek SafarMerge pull request #859 from antoniusriha/groupDescription
2014-01-04 Zoltan Varga[jit] Avoid nullifying class init trampolines for recur...
2014-01-03 Zoltan VargaRemove usage of mini_replace_type () from mono_jit_runt...
2014-01-03 Zoltan Varga[aot] Sanitize utf8 characters in symbol names. Fixes...
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2014-01-02 Rodrigo KumperaMerge pull request #838 from desdesdes/master
2014-01-01 Andrea CancianiImprove ABCREM on 64-bits architectures
2013-12-16 Rodrigo Kumpera[io-layer] On OSX don't pass -W to open as we don't...
2013-12-16 Rodrigo Kumpera[runtime] Don't pass SEE_MASK_NOCLOSEPROCESS to ShellEx...
2013-12-16 Rodrigo Kumpera[runtime] A thread without a domain set cannot be runni...
2013-12-16 Martin Baulig[runtime]: Cosmetic, fix log level on diagnostic PCL...
2013-12-16 Zoltan Varga[aot] Give the compilation unit entries in the DWARF...
2013-12-15 Zoltan Varga[aot] Add runtime wrappers for methods of generic class...
2013-12-14 Zoltan Varga[gsharedvt] Add a wrapper to the mono_gsharedvt_constra...
2013-12-14 Zoltan Varga[jit] Remove an extra newline from a mono_trace ()...
2013-12-14 Zoltan Varga[jit] Fix TLS+AOT support in the monitor enter/exit...
2013-12-14 Zoltan Varga[jit] Cache gsharedvt types in get_gsharedvt_type ().
2013-12-14 Zoltan Varga[jit] Fix memory leaks in get_gsharedvt_type (). Fixes...
2013-12-14 Zoltan VargaDisable the bin writer on osx, it only works with xdebu...
2013-12-13 Rodrigo KumperaMerge pull request #832 from xplicit/webperf1
2013-12-12 Zoltan VargaRevert "[gsharedvt] Avoid using gsharedvt trampolines...
2013-12-12 Zoltan VargaMerge pull request #837 from madewokherd/update-def
2013-12-12 Rodrigo Kumpera[jit]Replace usage of mini_type_get_underlying_type...
2013-12-12 Rodrigo Kumpera[jit] Properly wire the MGSC in the amd64 backend.
2013-12-12 Zoltan VargaMerge pull request #806 from AxlPr/master
2013-12-12 Zoltan VargaMerge pull request #836 from madewokherd/buildfixes
2013-12-12 Marek SafarMerge pull request #834 from OttoG/master
2013-12-11 Vincent PovirkInclude config.h in mono-tls.c.
2013-12-11 Zoltan VargaMake a test work in the presence of llvm optimizations.
2013-12-11 Zoltan Varga[jit] Fix a problem in the liveness pass, where the...
2013-12-11 Rodrigo Kumpera[jit]Reenable int/long/double -> float rounding tests.
2013-12-11 Rodrigo Kumpera[jit]Emit explicit float rounding on amd64. Fixes ...
2013-12-11 Rodrigo Kumpera[arch]Add cvtsi2ss to amd64 codegen.
2013-12-10 Rodrigo Kumpera[jit] Use mini_type_get_underlying in a few missing...
2013-12-10 Rodrigo Kumpera[jit] Use mini_type_get_underlying in a few missing...
2013-12-10 Rodrigo Kumpera[jit] Use mini_type_get_underlying type in a few missin...
next