Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-20[linker] Resolve AssemblyName[Reference] when sweeping [#29211]mono-4.0.0-branch-sr1-ios9Sebastien Pouliot
2015-06-15[runtime] Work around an ios9 problem where dlopen() cant' find system librar...Zoltan Varga
2015-06-15[arm] Fix crashes on ios9 by using 16kb trampoline pages.Zoltan Varga
2015-05-20[corlib] BinaryReader with Unicode encoding needs to read bytes in a pair. Fi...mono-4.0.1.44Marek Safar
2015-05-15[runtime] Add more 3.0 fx assemblies to remapping table. Fixes #29459mono-4.0.1.434.0.1.43Marek Safar
2015-05-15Merge pull request #1810 from directhex/mono-4.0.0-branchJoão Matos
2015-05-15Add missing Microsoft.Portable.VisualBasic_4.{0,5}.targets to EXTRA_DISTJo Shields
2015-05-15Bump to include mono/bockbuild@e94f64444d4d798c8791c7f3088be2323c156485 which...Alexis Christoforides
2015-05-15Merge pull request #1807 from mono/revert-1787-Xamarin-29935Rodrigo Kumpera
2015-05-15Revert "Fix XAttribute.ToString method (Xamarin-29935)"Rodrigo Kumpera
2015-05-14Merge pull request #1787 from ermshiperete/Xamarin-29935Atsushi Eno
2015-05-14Improve Visual Basic build supportjaredpar
2015-05-14Trigger a buildAlan McGovern
2015-05-14[runtime] Fix the initialization of the pid array in ves_icall_System_Diagnos...Zoltan Varga
2015-05-13Bump to include mono/bockbuild@78924fd36e8a82aa72f94174e82d0651932b1be4. Fixe...Alexis Christoforides
2015-05-11[system.runtime.caching] Remove inappropropriate use of Marshal.SizeOf. Fixes...Marek Safar
2015-05-11Fix XAttribute.ToString method (Xamarin-29935)Eberhard Beilharz
2015-05-11Unit test that demonstrates Xamarin-29935Eberhard Beilharz
2015-05-08Fix decimal comparison by using signed char comparison of signs; Fix size of ...Neale Ferguson
2015-05-07Add a monotouch_runtime corlib sources.mono-4.0.1.28Rolf Bjarne Kvinge
2015-05-06[jit] Correctly disable seq points in wrappers on android.Zoltan Varga
2015-05-06[sdb] Transition from step over to step into when control leaves managed code...Zoltan Varga
2015-05-05[sgen] Check SP on thread suspend correctly. Fixes #29177.Mark Probst
2015-05-01[linker] Mark SecurityDeclarations [#28918]Sebastien Pouliot
2015-04-30[jit] Increase some trampoline sizes.Zoltan Varga
2015-04-29[utils] Fix yet more visibility issues.Alex Rønne Petersen
2015-04-29[mini] Fix visibility of mono_aot_get_method ().Alex Rønne Petersen
2015-04-29[runtime] Don't call mach_port_deallocate on tasks we don't own.Rolf Bjarne Kvinge
2015-04-29[runtime] Fix call to task_for_pid in proclib utilsLudovic Henry
2015-04-29[aot] Improve error checking when setting up class vtable.João Matos
2015-04-29[jit] Use the same dwarf<->hw register mapping on x86 for both LLVM and jitte...Zoltan Varga
2015-04-29[mini] Expose mono_aot_get_method () as an API-unstable function.Alex Rønne Petersen
2015-04-29[mini] Expose an API-unstable mono_get_jit_info_from_method () function.Alex Rønne Petersen
2015-04-29[profiler] Disable `perf` events by default.Alex Rønne Petersen
2015-04-29[profiler] Avoid a slow path in mono_jit_info_table_find ().Alex Rønne Petersen
2015-04-29[profiler] Really fix looking up JIT info for AOT'd methods.Alex Rønne Petersen
2015-04-29[profiler] Fix finding methods in other domains than the current one.Alex Rønne Petersen
2015-04-29[profiler] Redesign buffer flushing and method reporting.Alex Rønne Petersen
2015-04-28Fix the mobile build.Zoltan Varga
2015-04-27[runtime] Fix the non-msvc build.Zoltan Varga
2015-04-27[jit] Disable deadce in the liveness2 pass as well when compiling for sdb. Fi...Zoltan Varga
2015-04-27[mini] Fix intrinsic signature checks to take into account the 'this' parameter.Alex Rønne Petersen
2015-04-27[runtime] Fix freeing invalid memory in CreateProcess () if the executable wa...Zoltan Varga
2015-04-27[DataContractJsonSerializer] Allow abstract base classes in lists. Fixes #26998Alexis Christoforides
2015-04-27[corlib] First specific culture returned by enumerator was not fully initiali...Marek Safar
2015-04-27Merge pull request #1727 from esdrubal/mono-4.0.0-branchMarek Safar
2015-04-26Update versionmono-4.0.1Miguel de Icaza
2015-04-25[corlib] Add DefaultDllImportSearchPathsAttributeMarek Safar
2015-04-22Bump to bring in xamarin/bockbuild@257a1a8920200396fb5cb46b2a016faa19673a32Alexis Christoforides
2015-04-22[System.Xml] Fixed DateTime parsing of Xml stringsMarcos Henrich