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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-29Run GenerateRuntimeGraph during buildEric St. John
This turns GenerateRuntimeGraph back on, but it will now only check consistency of the generated runtime files with what is checked in. If it detects an inconsistency the build will fail and this project can be rebuilt specifying /p:UpdateRuntimeFiles=true to commit the updates.
2017-09-28Disable automatic generation of runtime.json during the buildEric St. John
2017-09-28Run GenerateRuntimeJson as part of buildEric St. John
2017-09-28Generate `runtime.json` from RuntimeGroup items and common policyEric St. John
This makes our RID graph much less error prone and easier to reason about. To see how to use the new system see readme.md. To see the extent of the changes examine the diff of runtime.json and runtime.compatibility.json.
2017-09-28Reformat runtime.json and add expansion to monitor compatibility changesEric St. John
This is simply a roundtrip through JsonRuntimeFormat so that the following changes will have a clear diff (or no diff) runtime.compatibility.json is the expansion (`RuntimeGraph.ExpandRuntime`) of each runtime in the graph. Differences in this represent potentially breaking changes.
2017-09-14Enable end to end Alpine corefx build (#24035)Jan Vorlicek
This change enables full end to end build of corefx including managed code on Alpine Linux.
2017-08-04Add RHEL 6 official RIDJan Vorlicek
2017-07-28Fixing version of Microsoft.NETCore.Platforms packageJose Perez Rodriguez
2017-05-23Add win-arm and win-arm64 to RID graph.Eric Erhardt
2017-05-18Revert "Added Buildroot (Embedded Linux image builder) RID"Bjarke Istrup Pedersen
This reverts commit 954eac6dbd4392eb30bf6f5921c9a3e1be7badf9.
2017-05-15Added Buildroot (Embedded Linux image builder) RIDBjarke Istrup Pedersen
2017-05-15Added Gentoo Linux RIDBjarke Istrup Pedersen
2017-05-11Disable package harvesting for the vertical build packagesWes Haggard
Microsoft.NETCore.Platforms and Microsoft.NETCore.Targets don't need to harvest anything so disabing stable package harvesting for them so we don't need to restore all the old stable packages for the vertical builds.
2017-05-10Add Microsoft.NETCore.Platforms to the vertical buildWes Haggard
2017-04-26Remove all alpine RIDs from the graph.Eric Mellino
2017-03-21Fix markdown headings to render correctlyOmair Majid
GitHub recently switched their rendering engine and now require a space between `#` and the actual heading. See https://github.github.com/gfm/#atx-headings
2017-03-07Merge pull request #16729 from cydhaselton/android-ridsEric Mellino
Add RIDs for Android
2017-03-07Removed final hidden tab, replace with whitespace.cydhaselton
2017-03-07Fixing hidden tabs, replacing with correct spacingcydhaselton
2017-03-07Fixed whitespace issuecydhaselton
2017-03-07Replace Android MIPS RID with arm. Remove Android API levels 22-23cydhaselton
(corrected authoring info)
2017-03-06Merge pull request #16728 from qmfrederik/rids/arm64Eric Mellino
Add RIDs for arm64 Ubuntu, Alpine Linux
2017-03-05Changed android x64 RID to clearer arm64cydhaselton
2017-03-05Fix whitespace in runtime.jsonFrederik Carlier
2017-03-05Add RIDs for Androidcydhaselton
2017-03-05Add RIDs for arm64 Ubuntu, Alpine LinuxFrederik Carlier
2017-02-28Add RID support for LinuxMint 18.1Gaurav Khanna
2017-02-21Add RIDs for Fedora 25 and 26 (#16302)Radka
2017-01-12Merge master into dev/engJose Perez Rodriguez
2017-01-11Merge pull request #14792 from chunseoklee/debian_armel_nupkgEric Mellino
Add debian.8-armel and tizen.4.0.0-armel into nupkg
2017-01-10Default configuration select package rid (#15037)Eric StJohn
* Default Configuration to BuildConfiguration When a project does not define BuildConfigurations, its Configuration should be set to BuildConfiguration. Previously we weren't setting Configuration at all in this case, so we would get default values for all the components when we tried to parse out the Configuration string. * Remove workaround for building pkgprojs Now that we always set Configuration this is not needed. * Derive package RID from RuntimOS We have a few cases where we want to package as a different RID than what we are running on. I previously only special cased one of them (win7). This makes the code more generic and handles everything.
2017-01-10Enable building platforms package for release, remove unneccessary metadta ↵chcosta
(#15024)
2017-01-10Add RIDs for RHEL 7.3 and 7.4 (#15006)Omair Majid
2017-01-05Add tizen.4.0.0-armel into nupkgchunseok lee
Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
2017-01-04debian.8-armel to runtime.jsonchunseok lee
Add debian.8-armel into pkg/Microsoft.NETCore.Platforms/runtime.json Signed-off-by: chunseok lee <chunseok.lee@samsung.com>
2016-12-08[x86/Linux] Add RID definitionsEvgeny Pavlov
2016-12-05Add RID for Linux/ARM32 (ubuntu) (#14161)Hyeongseok Oh
2016-12-05Updating Microsoft.NETCore.Platforms/runtime.json with CoreRT RIDs (#14142)Sedar Gokbulut
* Updating Microsoft.NETCore.Platforms/runtime.json with CoreRT RIDs * Further changes to runtime.json: - Previously I had excluded some RIDs from the corert graph because they weren't 'supported' platforms for corert. But I think runtime.json is not the right place to enforce what's supported and what's not. Completing the graph helps maintaining runtime.json because it now follows a 'pattern'. - I updated the ordering of the nodes on win*-corert and that's where it differs from win*-aot. Unlike AOT counterparts, I'm always prioritizing CoreRT RIDS over non-CoreRT RIDs. - Also realized that the architecture specific chains were broken on non-windows CoreRT RIDS. I fixed that in this change too.
2016-11-16Add rids for arm on Debian (#13697)Peter Marcu
2016-10-18Fix a number of import errors in the rid graph.Eric Mellino
A number of linux distros had incorrect rid imports. These generally took the form of a version- and arch-specific rid importing a base rid, or a previous-version rid, rather than the analogous version-specific but arch-agnostic rid.
2016-10-17Add support for building alpine.3.4.3-x64 nuget packagesEric Mellino
2016-10-05Update project ToolsVersions to 14.0 (#12355)Alex Perovich
2016-10-05Add docs for Microsoft.NETCore.Platforms & RIDs (#12359)Eric StJohn
Add docs for Microsoft.NETCore.Platforms & RIDs Adding documentation describing RIDs and what conventions we follow for creating them.
2016-10-05Avoid duplication of Platforms/Targets versionEric St. John
2016-10-05Update minor package versionsEric St. John
2016-09-02Fix version of nupkgs under pkgEric St. John
When changing the Version property from Version to PackageVersion I missed updating a few projects.
2016-08-09Fixed incorrect x64 #import for ol.7.0 RIDPetr Onderka
2016-07-27Add osx.10.12 ("macOS Sierra") to RID graph.Eric Mellino
2016-07-27Add four new Linux RIDs.Eric Mellino
* Linux Mint 18: Binary compatible with Ubuntu 16.04 The following RIDs will need additional work to enable platform-specific packages to be produced for them: * Ubuntu 16.10 * Fedora 24 * openSUSE 42.1
2016-06-22Add RID for Windows Arm64Gaurav Khanna