Merge pull request #439 from mono-soc-2012/garyb/iconfix
[mono.git] / mono / mini / driver.c
2012-09-10 Jérémie LavalMerge pull request #439 from mono-soc-2012/garyb/iconfix
2012-09-04 Rodrigo KumperaMerge pull request #451 from madewokherd/wrappertrace
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-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-16 Miguel de IcazaMerge pull request #323 from crazyjncsu/master
2012-06-24 Marek SafarMerge pull request #347 from JamesB7/master
2012-06-12 Zoltan VargaMerge remote-tracking branch 'raof/aot-cpu-safety'
2012-06-12 Zoltan VargaRevert "Merge pull request #321 from RAOF/aot-cpu-safety"
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-06-11 Mark ProbstMerge remote-tracking branch 'public/master'
2012-06-11 Zoltan VargaMerge pull request #321 from RAOF/aot-cpu-safety
2012-06-11 Christopher James... Fix spelling of confusingly-named mono_arch_cpu_optimiz...
2012-05-25 Miguel de IcazaMerge pull request #271 from pruiz/xamarin-bug-4108
2012-05-24 Alex Rønne PetersenMerge pull request #301 from directhex/master
2012-05-02 Zoltan VargaMerge pull request #285 from joncham/eglib-fixes
2012-04-30 Gonzalo Paniagua... Merge pull request #281 from JamesB7/master
2012-04-27 Zoltan VargaAdd support for --llvm option to mono_jit_parse_options...
2012-04-26 Zoltan VargaRemove the g_mem_set_vtable () code, eglib doesn't...
2012-04-06 Miguel de IcazaMerge pull request #216 from ilkerde/master
2012-04-04 Rodrigo KumperaExtend --compile-all to take a count parameter to recom...
2012-04-03 Andreia GaitaMerge pull request #249 from pcc/xgetinputfocus
2012-03-29 Zoltan VargaMerge pull request #266 from joncham/bug-struct-pack...
2012-03-29 Gonzalo Paniagua... Welcome to the future
2012-03-19 Miguel de IcazaMerge pull request #205 from m3rlinez/master
2012-02-29 Marek SafarMerge pull request #231 from linquize/a853199c497bb0977...
2012-02-24 Marek SafarMerge pull request #228 from QuickJack/3e163743eda89cc8...
2012-02-17 Gonzalo Paniagua... Merge pull request #217 from QuickJack/master
2012-02-12 Marek SafarMerge pull request #225 from mistoll/master
2012-01-31 Alan McGovernRemove an extra comma from 'Xamarin Inc'.
2012-01-11 Marek SafarMerge pull request #214 from QuickJack/cd2c570c5543963d...
2012-01-09 Gonzalo Paniagua... Merge pull request #211 from symform/master
2012-01-05 Zoltan VargaImplement mono_gc_set_stack_end () for Boehm/null GC...
2012-01-04 Rolf Bjarne KvingeSet the end of the stack for the main thread
2012-01-02 Zoltan VargaMerge pull request #203 from Jester01/jester/mmap
2011-12-24 Zoltan VargaAdd support for --break to mono_jit_parse_options ().
2011-12-17 Zoltan VargaAdd more options to mono_jit_parse_options ().
2011-12-16 Zoltan VargaMove mono_break_on_exc to MonoDebugOptions.
2011-07-28 Miguel de IcazaMerge pull request #93 from konrad-kruczynski/dispatche...
2011-06-24 Gonzalo Paniagua... Merge pull request #121 from LogosBible/processfixes
2011-06-19 Miguel de IcazaUpdate copyrights
2011-05-12 Rodrigo KumperaMerge pull request #82 from Unity-Technologies/master...
2011-04-13 Martin BauligOooops, it's supposed to be 'if (!strcmp (...))' !
2011-04-12 Martin BauligOoops, also enable explicit nulls.
2011-04-11 Rodrigo KumperaHandle attached threads correctly on windows.
2011-04-11 Martin BauligAdd "soft breakpoint" support for ARM.
2011-04-07 Zoltan VargaRevert "Disable SMP on arm until #683409 is fixed."
2011-04-06 Zoltan VargaDisable SMP on arm until #683409 is fixed.
2011-03-25 Vincent PovirkReplace ENABLE_COREE with a runtime switch.
2011-03-23 Gonzalo Paniagua... --version shows kqueue now.
2011-03-14 Mark ProbstMerge branch 'sgen-disable-gc'
2011-02-14 Neale FergusonMerge branch 'master' of github.com:mono/mono
2011-02-13 Mark ProbstMerge branch 'bugfix-main-thread-root'
2011-02-11 Zoltan VargaAvoid a boehm dependency in driver.c.
2011-01-24 Mark ProbstMerge branch 'sgen-android'
2011-01-19 Gonzalo Paniagua... Happy new year.
2011-01-11 Geoff NortonFix win32 build
2011-01-06 Zoltan VargaMerge remote branch 'google-nacl/master'
2011-01-06 Elijah TaylorMerge remote branch 'upstream/master'
2010-12-17 Elijah TaylorMerged in rest of Native Client changes, untested
2010-11-27 Zoltan VargaUpdate the help message for --verify-all.
2010-11-22 Jb EvainMerge branch 'cecil-light'
2010-11-19 Atsushi EnoMerge branch 'xml-fixes' of https://github.com/myeisha...
2010-11-16 Zoltan VargaImprove tail call support on amd64 to support more...
2010-11-13 Zoltan VargaFix the previous change.
2010-11-13 Zoltan VargaFix build breakage on platforms without execvp.
2010-09-20 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-09-10 Marek SafarMerge branch 'marek'
2010-09-09 Chris Toshokmove the call to mono_gc_base_init into mono_debug_init
2010-09-07 Jonathan PobstMerge branch 'master' of github.com:mono/mono
2010-08-09 Zoltan VargaRemove the few remaining compile time GC dependencies.
2010-08-09 Elijah TaylorAdd support to the x86 backend for generating code...
2010-07-13 Atsushi Eno2010-07-13 Atsushi Enomoto <atsushi@ximian.com>
2010-07-09 Zoltan VargaFix the previous change.
2010-07-09 Miguel de Icaza2010-07-09 Miguel de Icaza <miguel@novell.com>
2010-07-09 Rolf Bjarne Kvinge2010-07-09 Rolf Bjarne Kvinge <RKvinge@novell.com>
2010-07-05 Miguel de Icaza2010-07-05 Miguel de Icaza <miguel@novell.com>
2010-06-30 Marek SafarFixed.
2010-06-29 Zoltan Varga2010-06-29 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-25 Zoltan Varga2010-06-25 Zoltan Varga <vargaz@gmail.com>
2010-06-24 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-06-24 Miguel de IcazaRevert my changes, they break the build
2010-06-24 Miguel de Icaza2010-06-23 Miguel de Icaza <miguel@novell.com>
2010-05-11 Miguel de IcazaBig documentation update
2010-05-05 Miguel de IcazaDocument --nollvm
2010-04-29 Marek SafarTurn eval test into normal test case
2010-04-27 Miguel de Icaza2010-04-27 Miguel de Icaza <miguel@novell.com>
2010-04-27 Marek SafarFlush (work in progress)
2010-04-27 Marek SafarNew tests.
2010-04-24 Mark Probst2010-04-24 Mark Probst <mark.probst@gmail.com>
2010-04-16 C.J. Adams-Colliercopied mono-api-diff.cs from mono-2-2 branch so new...
2010-04-16 Zoltan Varga2010-04-16 Zoltan Varga <vargaz@gmail.com>
2010-04-12 Marek SafarNew tests.
2010-04-09 Paolo MolaroFri Apr 9 15:28:01 CEST 2010 Paolo Molaro <lupus@ximian...
2010-04-06 Ankit JainAdd support for ToolsVersion and correctly build msbuil...
2010-04-01 Mark Probst2010-04-01 Mark Probst <mark.probst@gmail.com>
next