add compilation instructions
[mono.git] / mono /
2012-09-19 Greg Youngpatch for async TCP sockets. without this change the...
2012-09-19 Zoltan VargaSave/restore fp registers in MonoContext on ios. Fixes...
2012-09-17 Zoltan VargaImplement mono_arch_emit_inst_for_method () for LLVM.
2012-09-17 Zoltan VargaFix usage of vregs defined in EH regions in the LLVM...
2012-09-17 Zoltan VargaAlign the thumb_end symbol to 8 to avoid warnings by...
2012-09-16 Marek SafarMerge pull request #461 from knocte/xbuild_improvements
2012-09-15 Zoltan VargaFix precise stack marking for the thread initiating...
2012-09-14 Marek SafarMerge pull request #460 from pcc/fix-enumeratekind
2012-09-14 Zoltan VargaAdd more debug output to sdb to debug suspend issues.
2012-09-14 Marek SafarMerge pull request #455 from LogosBible/large-file...
2012-09-13 Marek SafarMerge pull request #456 from strawd/bug7079
2012-09-13 Konrad M. KruczynskiMerge branch 'master' of https://github.com/mono/mono...
2012-09-13 Marek SafarMerge pull request #453 from daub815/master
2012-09-13 Rolf Bjarne KvingeAdd support for armv7s.
2012-09-12 Marek SafarMerge pull request #457 from strawd/aspnetwebstack...
2012-09-12 Zoltan VargaRename xdb.il to <unknown> in debug info.
2012-09-11 Mark Probst[sgen] Provide a function to wait for bridge processing...
2012-09-11 Zoltan VargaSkip most wrappers in ves_icall_get_frame_info (),...
2012-09-10 Rolf Bjarne KvingeAdd an unhandled exception hook embedders can use to...
2012-09-10 Rodrigo KumperaMerge pull request #61 from ztzg/darwin-static-build...
2012-09-10 Damien Diederenmono{dis,graph,profiler}: Fix build when configured...
2012-09-10 Zoltan VargaRename MONO_GC_REGISTER_ROOT () -> MONO_GC_REGISTER_ROO...
2012-09-10 Zoltan VargaGet rid of another HAVE_SGEN_GC reference in gc-internal.h.
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-09-08 Zoltan VargaAvoid an assertion in mono_thread_state_init_from_handl...
2012-09-08 Zoltan VargaAvoid converting OP_IMUL to OP_IMUL_IMM if multiplicati...
2012-09-07 Zoltan VargaMove the imul/idiv/irem emulation code out of #ifndef...
2012-09-07 Zoltan VargaEmit a seq point for endfinally opcodes even if the...
2012-09-05 Mark Probst[sgen] Small data type fix only relevant to unrealistic...
2012-09-05 Mark Probst[sgen] Don't overflow when parsing numbers that are...
2012-09-05 Mark Probst[sgen] Report memory allocation failures for internal...
2012-09-05 Mark Probst[sgen] Report incorrect wbarrier setting in MONO_GC_PARAMS.
2012-09-04 Zoltan VargaError out instead of asserting when using the VBByRefSt...
2012-09-04 Zoltan VargaTransform some exceptions thrown by the marshalling...
2012-09-04 Rodrigo KumperaMerge pull request #451 from madewokherd/wrappertrace
2012-09-04 Rodrigo KumperaThe new macro abi__alignof__ correctly handle darwin...
2012-09-04 Alex Rønne PetersenMerge pull request #450 from madewokherd/excdoc
2012-09-04 Vincent PovirkAdd trace channel for native/managed wrappers.
2012-09-04 Vincent PovirkAdd documentation for exception traces.
2012-09-04 Rodrigo KumperaEnable mach support on arm.
2012-09-04 Zoltan VargaGet rid of some HAVE_SGEN_GC ifdefs from gc-internals...
2012-09-04 Zoltan VargaTransition the minor/major GC stats to the counters...
2012-09-04 Zoltan VargaAvoid linking libmini_static against any libraries...
2012-09-04 Zoltan VargaAvoid disabling the new interrupt machinery when using...
2012-09-03 Zoltan VargaBuild libmono and libmonosgen using a common convenienc...
2012-09-03 Zoltan VargaRemove some more references to libmono-static/libmonosg...
2012-09-03 Zoltan VargaAnother attempt at avoiding compiling files in mini...
2012-09-03 Zoltan VargaRemove *.exe.dylib.dSYM files too in the mini aotcheck...
2012-09-03 Rodrigo KumperaAllow constructors to be called like regular methods...
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
next