Merge pull request #444 from knocte/xbuild_improvements
[mono.git] / mono /
2012-09-03 Ankit JainMerge pull request #444 from knocte/xbuild_improvements
2012-09-03 Andres G. AragonesesMerge branch 'xbuild_improvements' of github.com:knocte...
2012-09-02 Miguel de IcazaMerge pull request #446 from UCIS/master
2012-08-31 Zoltan VargaRemove *.exe.dylib files too in the mini aotcheck target.
2012-08-31 Zoltan VargaFix a typo.
2012-08-30 Zoltan VargaAdd a target to run the JIT GC tests.
2012-08-30 Zoltan VargaAdd a test for #6755.
2012-08-30 Zoltan VargaFix an off-by-one in the computation of the TLS referen...
2012-08-29 Zoltan VargaGet rid of the debug_count () functions in various...
2012-08-28 Zoltan VargaPrint more detailed information about call instructions...
2012-08-28 Zoltan VargaAdd a gsctx argument to mono_arch_get_argument_info ().
2012-08-28 Zoltan VargaSimplify mono_class_get_runtime_generic_context_templat...
2012-08-28 Zoltan VargaShorten some type/functions names in the generic sharin...
2012-08-28 Zoltan VargaAdd mono_debug_count () helper function to aid in runti...
2012-08-28 Zoltan VargaAdd a 'serial' attribute to MonoGenericParam to allow...
2012-08-28 Zoltan VargaAdd wrapper info for generic array helper wrappers.
2012-08-28 Zoltan VargaFix up the dwarf debug info for trampolines.
2012-08-27 Paolo MolaroAvoid direct access to /dev/shm on some platforms.
2012-08-20 Zoltan VargaEscape windows paths in DWARF debug info.
2012-08-17 Miguel de IcazaMerge pull request #428 from paszczi/master
2012-08-16 Zoltan VargaAvoid a crash in SET_KEEPALIVE if the socket transport...
2012-08-16 Zoltan VargaFree the newly added assembly->remapped_tokens hashtable.
2012-08-16 Zoltan VargaFree the newly added assembly->remapped_tokens hashtable.
2012-08-16 Zoltan VargaHandle ConstructorBuilders in fixup_cattrs () correctly...
2012-08-15 Marek SafarMerge pull request #430 from Nican/master
2012-08-15 Zoltan VargaEmit AOT line number information on osx/ios too.
2012-08-15 Miguel de IcazaRevert 4e5e52a29818b5342ec3b9f0b51c74970765c071, which...
2012-08-14 Zoltan VargaMerge pull request #429 from penberg/fixes/typo-in...
2012-08-14 Pekka EnbergFix 'caller saved' typo in mono_arch_allocate_vars()
2012-08-14 Rodrigo KumperaSome gcc versions ICE when inlining code using computed...
2012-08-14 Rodrigo KumperaSprinkle some inlining annotations magic to bring perfo...
2012-08-14 Rodrigo KumperaGive the minor copy functions different names under...
2012-08-13 Zoltan VargaImplement batched method invokes in sdb.
2012-08-11 Zoltan VargaFix a warning.
2012-08-11 Gonzalo Paniagua... Merge pull request #408 from strawd/master
2012-08-10 Zoltan VargaAvoid a fixed port number in a test.
2012-08-10 Miguel de IcazaMerge pull request #414 from sesef/datagrid
2012-08-10 Miguel de IcazaMerge pull request #422 from ianbattersby/bz6389-Invali...
2012-08-08 Marek SafarRemove unused decimal2string icall
2012-08-08 Marek SafarFix parsing decimal zero values. Fixes #6444
2012-08-06 Atsushi EnoMerge pull request #411 from Alkarex/patch-2
2012-08-05 Zoltan VargaFix MethodMirror.GetCustomAttributes ().
2012-08-03 Zoltan VargaConvert the argument of OP_INOT to int in the llvm...
2012-08-02 Rodrigo KumperaDisable native trace collection and spew on desktop.
2012-08-01 Zoltan VargaImplement support for DebuggerHiddenAttribute.
2012-08-01 Zoltan VargaPut the cas flags in MonoJitInfo into a separate struct...
2012-07-31 Jonathan PryorEnable IPv6 support under Android.
2012-07-25 Martin BauligMerge pull request #392 from baulig/master
2012-07-24 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-24 Jo ShieldsMerge remote-tracking branch 'github/master'
2012-07-24 Gonzalo Paniagua... Remove compiler warning
2012-07-24 Gonzalo Paniagua... Avoid possible duplicate fds in the list
2012-07-23 Atsushi EnoMerge pull request #398 from xcrash/feature/wcf.mex...
2012-07-21 Miguel de IcazaMerge pull request #303 from ermshiperete/5278
2012-07-21 Miguel de IcazaMerge pull request #309 from i59/patch-1
2012-07-21 Miguel de IcazaMerge pull request #335 from robwilkens/DataGridBugs1
2012-07-21 Miguel de IcazaMerge pull request #337 from robwilkens/IdleThreadsFixes
2012-07-21 Miguel de IcazaMerge pull request #350 from robwilkens/bug1089
2012-07-21 Marek SafarMerge pull request #403 from AerisG222/1596644f26b5b4b1...
2012-07-20 Rodrigo KumperaSwitch the unhandled exception spew to use the new...
2012-07-20 Rodrigo KumperaAdd Mono.Runtime::GetNativeStackTrace method to make...
2012-07-20 Rodrigo KumperaAdd new mono_exception_get_native_backtrace function...
2012-07-20 Rodrigo KumperaFill Exception::native_trace_ips when doing exception...
2012-07-20 Rodrigo KumperaAdd field to Exception to hold the unmanaged backtrace.
2012-07-20 Zoltan VargaMerge pull request #400 from sblom/master
2012-07-19 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-19 Miguel de IcazaMake ERROR_OPERATION_ABORTED a common message
2012-07-19 Miguel de Icazamono_lookup_pinvoke_call: prevent leak by keeping a...
2012-07-18 Rodrigo KumperaAnother take into reducing shutdown crashes.
2012-07-18 Dan ShechterFixed Xamarin Bug 6148
2012-07-18 Rodrigo KumperaFix shutdown when the io-tp was not used.
2012-07-18 Rodrigo KumperaGive each scan function an unique name to help some...
2012-07-18 Zoltan VargaMerge pull request #397 from xen2/llvm_sqrt_abs
2012-07-18 Zoltan VargaMerge pull request #396 from directhex/master
2012-07-18 Virgile BelloFixed Math.Sqrtf and Math.Abs with LLVM.
2012-07-17 Rodrigo KumperaWhen calculating allowance, don't blindly cast from...
2012-07-17 Rodrigo KumperaAdd test for the behavior of discarding pending io...
2012-07-17 Zoltan VargaMerge pull request #394 from directhex/master
2012-07-17 Zoltan VargaRemove some incorrectly forward-ported code from aot...
2012-07-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-07-16 Miguel de IcazaMerge pull request #388 from strawd/master
2012-07-16 Marek SafarMerge pull request #390 from baulig/master
2012-07-16 Zoltan VargaMerge pull request #391 from xen2/e377dd65b5599d5a9ecf4...
2012-07-16 Jérémie LavalMerge pull request #364 from directhex/master
2012-07-16 Zoltan VargaFix #6112 for amd64 as well.
2012-07-15 Zoltan VargaFix the handling of fail tramps in the full-aot IMT...
2012-07-13 Rodrigo KumperaClear more threadpool state prior to domain unload.
2012-07-13 Rodrigo KumperaReplace an assertion with an UNVERIFIED call in the...
2012-07-13 David StrawMerge remote-tracking branch 'upstream/master'
2012-07-11 Rodrigo KumperaMonoGenericClass::initialize runtime icall only needs...
2012-07-10 Virgile BelloFix #6112 c32a854: compile error and removed indirection.
2012-07-09 Rodrigo KumperaMerge pull request #386 from alexrp/master
2012-07-09 alexrpOnly use TLAB_ACCESS_INIT in sgen_card_table_wbarrier_o...
2012-07-09 alexrpUse a critical region in mono_gc_alloc_array.
2012-07-09 Bojan RajkovicMerge pull request #366 from robwilkens/bug5747-2
2012-07-09 Rodrigo KumperaClear some dead code.
2012-07-09 Rodrigo KumperaSanitize sgen's collection trigger internal API.
2012-07-05 Mark Probst[sgen] Fix a race condition.
2012-07-05 Zoltan VargaFix an assert in the arm backend if an offset is too...
2012-07-04 Marek SafarMerge pull request #373 from QuickJack/master
next