mono.git
2015-05-07 Atsushi Eno[xbuild] for resolving assemblies from pkg-config,...
2015-05-07 Alexander Köplinger[tests] Trim whitespace from testname in dummy unit...
2015-05-06 Alexander Köplinger[tests] Small fixes to the dummy unit test XML output...
2015-05-06 Zoltan Varga[jit] Treat MONO_ARCH_IMT_REG as allways defined.
2015-05-06 Zoltan Varga[runtime] Fix configure so it really uses -fvisibility...
2015-05-06 Rodrigo Kumpera[threading] Fix a race during shutdown where a thread...
2015-05-06 Rodrigo Kumpera[runtime] Don't call managed code when OVF.
2015-05-06 Rodrigo Kumpera[coop] Fix marshal code of reset-abort calls to use...
2015-05-06 Rodrigo Kumpera[coop] Ensure the polling tramp has a wrapper.
2015-05-06 Alex Rønne... Merge pull request #1750 from alexrp/precise-ctx-static...
2015-05-06 Alex Rønne... Merge pull request #1742 from alexrp/symbol-renaming
2015-05-06 João MatosMerge pull request #1776 from evincarofautumn/fix-indep...
2015-05-06 Jon Purdy[sgen] Fix non-Mono SGen clients.
2015-05-06 Zoltan Varga[jit] Print out the numeric opcode name in mono_inst_na...
2015-05-06 João MatosMerge pull request #1775 from StephenMcConnel/bug-29724A
2015-05-06 Stephen McConnelFix bug in new SWF.MWFFileView.Dispose method (Xamarin...
2015-05-06 Marek Safar[build] Fixes reference sources hash
2015-05-06 Marek Safar[bcl] Mobile profiles fixes
2015-05-06 João Matos[runtime] Fixed `always_inline function might not be...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed unused `count` variable warning by...
2015-05-06 João Matos[runtime] Fixed warning by including <winsock2.h> befor...
2015-05-06 João Matos[runtime] Fixed warning by only using #pragma warning...
2015-05-06 João Matos[mini] Do not try to set the usermode exception policy...
2015-05-06 João Matos[mini] Do not use the ELF writer when hosting on Windows.
2015-05-06 Zoltan Varga[runtime] Fix support for callvirt delegates with a...
2015-05-06 Marek SafarMerge pull request #1774 from akoeplinger/unit-test...
2015-05-06 Alexander Köplinger[RFC] Improve unit test reporting when test runner...
2015-05-06 Alex Rønne... [sgen] Fix an accidental symbol export in sgen-workers.c.
2015-05-06 Alex Rønne... [mini] Rename machine description symbol names to avoid...
2015-05-06 Alex Rønne... [utils] Rename JSON writer symbols to avoid global...
2015-05-06 Alex Rønne... [mini] Rename image writer symbols to avoid global...
2015-05-06 Alex Rønne... [runtime] Rename seq point symbols to avoid global...
2015-05-06 Alex Rønne... [runtime] Remove unused _mono_debug_address_from_il_off...
2015-05-06 Alex Rønne... [utils] Avoid symbol namespace pollution in iomap code.
2015-05-06 Alex Rønne... [utils] Rename SHA-1 symbols to not pollute the global...
2015-05-06 Alex Rønne... [runtime] Rename GCHandle_CheckCurrentDomain to not...
2015-05-06 Alex Rønne... [wapi] Fix some symbol names to be remapped the same...
2015-05-05 Alex Rønne... [runtime] Rework special static offset handling.
2015-05-05 Alex Rønne... [runtime] Unify thread/context static field scanning...
2015-05-05 Alex Rønne... [remoting] Increment the context ID counter atomically.
2015-05-05 Alex Rønne... [runtime] Rewrite TLS slot marking to use MonoBitSet.
2015-05-05 Alex Rønne... [utils] Add MONO_BITSET_FOREACH macro.
2015-05-05 Mark Probst[sgen] Fix logging format specifiers. `t` modifier...
2015-05-05 Ludovic Henry[threadpool-ms] Disable cleanup
2015-05-05 Ludovic Henry[delegate] Replace multicast delegate implementation
2015-05-05 João MatosLink to the general releases page instead of a specific...
2015-05-05 João MatosUpdate release notes URLs in the NEWS file.
2015-05-05 Alex Rønne... Merge pull request #1766 from alexrp/sgen-separation
2015-05-05 Marek Safar[runtime] Add more 3.0 fx assemblies to remapping table...
2015-05-05 Marek Safar[mcs] Use reference from closest storey which holds...
2015-05-05 Zoltan Varga[runtime] Remove more unused CAS code.
2015-05-05 Marek Safar[build] Revert part of 036c41714ac8e727cfcc264a6da27941...
2015-05-05 Zoltan Varga[arm] Use the OP_TAILCALL code on ios as well.
2015-05-05 Zoltan Varga[sdb] Substract 1 from the ip in the soft breakpoint...
2015-05-05 Miguel de IcazaUpdate, drop ssapre from the man page
2015-05-05 Miguel de IcazaUpdate documentation, add float32 section
2015-05-05 Zoltan Varga[jit] Disable the binary writer on arm, dlopen () can...
2015-05-05 Zoltan VargaMerge pull request #1768 from StephenMcConnel/bug-29724
2015-05-05 Zoltan Varga[arm] Use gcc --shared for linking aot images.
2015-05-04 Stephen McConnelFix memory leak in SWF.FileDialog due to thumbnail...
2015-05-04 Zoltan VargaFix a warning.
2015-05-04 Zoltan Varga[arm] Fix the DISABLE_JIT build.
2015-05-04 Zoltan Varga[jit] Remove unfinished regalloc2.
2015-05-04 Zoltan Varga[runtime] Remove CAS stuff from configure.
2015-05-04 Zoltan Varga[runtime] Remove CAS stuff from configure.
2015-05-04 Zoltan Varga[runtime] Remove CAS tests.
2015-05-04 Zoltan Varga[corlib] Remove unused CAS icalls.
2015-05-04 Zoltan Varga[runtime] Remove --security=smcs-temporary-hack and...
2015-05-04 Alex Rønne... Merge pull request #1767 from alexanderkyte/err_namespa...
2015-05-04 Alexander Kyte[runtime] Use correct namespace for FileNotFoundException
2015-05-04 Alex Rønne... [sgen] Move the independent parts of SGen to a separate...
2015-05-04 João Matos[System.IO.Compression] Fixed reading of Zip archives...
2015-05-04 Marek Safar[mcs] Auto-properties can still be assigned from constr...
2015-05-04 João Matos[runtime] Fixed SeqPointInfo objects to also work under...
2015-05-04 João Matos[runtime] Re-organized object offsets into shared and...
2015-05-04 João Matos[runtime] Improve readability on nested preprocessor...
2015-05-04 João Matos[runtime] Move x86_64 offsets next to the x86 ones.
2015-05-04 Marek Safar[mcs] Report better error for assignment to readonly...
2015-05-04 Marcos Henrich[corlib] Fixes DST without AdjustmentRules.
2015-05-04 Marek Safar[corlib] Bump security reference sources
2015-05-04 João Matos[runtime] Fixed LLVM Windows cross-compilation.
2015-05-04 Marcos HenrichMerge pull request #1752 from esdrubal/strefactor
2015-05-04 Zoltan Varga[jit] Remove the changes to mono-codeman in 62d46b469b5...
2015-05-03 Zoltan Varga[arm] Fix the build.
2015-05-03 Zoltan Varga[x86] Fix the build.
2015-05-03 Zoltan VargaMerge pull request #1765 from akoeplinger/fix-sgen...
2015-05-03 Alexander Köplinger[sgen] Fix Windows build
2015-05-03 Alex Rønne... Merge pull request #1763 from JetBrains/empty_appdomain...
2015-05-03 Zoltan Varga[arm] Implement the mono_arch_patch_code_new () function.
2015-05-03 Zoltan Varga[x86] Implement the mono_arch_patch_code_new () function.
2015-05-03 Zoltan Varga[jit] Add a new version of the mono_arch_patch_code...
2015-05-03 Zoltan Varga[jit] Remove unused 'dyn_code_mp' argument from mono_ar...
2015-05-03 Zoltan Varga[arm] Fix the build.
2015-05-03 Zoltan Varga[arm] Remove some obsolete comments and code. Emit...
2015-05-03 Zoltan Varga[arm] Refactor handle_thunk () to avoid locking and...
2015-05-03 Zoltan Varga[arm] Use the thunks area emitted next to method code...
2015-05-03 Zoltan Varga[jit] Pass a MonoCompile argument to mono_arch_patch_co...
2015-05-03 Zoltan Varga[arm] Use the thunks area after the method code to...
2015-05-03 Zoltan Varga[runtime] Add some missing icalls referenced by the...
next