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
2022-03-11Define SystemReflectionMetadataLoadContextVersion property for package refere...Michael Simons
2022-02-08Merge release/6.0-maui branch back into release/6.0 (#64687)Alexander Köplinger
2022-01-08[wasm] Backport build improvements, and fixes from #61581 (#62757)Ankit Jain
2021-11-12[wasm] Allow enums in unmanaged callbacks. (#61393)github-actions[bot]
2021-10-21[release/6.0] Create a parent CMake project for building app bundles on CI (#...github-actions[bot]
2021-10-20[release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...dotnet-maestro[bot]
2021-10-18[wasm] Fix typedef for non-void interp entry callbacks (#59990)github-actions[bot]
2021-10-13[release/6.0] Eliminate pre-built assets during source-build (#60315)Eric Erhardt
2021-10-07[release/6.0] Build improvements based on feedback (#59671)Ankit Jain
2021-09-24[release/6.0-rc2] MonoAOTCompiler: detect when nothing has changed, and skip ...Ankit Jain
2021-09-21Work around for forbidden "Roslyn4.0" in test name on Android (#59263) (#59281)Jo Shields
2021-09-20[release/6.0-rc2] Create and publish missing symbols (#59259)github-actions[bot]
2021-09-15[release/6.0] WasmAppBuilder: publish only once per target framework instead ...Ankit Jain
2021-09-15[release/6.0][wasm] Add support for native relinking after Build, and AOT aft...Ankit Jain
2021-09-14[wasm] Fix circular dependency in WasmAppBuilder (#58905)github-actions[bot]
2021-09-13[release/6.0] [tasks] [net472] Add ProjectReferences to JsonToItemsTaskFactor...github-actions[bot]
2021-09-13[release/6.0] Skip test suites crashing on CI for iOS/tvOS/MacCatalyst and te...Mitchell Hwang
2021-09-08Change namespace of embedded Cecil in ILStrip task (#58763)Alexander Köplinger
2021-08-24[release/6.0-rc1] MonoAOTCompiler: Check for proxy file's target only when th...Ankit Jain
2021-08-17[wasm] Add incremental build support (#57113)Ankit Jain
2021-08-15[wasm] Don't use workload for tfm < net6.0 (#56606)Ankit Jain
2021-08-14Add ILStrip task to trim method bodies (#57359)Alexander Köplinger
2021-08-12Emit V1 of perfmap files in ShareFramework packages (#57195)Juan Hoyos
2021-08-11[MonoAOTCompiler] accept more than one AotProfilePath (#57111)Jonathan Peppers
2021-08-09One more place to take care for better error handling (#56997)Fan Yang
2021-08-06Add runtimeconfig.json support for WebAssembly (#56486)Fan Yang
2021-08-06Improve error handling for task RuntimeConfigParser (#56942)Fan Yang
2021-08-04[mono] Log a warning instead of crashing when encountering function pointer t...Zoltan Varga
2021-08-04CoreCLR runtime tests + Mono on the x64 iOS simulator (#43954)imhameed
2021-07-29Alter RuntimeComponentManifest.targets to use the correct runtime pack (#56431)Steve Pfister
2021-07-23[Mono] Cleans up test build when targeting iOS/tvOSSimulator on arm64. Enabl...Steve Pfister
2021-07-23Add explicit dependency on System.Reflection.Metadata to the RuntimeConfigPar...Jo Shields
2021-07-22[wasm] Add $(EmccTotalMemory) to allow custom `-s TOTAL_MEMORY=..` (#56117)Ankit Jain
2021-07-21[wasm] Fix regression in compiling .bc -> .o files (#56063)Ankit Jain
2021-07-20Cleanup iOS/Android samples to use xharness (#55926)Alexander Köplinger
2021-07-19[wasm] Use compile rsp instead of link, for compiling native files (#55848)Ankit Jain
2021-07-19[wasm] Add support for using custom native libraries (#55797)Ankit Jain
2021-07-15[wasm] Misc follow up improvements for workloads testing (#55647)Ankit Jain
2021-07-15Add option to MonoAOTCompiler msbuild task to generate .so files (#55753)Alexander Köplinger
2021-07-14[wasm] Run `Wasm.Build.Tests` against workloads (#54451)Ankit Jain
2021-07-13Use interpolated strings in more placesStephen Toub
2021-07-09Build all tasks, regardless of target (#55346)Aleksey Kliger (λgeek)
2021-07-08[mono] new Sdk that selects mono runtime components (#54432)Aleksey Kliger (λgeek)
2021-07-07[mono][aot] Avoid using direct-icalls on ios simulator. (#55224)Zoltan Varga
2021-06-30Don't include -llvm.o files in App Resources (fixes iOS samples w/ LLVM AOT) ...Jo Shields
2021-06-30[mono][wasm] Emit more logging from the EmccCompile task. (#54937)Zoltan Varga
2021-06-30[mono] Fix debug logging in apps created using AppleAppBuilder (#54901)Zoltan Varga
2021-06-28[Mono] MSBuild Task housekeeping (#54485)Maxim Lipnin
2021-06-23[wasm] Compile .bc->.o in parallel, before passing to the linker (#54053)Ankit Jain
2021-06-23Update NetAnalyzers version (#54511)Stephen Toub