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
path: root/src/tasks
AgeCommit message (Expand)Author
2021-03-19Introduce `iossimulator` RIDs, and convert as needed (#49305)Jo Shields
2021-03-18Update aka.ms links (#48924)Michelle McDaniel
2021-03-17Add msbuild task to generate binary runtimeconfig format (#49544)Fan Yang
2021-03-16[wasm] Remove extraneous emission of MONO_PATH value (#49672)Ankit Jain
2021-03-13Support loading ICU data from managed Interop (#49406)Steve Pfister
2021-03-12Wasm dedup (#49538)Zoltan Varga
2021-03-12[wasm] Allow assemblies to be skipped for AOTMode=AotInterp (#49446)Ankit Jain
2021-03-11Add iOS functional test for invariant culture only mode. (#49057)Maxim Lipnin
2021-03-09Enable ICU on iOS (#48606)Steve Pfister
2021-03-05MonoAOTCompiler.cs: Correctly handle relative path for assembly to (#49178)Ankit Jain
2021-03-03Fixes for building ARM64 Mac Catalyst test apps (#49032)Jo Shields
2021-03-02Add android AOT/PInvoke functional test (#47167)Maxim Lipnin
2021-02-22Delete publish-final.proj and clean-up installer.tasks unused files (#48598)Viktor Hofer
2021-02-19Make ApkBuilder optionally generate debuggable apk (#48486)Elinor Fung
2021-02-19[wasm] Improve AOT builds (#48184)Ankit Jain
2021-02-16Remove some duplicated installer.tasks tasks (#48339)Viktor Hofer
2021-02-11XCode.cs: Statically link libraries when forcing AOT (#48156)Alexander Köplinger
2021-02-11Statically link System.Native into the final exe on ios, since the pinvoke ma...Zoltan Varga
2021-02-10[wasm] Add `Microsoft.NET.Runtime.WebAssembly.Sdk` for use with workloads (#4...Ankit Jain
2021-02-08Add Mac Catalyst (iOS API, Mac ABI) runtime (#47823)Jo Shields
2021-02-08Add ios pinvoke functional test (#47988)Maxim Lipnin
2021-02-04Add more sources to tasks.proj build semaphore (#47804)Alexander Köplinger
2021-01-30[wasm] Add support for building out-of-tree projects, which use a local runti...Ankit Jain
2021-01-28[wasm] Add ability to link out unused icalls by setting the WasmLinkIcalls ms...Zoltan Varga
2021-01-26[wasm] WasmApp.targets: Separate `obj`, and `bin` parts of the build process ...Ankit Jain
2021-01-20Stops logging MSBuild errors when AOT compiler writes to stderr (#47057)Steve Pfister
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-13[wasm] Simplify, and refactor `WasmApp.targets`, and wasm projects (#46772)Ankit Jain
2021-01-06[mono] Add MonoAOTCompiler MSBuild Task to produce NuPkg (#46537)Mitchell Hwang
2021-01-01Remove MainAssembly parameter from WasmAppBuilder (#46453)Mitchell Hwang
2020-12-28Avoid deferred Arcade importing (#46397)Viktor Hofer
2020-12-26Fix Android sample (#46386)Egor Bogatov
2020-12-22Enable restore binlog generation (#46270)Viktor Hofer
2020-12-17Add Wasm AOT steps into WasmApp.targets (#46081)Steve Pfister
2020-12-15[wasm] Move Wasm app building targets to new WasmApp.targets (#45977)Ankit Jain
2020-12-14[mono] Fix race condition in Utils + remove duplicated code (#46029)Egor Bogatov
2020-12-11Rename file (#45923)Larry Ewing
2020-12-11Use FORCE_AOT define in the MonoAOTCompiler Task (#45898)Steve Pfister
2020-12-10Create README.md for src/tasks (#45754)Viktor Hofer
2020-12-10[wasm] Remove System.Reflection.MetadataLoadContext from WasmAppBuilder (#44751)Mitchell Hwang
2020-12-09Allow building iOS device builds without codesigning (#45837)Alexander Köplinger
2020-12-08Move msbuild tasks into src folder and delete dead code (#45722)Viktor Hofer