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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-15Create a nuget package for RuntimeConfigParser (#51240)Fan Yang
2021-03-19Introduce `iossimulator` RIDs, and convert as needed (#49305)Jo Shields
2021-03-16[wasm] Remove extraneous emission of MONO_PATH value (#49672)Ankit Jain
2021-03-12Wasm dedup (#49538)Zoltan Varga
2021-03-12[wasm] Allow assemblies to be skipped for AOTMode=AotInterp (#49446)Ankit Jain
2021-03-05MonoAOTCompiler.cs: Correctly handle relative path for assembly to (#49178)Ankit Jain
2021-03-02Add android AOT/PInvoke functional test (#47167)Maxim Lipnin
2021-02-19[wasm] Improve AOT builds (#48184)Ankit Jain
2021-02-10[wasm] Add `Microsoft.NET.Runtime.WebAssembly.Sdk` for use with workloads (#4...Ankit Jain
2021-01-30[wasm] Add support for building out-of-tree projects, which use a local runti...Ankit Jain
2021-01-26[wasm] WasmApp.targets: Separate `obj`, and `bin` parts of the build process ...Ankit Jain
2021-01-19[wasm] Some cleanup of targets, especially around profiler use (#46958)Ankit Jain
2021-01-13[wasm] Add support for AOT profiling, and add a `browser-profile` sample (#45...Tammy Qiu
2021-01-06[mono] Add MonoAOTCompiler MSBuild Task to produce NuPkg (#46537)Mitchell Hwang
2020-12-17Add Wasm AOT steps into WasmApp.targets (#46081)Steve Pfister
2020-12-14[mono] Fix race condition in Utils + remove duplicated code (#46029)Egor Bogatov
2020-12-11Use FORCE_AOT define in the MonoAOTCompiler Task (#45898)Steve Pfister
2020-12-08Move msbuild tasks into src folder and delete dead code (#45722)Viktor Hofer