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
2013-10-01Merge branch 'monotouch-7.0.1-branch' of github.com:mono/mono into monotouch-...monotouch-7.0.1-branchSebastien Pouliot
2013-09-24Update cecil sources to latestSebastien Pouliot
2013-09-24[linker] Resolve every type references if we're to save an assembly that is n...Sebastien Pouliot
2013-09-24Check modifying members of readonly value-type field. Fixes #14802Marek Safar
2013-09-24Fix the windows build.Zoltan Varga
2013-09-24Fix the windows build.Rodrigo Kumpera
2013-09-24Add test case for xref behavior for the sgen bridge.Rodrigo Kumpera
2013-09-24Make sure we properly account for transitive liveness when processing bridge ...Rodrigo Kumpera
2013-09-23Wrap the code in MONO_BEGIN/END_DECLSMiguel de Icaza
2013-09-23Update messageMiguel de Icaza
2013-09-22Pass cancellation token to CopyAsync read blockMarek Safar
2013-09-22Implements content loading cancellation. Fixes #13200Marek Safar
2013-09-22Test updateMarek Safar
2013-09-22Bump ikvm-reflectionMarek Safar
2013-09-22Change Random implementation to JKISS which is faster and has a longer period...Sebastien Pouliot
2013-09-21[runtime] Ignore --llvm when LLVM is not enabled in configure.Zoltan Varga
2013-09-21Add test for native thiscall methods.Vincent Povirk
2013-09-21Add support for thiscall pinvokes on x86.Vincent Povirk
2013-09-21[aot] Pass correct architecture to llc on x86-64.Zoltan Varga
2013-09-21[linker] Resolve every type references if we're to save an assembly that is n...Sebastien Pouliot
2013-09-21Make the test-aot test less verbose.Zoltan Varga
2013-09-21Merge pull request #765 from knocte/runtime_fixageZoltan Varga
2013-09-21[sgen] Improve fix for BXC#14834 to avoid redundant codeAndrés G. Aragoneses
2013-09-20[linker] If we remove an assembly fom the application we must ensure any type...Sebastien Pouliot
2013-09-20Fixed TaskFactory::ContinueWhenAny with func result. Fixes #14839Marek Safar
2013-09-20[sgen] Use __builtin_ctzl () in OBJ_BITMAP_FOREACH_PTR () on 64 bit platforms...Zoltan Varga
2013-09-20Fix the build.Mark Probst
2013-09-20AggregateException::GetBaseException uses only 1-based inner exceptions. Fixe...Marek Safar
2013-09-20Merge pull request #760 from mayerwin/patch-2Marek Safar
2013-09-20[xbuild]: Actually add the $(TargetFrameworkMonikerAssemblyAttributesPath) to...Martin Baulig
2013-09-20Merge pull request #758 from echampet/capabilitiesMarek Habersack
2013-09-20[System.Web] Re-enable AppBrowsersTest.cs tests for net_2_0Etienne CHAMPETIER
2013-09-20[Install] Add Compat.browser files for net_4_0 and net_4_5Etienne CHAMPETIER
2013-09-20[System.Web] Do not crash on duplicate keys in browser capabilitiesFrederic Mestayer
2013-09-20[System.Net] Fix CFNetworkCopyProxiesForAutoConfigurationScript signature. Fi...Rolf Bjarne Kvinge
2013-09-20[System.Net.Http] Add a way to add extra build arguments.Rolf Bjarne Kvinge
2013-09-20Merge pull request #763 from madewokherd/mingwbuildRodrigo Kumpera
2013-09-20Fix undeclared variables in exceptions-amd64.c on win64.Vincent Povirk
2013-09-20Test for InterlockedCompareExchange64 in the configure script.Vincent Povirk
2013-09-20Disable the LLVM version check for now, it doesn't work if llvm was not compi...Zoltan Varga
2013-09-20Check the version of LLVM at configure time to make sure it has a matching ve...Zoltan Varga
2013-09-20Add test-aot target.Rodrigo Kumpera
2013-09-20[runtime]Fix typo in detection of the need of 64bits atomic intrinsics.Rodrigo Kumpera
2013-09-19Change Random implementation to JKISS which is faster and has a longer period...Sebastien Pouliot
2013-09-19[runtime] Improve error checking for temporary file creation in the AOT compi...Zoltan Varga
2013-09-19Revert "Add System.Net.Http.dll to the monotouch build."Rolf Bjarne Kvinge
2013-09-19Add System.Net.Http.dll to the monotouch build.Rolf Bjarne Kvinge
2013-09-19[llvm] On OSX we need to search in /Libraries in addition to /lib.Rodrigo Kumpera
2013-09-19[runtime] Fix a bug in the local register allocator when an fp vreg wasn't cl...Zoltan Varga
2013-09-19Fix the Makefile addition of a new test.Rodrigo Kumpera