mono.git
2013-03-08 Miguel de IcazaMerge pull request #469 from symform/symform-better...
2013-03-08 Miguel de IcazaMerge pull request #594 from Adeath56/patch-1
2013-03-08 Miguel de IcazaMerge pull request #595 from UCIS/master
2013-03-08 Marek SafarMove rarely used NamedDataSlot to its own type to cut...
2013-03-08 Marek SafarFix failing test
2013-03-08 Marek SafarFix constant folding fox null string constants. Fixes...
2013-03-08 Marek SafarUse faster string comparers
2013-03-08 Marek SafarUse faster invariant conversion
2013-03-08 Marek SafarUse generics list
2013-03-08 Marek SafarUse faster string checks
2013-03-08 Marek SafarRemove Collection dependency from ReadOnlyCollection
2013-03-08 Jb EvainAdd generated Makefile.am to gitignore
2013-03-08 Jb EvainAdd mdbrebase generated script to gitignore
2013-03-08 Sebastien PouliotTypeFromCLSID is not available when build with FULL_AOT...
2013-03-08 Sebastien PouliotAdjust OptionalCalendars test so it will work when...
2013-03-08 Zoltan VargaAvoid loading AOT modules for ref-only assemblies.
2013-03-08 Zoltan VargaFix the mobile build.
2013-03-08 Zoltan VargaFix the mobile mscorlib build.
2013-03-08 Zoltan VargaAvoid a crash if the Volatile class is linked away.
2013-03-08 Zoltan VargaAdd full-aot support for Volatile.Read<T>/Write<T> ().
2013-03-08 Zoltan VargaFix the encoding of runtime-invoke wrappers in AOT...
2013-03-08 Zoltan VargaRemove an inexistent icall added by mistake by 0ff40ae7...
2013-03-07 Rodrigo KumperaMake the build .gitignore rule absolute. It didn't...
2013-03-07 Rodrigo KumperaMove some MOBILE bits under DISABLE_REMOTING as a remot...
2013-03-07 Rodrigo KumperaMonotouch has builds with -DISABLE_REMOTING.
2013-03-07 Rodrigo KumperaAdd a bunch of dummy fields to Assembly under MOBILE...
2013-03-07 Rodrigo KumperaReplace a useless g_assert with a g_error that actually...
2013-03-07 Rodrigo KumperaMake sure to unlock InternalThread::synch_cs when we...
2013-03-07 Rodrigo KumperaMake sure all functions in the hot path of eg_utf8_to_u...
2013-03-07 Marek SafarFixes mobile build
2013-03-07 Marek SafarUpdate mobile tests
2013-03-07 Marek SafarIgnore SynchronizationAttribute on MT
2013-03-07 Marek SafarFix binary serialization on mobile
2013-03-07 Zoltan VargaFix a typo introduced by c808ced1e2fa580762a8022754ded9...
2013-03-07 Zoltan VargaMake begin-invoke/end-invoke wrappers for generic deleg...
2013-03-07 Marek SafarRemove confusing trailing dot
2013-03-07 Marek SafarActually iterate returned array
2013-03-07 Marek SafarRemove generated file dependency to make fresh checkout...
2013-03-07 Marek SafarMerge pull request #596 from madewokherd/typefromclsid
2013-03-07 Jonathan Pryor[xbuild] Replace string.ToLower() comparison with Ordin...
2013-03-07 Zoltan VargaImplement Volatile.Read/Write<T> and Interlocked.Memory...
2013-03-07 Zoltan VargaAdd stubs for some NET 4.5 ThreadLocal ctors/methods.
2013-03-07 Zoltan VargaClean up the code which handles prepending _ to global...
2013-03-06 Mark Probst[sgen] Just warn, don't abort, on invalid MONO_GC_PARAM...
2013-03-06 Vincent Povirkcorlib: Implement System.Type.GetTypeFromCLSID.
2013-03-06 Jeffrey Stedfast[Mono.Debugger.Soft] Made the receiver thread a backgro...
2013-03-06 Mark Probst[sgen] Allow empty parameters in MONO_GC_PARAMS and...
2013-03-06 Zoltan VargaFix some ARM assembly in MONO_CONTEXT_GET_CURRENT ().
2013-03-06 Zoltan VargaMake the JIT icall wrappers for opcode emulation jit...
2013-03-06 Zoltan VargaModify the way calls to icalls are made from the icall...
2013-03-06 Zoltan VargaFix AOT on osx+amd64.
2013-03-06 Ivo SmitsFixed handling of modifier keys in KeyEventArgs constru...
2013-03-06 Mark ProbstMerge pull request #593 from Cynede/master
2013-03-06 Marek SafarDisable more security context tests on mobile
2013-03-06 Marek SafarUse more specific types
2013-03-06 Heatheruse floor division // instead of / because in python...
2013-03-06 Heatherpython 3 compatibility in gen-descriptor-tests.py
2013-03-06 Marek SafarOptimize Activator path used by new() constraint to...
2013-03-06 Marek SafarFix exception test text
2013-03-06 Marek SafarAdd test from Jb Evain to test biner with user method...
2013-03-06 Marek SafarActivator cannot be used to create default instances...
2013-03-05 Mark Probst[sgen] Unify non-concurrent and concurrent M&S.
2013-03-05 Mark Probst[tests] Init Random with defined value in GC descriptor...
2013-03-05 Duncan MakBump version number to 3.0.7.
2013-03-05 Zoltan VargaChange the linkage of the type_info symbols generated...
2013-03-05 Marek SafarDon't mark unused interface methods. Fixes #10866
2013-03-05 Marek SafarRemove redundant culture info from string concatenations
2013-03-05 Atsushi Eno[rx] Add missing AssemblyInfos.
2013-03-05 Atsushi EnoAdd Assembly version attributes to hopefully fix bug...
2013-03-05 Marek SafarUpdate binder primitive conversion to match .net
2013-03-05 Marek SafarTweaks to Enum::FormatName to make it faster/smaller
2013-03-05 Marek SafarType.FilterAttribute accepts int criteria only
2013-03-05 Jeremie Laval[monodoc] Make the help source test pass since the...
2013-03-05 Jeremie Laval[monodoc] Cache intermediary result for legacy Nodes...
2013-03-05 Jeremie Laval[monodoc] Change new API for Nodes to be IList for...
2013-03-05 Marek SafarFixes build
2013-03-05 Marek SafarFix wrong usage of ConstructoInfo::Invoke
2013-03-05 Martin BauligAdd to EXTRA_DIST.
2013-03-04 Duncan MakAdd gc-descriptors to SUBDIRS.
2013-03-04 Rodrigo KumperaFix cominterop.
2013-03-04 Rodrigo KumperaFix marshal.c DISABLE_JIT on device.
2013-03-04 Miguel de IcazaMerge pull request #577 from UCIS/patch-2
2013-03-04 Marek SafarMake internal abstract methods virtual to fix MethodBas...
2013-03-04 Martin BauligRuntime assembly mapping for PCL.
2013-03-04 Zoltan VargaDist the Makefile.am.in files. Fixes #10874.
2013-03-04 Mark Probst[sgen] Disable parallel M&S in combination with split...
2013-03-04 Mark ProbstMerge branch 'feature-descriptor-tests'
2013-03-04 Mark Probst[tests] Test valuetype GC descriptors, too.
2013-03-04 Mark Probst[tests] Optional big-switch version of GC descriptor...
2013-03-04 Mark Probst[tests] Test for GC descriptors - first draft.
2013-03-04 Martin BauligMisc PCL-related API fixes.
2013-03-04 Mark ProbstMerge pull request #586 from awinters-fvs/awinters...
2013-03-04 Rodrigo KumperaMerge pull request #589 from qhalid/master
2013-03-04 Chris BallPrevent path fallback for mono-sgen and pedump
2013-03-04 Miguel de IcazaMerge pull request #585 from mk8/master
2013-03-04 Miguel de IcazaMerge pull request #588 from Daniel15/bug-10872
2013-03-04 Daniel Lo NigroUse standard RFC1123 ("R") format specifier for Expires...
2013-03-04 Marek SafarAdd missing target checks to ConstructorInfo::Invoke
2013-03-04 Marek SafarUse Activator instead of InvokeMember with incomplete...
2013-03-04 Marek SafarRemove unused icall
next