mono.git
2013-07-23 Alex Rønne... Merge pull request #697 from linquize/atom-bug
2013-07-23 Alex Rønne... Fix the mono-hwcap module to work in the MONO_CROSS_COM...
2013-07-23 Sebastien PouliotDo not include tests for AssociatedMetadataTypeTypeDesc...
2013-07-23 Marek SafarFix default content buffer max size
2013-07-23 Zoltan VargaAvoid linking the LLVM runtime codegen libs into a...
2013-07-23 LinquizeAtom10FeedFormatter should generate subtitle tag for...
2013-07-22 Marek SafarMerge some nrefactory changes
2013-07-22 Marek SafarDon't crash when metadata contains private top level...
2013-07-22 Marek SafarAdds async handling to binary:emitbranchable. Fixes...
2013-07-22 Marek SafarFixes duplicate error message
2013-07-22 Marek SafarAdd field target for automatic properties
2013-07-22 Zoltan VargaGenerate the push/pop LMF code as IR on x86.
2013-07-22 Zoltan VargaFix a problem in emit_pop_lmf (), it no longer needs...
2013-07-22 Zoltan VargaGet rid of the MONO_ARCH_ENABLE_LMF_IR define added...
2013-07-21 Rodrigo KumperaHandle property with default values. Fix part of #13336.
2013-07-21 Rodrigo KumperaMerge pull request #600 from tr8dr/master
2013-07-21 Cameron Taggartfixes ctaggart/mono#2 cpuid() now compiles in VS 2012
2013-07-21 Alex Rønne... Fix a "mixed decls and code" warning.
2013-07-21 i59Added mono-mutex.h & c to libmonoutils.vcxproj
2013-07-21 i59mono-mutex.c: Don't include sys/time.h on Windows;
2013-07-21 Alex Rønne... Merge pull request #707 from LHCGreg/12752-windows_nul_...
2013-07-21 Alex Rønne... libgc: Use GCC atomics on ARM.
2013-07-20 Zoltan VargaRework the x86 lmf code to use stores instead of pushes...
2013-07-20 Zoltan VargaGenerate the push/pop LMF code as IR on architectures...
2013-07-20 Marek SafarFix indexer member formating
2013-07-20 Marek SafarFixes failing tests
2013-07-20 Marek SafarSchedule internal delay task on default scheduler only...
2013-07-20 Marek SafarLazy initialization of type parameters expanded interfa...
2013-07-20 Zoltan VargaAnother attempt at fixing mono_atomic_load_acquire...
2013-07-20 Alex Rønne... Enable GCC atomics on mips.
2013-07-20 Alex Rønne... Enable GCC atomics on arm.
2013-07-20 Alex Rønne... Enable GCC atomics on ppc and ppc64.
2013-07-20 Alex Rønne... Enable GCC atomics on x86 and amd64.
2013-07-20 Alex Rønne... Use GCC atomics when USE_GCC_ATOMIC_OPS is defined.
2013-07-20 Alex Rønne... PowerPC build fix in mono-hwcap-ppc.
2013-07-20 Alex Rønne... configure: Remove obsolete FIXME comment.
2013-07-20 Alex Rønne... Add a MONO_VERBOSE_HWCAP environment variable.
2013-07-20 Alex Rønne... Remove now-unneeded mono_aot_only guard around mono_hwc...
2013-07-20 Alex Rønne... Remove the JIT-ed CPUID hack from mono-hwcap-x86.
2013-07-20 Alex Rønne... Check for sys/auxv.h and only use it if available.
2013-07-20 Alex Rønne... Make all Mini back ends use mono-hwcap for CPU feature...
2013-07-19 Zoltan VargaRemove the async hacks from the gsharedvt code, gshared...
2013-07-19 Zoltan VargaShare byref arguments in runtime invoke signatures...
2013-07-19 Zoltan VargaProperly null terminate strings in mono_dwarf_escape_pa...
2013-07-19 Sebastien PouliotDisable TestDisposeOnCallback for MONOTOUCH, the test...
2013-07-18 Zoltan VargaAvoid calling mono_domain_free () in a cross-compiler...
2013-07-18 Mark ProbstSimplify emit_write_barrier().
2013-07-18 Marek SafarAdd nested partial types inside nested partial types...
2013-07-18 Marek SafarNested partial type inside generic class can have base...
2013-07-18 Marek SafarDon't try to match lifted equality operators on same...
2013-07-18 Zoltan VargaFix an overflow if MONO_ZERO_LEN_ARRAY is not 0. Fixes...
2013-07-18 Alex Rønne... Add a mono_hwcap_init () call to parse_optimizations ().
2013-07-18 Alex Rønne... Make mono_hwcap_init () only perform initialization...
2013-07-17 Mark ProbstWeaken a race condition in object initialization.
2013-07-17 Mark Probst[sgen] Binary protocol improvements.
2013-07-17 Zoltan VargaAdd support for constrained calls with one ref paramete...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Zoltan VargaAdd support for a simple form of constrained calls...
2013-07-17 Zoltan VargaFix a warning.
2013-07-17 Rodrigo KumperaMerge pull request #706 from elijahtaylor/fixdyncode
2013-07-17 Marek SafarMerge pull request #705 from alesliehughes/master
2013-07-17 Alistair Leslie... Allow TrySetApartmentState to set the same state multip...
2013-07-17 Alex Rønne... mono-hwcap: Add ARM version detection for iOS.
2013-07-16 Zoltan VargaAvoid printing an extra newline when printing fp result...
2013-07-16 Mark ProbstFix race conditions in finalizer/weak link staging.
2013-07-16 Elijah TaylorFix nacl_dyncode include
2013-07-16 Zoltan VargaFix MONO_GC_DEBUG=collect-before-allocs. mono_gc_alloc_...
2013-07-16 Zoltan VargaFix the dependencies of the corlib test suite so the...
2013-07-16 Zoltan VargaFix a crash in thread_suspend_func () if the thread...
2013-07-16 Marek SafarRemove redundant status capturing
2013-07-16 Marek SafarFixes scheduling of non-inlined sychronous continuations.
2013-07-15 Zoltan VargaAvoid an assert in mono_save_seq_point_info () if no...
2013-07-15 Zoltan VargaMake wrappers whose signature is static static.
2013-07-15 Zoltan VargaFix synchronized_generic_cache.
2013-07-15 Sebastien PouliotEscape the .file path name generated in the asembly...
2013-07-15 Zoltan VargaPut the unbox_trampolines table into the .text segment...
2013-07-15 Rodrigo Kumpera[runtime] Add a fallback on the TLS probing code that...
2013-07-15 Rodrigo KumperaBump master version to 3.3.0.
2013-07-15 Alex Rønne... Avoid using dmb/dsb/dib instructions on ARM v6.
2013-07-15 Zoltan VargaRemove test-sgen from make check in tests/, it takes...
2013-07-15 Zoltan VargaFix gshared synchronized wrappers for static methods.
2013-07-15 Marek SafarImplement webrequest cancellation. Fixes #13200
2013-07-14 Alex Rønne... Merge pull request #700 from jack-pappas/patch-1
2013-07-13 Atsushi EnoRevert "Merge pull request #622 from killabytenow/master"
2013-07-13 Jack PappasCall 'awk' instead of 'gawk' for cross-platform compati...
2013-07-12 Alex Rønne... configure: Also consider __ARM_ARCH_7S__ when checking...
2013-07-12 Jeffrey StedfastPrevent potential integer overflows in SortedList's...
2013-07-12 Marek SafarDon't eat exception from timer handler (this is system...
2013-07-12 Marek SafarPrefer user operators over predefined operators for...
2013-07-12 Marek SafarAllow async for explicitly implemented interface method...
2013-07-12 Martin Baulig.spec file, again.
2013-07-12 Atsushi EnoMerge pull request #622 from killabytenow/master
2013-07-11 Alex Rønne... Replace more __ARM_ARCH_... checks with HAVE_ARMV<N>.
2013-07-11 Gerardo García... Reverted changes of commit 6ad7f75a3777652a535ef4356e6d...
2013-07-11 Gerardo García... Better and more homogeneous error handling.
2013-07-11 Alex Rønne... Add ARM version detection to configure and use the...
2013-07-11 Alex Rønne... Add a mono-hwcap module to utils.
2013-07-11 Alex Rønne... Fix the tests makefile.
2013-07-11 Gerardo García... If 'flush' flag is enabled when calling decoding/encodi...
2013-07-11 Alex Rønne... Fix (hopefully) the last architecture casing inconsistency.
next