mono.git
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.
2013-07-11 Alex Rønne... Remove an m68k check from configure.
2013-07-11 Alex Rønne... Fix an s390x check broken by faff4654c8cbfbe0619e87808f...
2013-07-11 Alex Rønne... Add missing TARGET_* defines for SPARC and Itanium.
2013-07-10 Martin BauligOops, remove extra %endif in .spec file.
2013-07-10 Martin Baulig[PCL]: Add System.Linq.Expressions type-forwarders.
2013-07-10 Martin BauligAdd libmonoboehm package to the spec file.
2013-07-10 Marek SafarIgnore only local Makefile
2013-07-10 Gerardo García... An #if has been negated (bugfix)
2013-07-10 Alex Rønne... Add atomic.c/.h to libmonoutils.vcxproj.
2013-07-10 Alex Rønne... configure: Set TARGET=S390X instead of S390x for consis...
2013-07-10 Alex Rønne... Merge pull request #695 from jack-pappas/patch-4
2013-07-10 Jack PappasFix preprocessor/compiler warning due to unbalanced...
2013-07-10 Sebastien PouliotEnsure the new FileStream unit tests does not throw...
2013-07-09 Rodrigo KumperaUse a non rooted symlink and make it point to the right...
2013-07-09 Rodrigo Kumpera[runtime]Revert the fast tls check as we always need...
2013-07-09 Martin BauligBump libmonosgen version in the .spec file.
2013-07-09 Martin Baulig[build]: Use a relative symlink from mono to mono-sgen.
2013-07-09 Rodrigo KumperaMerge pull request #694 from madewokherd/pthreadinclude
2013-07-09 Alex Rønne... Fix a #define style issue in mini.c.
2013-07-09 Alex Rønne... Only require mono_arch_is_soft_float () to be defined...
next