mono.git
2012-11-21 Martin Baulig[System.Configuration]: Fix filenames in ExeConfigurati...
2012-11-21 Martin BauligFix ConfigurationManagerTest for .NET 4.0 and 4.5.
2012-11-21 Martin BauligFix NTLM related test failures.
2012-11-20 Sebastien PouliotAllow the linker to preserve a whole assembly. Avoid...
2012-11-20 Rodrigo KumperaUse Zoltan's simpler promotion failure check for the...
2012-11-20 Rodrigo KumperaRevert SERIAL_COPY_OBJECT_FROM_OBJ as it's only benefit...
2012-11-20 Mark Probst[sgen] Fix use of volatile in the lock free allocator.
2012-11-20 Miguel de IcazaAdded target
2012-11-20 Marek SafarReport error for missing assembly reference used by...
2012-11-20 Marek SafarUpdate to the latest IKVM.Reflection
2012-11-20 Rodrigo KumperaFix compilation on non gcc systems with varargs.
2012-11-20 Zoltan VargaRemove a -W option which breaks with older gcc versions.
2012-11-20 Marek SafarFix NativeOverlapped definition. Fixes #8449
2012-11-20 Marek SafarAdd new test
2012-11-20 Marek SafarMerge pull request #506 from antoniusriha/master
2012-11-20 Antonius Riha[WindowsBase] Add some implementation to class GroupDes...
2012-11-20 Zoltan VargaFix some warnings when compiling with clang. Remove...
2012-11-20 Zoltan VargaFix libgc compilation with clang.
2012-11-20 Zoltan VargaRename 'thread_info' global in sgen to 'sgen_thread_inf...
2012-11-20 Zoltan VargaDisable --tls=__thread support when using clang until...
2012-11-20 Zoltan VargaFix OBJ_BITMAP_FOREACH_PTR () for non gcc compilers.
2012-11-20 Zoltan VargaOptimize OBJ_BITMAP_FOREACH_PTR () using __builtin_ctz ().
2012-11-20 Rodrigo KumperaFixe memberref parent token size calculation.
2012-11-19 Rodrigo KumperaFor some unknown reason sequence points on wrappers...
2012-11-19 Zoltan VargaAdded a workaround for #2190. Avoid calling mono_arch_g...
2012-11-19 Rolf Bjarne... Redirect g_print and relatives to the device log in...
2012-11-19 Rodrigo KumperaRedirect console output for iOS/Android when tracing.
2012-11-19 Rodrigo KumperaSwitch exception reporting to use utils/mono-logger...
2012-11-19 Rodrigo KumperaSwitch sgen to use utils/mono-logger-internal.h for...
2012-11-19 Rodrigo KumperaAdd stdout/stderr wrappers for the gc and runtime.
2012-11-19 Rodrigo KumperaKill sgen_get_logfile and sgen_debug_printf.
2012-11-19 Rodrigo KumperaKill explicit usages of gc_debug_file.
2012-11-19 Rodrigo KumperaReplace all uses of DEBUG with SGEN_LOG and SGEN_ASSERT.
2012-11-19 Rodrigo KumperaAdd macros to sgen meant to replace DEBUG
2012-11-19 Rodrigo KumperaDisable AOT pretty symbol names on iOS.
2012-11-19 Zoltan VargaDisable LLVM for methods with nested clauses for now...
2012-11-19 Dean Ellis[Mono] TimeZoneInfo.FindSystemTimeZoneById returns...
2012-11-19 Lluis SanchezAdd tests for bug #8468
2012-11-19 Lluis SanchezFix XML serialization bug
2012-11-19 Marek SafarPrefer indexer over properties with parameters
2012-11-19 Marek SafarReject overload candidates with not enough default...
2012-11-19 Zoltan VargaSweep the heap block containing the object in free_obje...
2012-11-19 Zoltan VargaMove an sgen debug message to loglevel 2 from 1.
2012-11-19 Zoltan VargaFix a warning.
2012-11-18 Marek SafarImplement support for imported properties with paramete...
2012-11-18 Zoltan VargaUnroll the first loop iteration in OBJ_RUN_LEN_FOREACH_...
2012-11-18 Zoltan VargaIncrease the number of trampoline entries reserved...
2012-11-18 Zoltan VargaCheck for nullref exceptions in ves_icall_System_Buffer...
2012-11-17 Zoltan VargaFix the sizeof IL instruction for reference types....
2012-11-16 Marek SafarMerge pull request #504 from antoniusriha/master
2012-11-16 Antonius RihaAdd a test for UriTemplate.Match
2012-11-16 Antonius RihaFix Uri.MakeRelativeUri and add a bunch of tests
2012-11-16 Zoltan VargaHandle copy_object_no_checks () returning the object...
2012-11-16 Zoltan VargaFix an uninitialized memory error in the AOT compiler.
2012-11-16 Marek SafarFix unambiguous check between async Task and Task<T...
2012-11-16 Jeremie Laval[corlib] Protect against multiple invocation of FromAsy...
2012-11-16 Marek SafarFix parsing conditional expression with nullable type...
2012-11-16 Zoltan VargaAdd some micro optimizations to the sgen nursery copy...
2012-11-16 Sebastien PouliotThrow an AssemblyResolutionException is anything goes...
2012-11-15 Rodrigo KumperaArm now requires the usage of MonoContext functions.
2012-11-15 Rodrigo KumperaFix sgen_suspend_thread on mach-ios.
2012-11-15 Rodrigo KumperaUse full path for includes as this was braking the...
2012-11-15 Rodrigo KumperaFix mono_thread_state_init_from_handle to properly...
2012-11-15 Rodrigo KumperaiOS cross compilation needs some forward declarations.
2012-11-15 Zoltan VargaMake the 'Attempting to JIT compile method' message...
2012-11-15 Rodrigo KumperaSwitch the runtime to use TARGET_IOS and TARGET_OSX...
2012-11-15 Rodrigo KumperaSwitch boehm to use TARGET_OSX/TARGET_IOS.
2012-11-15 Rodrigo KumperaAdd TARGET_IOS and TARGET_OSX defines to help cleanup...
2012-11-15 Rodrigo KumperaFix the cross compilation check to properly detect...
2012-11-15 Rodrigo KumperaRemove superfluous AC_DEFINE.
2012-11-15 Zoltan VargaAdd a no-direct-calls AOT option to help fix #4587.
2012-11-15 Sebastien PouliotAdd link to docs.xamarin.com/ios/troubleshooting when...
2012-11-15 Rolf Bjarne... It is not necessary to convert code to thumb addresses...
2012-11-15 Rolf Bjarne... AOT: Add option to emit global symbols for methods...
2012-11-15 Rolf Bjarne... AOT: Don't use fixed-size buffers and sprintf with...
2012-11-15 Rolf Bjarne... AOT: Add more MONOTOUCH ifdefs to not break M4A
2012-11-15 Rolf Bjarne... AOT: Use direct method addresses instead of calculating...
2012-11-15 Rolf Bjarne... AOT: Follow jumps when getting the plt entry for a...
2012-11-15 Rodrigo KumperaDisable dynamic loading for iOS simulator builds.
2012-11-15 Rodrigo KumperaFix boehm to correctly build on iOS/x86.
2012-11-15 Zoltan VargaAdd more logging to the sdb debugger thread.
2012-11-15 Rodrigo KumperaMonoDroid needs a way to inform the debugger of possibl...
2012-11-15 Rolf Bjarne... [sdb] Export functions to register custom transports...
2012-11-15 Marek SafarDon't crash when imported constant is of unknown type...
2012-11-15 Marek SafarHandle type hidding via local variables and parameters...
2012-11-15 Jeremie Laval[corlib] Fix unobserved exception being mistakenly...
2012-11-15 Atsushi Enoset NO_INSTALL = yes until we decide how to deal with...
2012-11-15 Atsushi EnoFix fix fix, insufficient signing stuff.
2012-11-15 Zoltan VargaReorganize the scan-minor-copy/scan.h header files...
2012-11-15 Atsushi Enodamn, another DISTFILES required.
2012-11-15 Atsushi Enofix install-local and simplify signing in rx assemblies.
2012-11-15 Atsushi EnoAnother dist build fix for rx integration, move *.cs...
2012-11-14 Rolf Bjarne... Add profiler to the monotouch build
2012-11-14 Rodrigo KumperaTweak the Makefiles to enable monotouch builds to compi...
2012-11-14 Rodrigo KumperaFix iOS cross compilation.
2012-11-14 Rodrigo KumperaInitialize LLVM's ARM target when compiling for it.
2012-11-14 Rodrigo KumperaUse the right llvm codegen when cross compiling.
2012-11-14 Sebastien PouliotFileVersionInfo is not really 'process handling'. Fix...
2012-11-14 Rodrigo KumperaKill the SL profile and get Mobile on its place instead.
2012-11-14 Rodrigo KumperaFix ARM compilation of mono-context.c
next