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
2020-08-10Support extra compiler flags during building (#39191)Omair Majid
2020-07-23Remove depprojs in favor of PackageReferences (#35606)Viktor Hofer
2020-07-07Add examples of System.Private.CoreLib iterative workflow (#38885)Santiago Fernandez Madero
2020-06-22Fix non-portable build (#38095)Gleb Balykov
2020-06-11Implement RID for SunOS-derived operating systems (#37016)Adeel Mujahid
2020-06-09Make build scripts' -help information more helpful (#37377)Ivan Diaz Sanchez
2020-05-13Prevent build scripts from letting random values through (#35642)Ivan Diaz Sanchez
2020-05-12Add configurations for SunOS CoreCLR managed build (#36266)Adeel Mujahid
2020-05-06Change netcoreapp5.0 to net5.0 (#35176)Viktor Hofer
2020-05-03Add error handling in build.sh (#35774)Viktor Hofer
2020-04-23Rename the 'WebAssembly' OS to 'Browser' and the RID to 'brows… (#35323)Zoltan Varga
2020-04-15Add wasm cross compiler to the mono build. (#34935) (#34972)Zoltan Varga
2020-04-14Revert "Add wasm cross compiler to the mono build. (#34935)" (#34968)Santiago Fernandez Madero
2020-04-14Add wasm cross compiler to the mono build. (#34935)Zoltan Varga
2020-04-13Add support to pass subset without arg specifier in Unix (#34844)Santiago Fernandez Madero
2020-04-10Add arg aliases for runtimeConfiguration and librariesConfiguration (#34743)Santiago Fernandez Madero
2020-04-08Redesign the subset feature (#34663)Viktor Hofer
2020-04-08Initial addition of tvOS Mono (#34475)Jo Shields
2020-04-06Enable restore for ref and src projects in libs (#33553)Viktor Hofer
2020-04-03Add armel arch in help message (#34491)Gleb Balykov
2020-03-31Flow TargetArchitecture always in Unix build script (#34300)Santiago Fernandez Madero
2020-03-30Rename ArchGroup -> TargetArchitecture (#34260)Jan Kotas
2020-03-26Remove -stripsymbols option from build scripts (#34076)Adeel Mujahid
2020-03-25Add Android build configurations for Mono/Libraries (#33881)Alexander Köplinger
2020-03-05Replacing OSGroup with TargetOS for coreclr, libraries and installer (#32833)Anirudh Agnihotry
2020-03-04Remove BuildAndTest and RebuildAndTest target in favor of Test (#33151)Viktor Hofer
2020-03-04Move MSBuild projects out of the native build scripts (#31701)Jeremy Koritzinsky
2020-02-25Removing configuration group from installer (#32770)Anirudh Agnihotry
2020-02-25Add ConfigurationGroup back to entrypoints (#32762)Viktor Hofer
2020-02-21updating docs and removing BuildConfiguration and ConfigurationGroup (#32062)Anirudh Agnihotry
2020-02-17Update Build Script Help Content (#2046)Viktor Hofer
2020-02-06New Configuration System (#1787)Anirudh Agnihotry
2020-01-30Pass native build args from top-level scripts (#2071)Adeel Mujahid
2020-01-23Merge remote-tracking branch 'dotnet/master' into RemoveNetcoreappNetfxBuildS...Santiago Fernandez Madero
2020-01-22Enable Mono build in CI (#1934)Alexander Köplinger
2020-01-18Enable overriding CoreCLR and Libraries configurations in root… (#1826)Jeremy Koritzinsky
2020-01-17Remove workarounds in build scripts for netcoreapp and netfx versionlessSantiago Fernandez Madero
2020-01-06Fix typo: availabe -> available (#1324)Andrew Arnott
2019-12-24Flow archType to build script in global live build (#1133)Santiago Fernandez Madero
2019-12-14Removing "netcoreapp" and "netfx" TargetGroup (#457)Anirudh Agnihotry
2019-11-26Updated viewing-jit-dumps.md (#289)Günther Foidl
2019-11-25Allow project builds from script (#201)Viktor Hofer
2019-11-18Allow passing down an upper case subset category (#104)Santiago Fernandez Madero
2019-11-14Initial runtime repository structuredotnet-bot