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 (Expand)Author
2017-05-23change OSX to macOS to follow latest Apple namingTomas Weinfurt
2017-05-23correct whitespaces and update message to explicity state expected minimal ve...Tomas Weinfurt
2017-05-23add explicit check for OSX version to avoid mysterious breakages on older ver...Tomas Weinfurt
2017-05-12Merge pull request #19691 from ellismg/use-azure-cdn-in-init-toolsStephen Toub
2017-05-12Use CDN for dotnetcli blobsMatt Ellis
2017-05-10Create done marker directory (#19538)Sven Boemer
2017-04-28Fix order in which we call crossgen.sh so it gets execute permissionsWes Haggard
2017-04-28Move more common stuff into BuildToolsWes Haggard
2017-04-27Use the "portable linux" version of the CLIMatt Ellis
2017-04-25Add a comment linking to nuget issue on all new usages of chmod.Eric Mellino
2017-04-25Create an init-tools.msbuild project file.Eric Mellino
2017-04-12Run chmod on the "scripts/docker" directory in Tools.Eric Mellino
2017-04-11PR feedbackEric Mellino
2017-04-11Move corefx onto the .NET Core 2.0 toolsetEric Mellino
2017-04-04Remove remaining references to Fedora 23 (#17753)Dan Moseley
2017-02-22Always copy over Tools-Override files to Tools to avoid incremental tools issuesWes Haggard
2017-02-17Warn for attempt to build on 32 bit unix (#16232)Dan Moseley
2017-01-23Add a crossgen.sh script, which can be used to run crossgen on Tools assemblies.Eric Mellino
2017-01-12Merge master into dev/engJose Perez Rodriguez
2017-01-06Update CLI to 1.0.0-preview2-1-003182, BuildTools to 1.0.27-prerelease-01205-03Davis Goodin
2016-11-30[dev/eng] Overhaul ref and src project references, and start binplacing thing...Eric Mellino
2016-10-19Support "offline" initializtion of ToolsMatt Ellis
2016-10-17Allow alpine to run init-tools.shEric Mellino
2016-09-16Remove -u from cpEric StJohn
2016-09-16Update CLI's NuGet.Frameworks.dllEric St. John
2016-09-08Upgrade CLI, buildtools for RTM shared framework (#11387)Davis Goodin
2016-08-27Add init-tools output to standard output (#11201)chcosta
2016-08-25Enable init-tools option to suppress non-error output from the console output...chcosta
2016-08-25Allow Ubuntu 16.10 to initialize toolsEric Mellino
2016-07-12Specify --no-cache on restoreEric St. John
2016-07-05Fail init-tools atomicallyRainer Sigwald
2016-06-23Allow override of __DOTNET_PKG used for Tools initEric Mellino
2016-05-27Support building on all supported distrosMatt Ellis
2016-05-27Remove broken BUILDTOOLS_OVERRIDE_RUNTIME supportMatt Ellis
2016-05-25Add retry logic when downloading the CLI from Azure blob storage.Joel Hendrix
2016-05-25Clean up references to DNXCore50.Eric St. John
2016-05-13Update CLI to 1.0.0-preview2-002733Eric St. John
2016-05-11Catching errors if they are thrown in the inner init-tools (#8397)Jose Perez Rodriguez
2016-03-30Upgrade dotnet cli version.Davis Goodin
2016-03-26Fixes to DW in OSXmaririos
2016-02-23Add new dotnet CLI, buildtools, and fixes to make restore work.Davis Goodin
2016-02-12PR feedbackJose Perez Rodriguez
2016-02-12Cleaning up the output of init-tools.sh to mimic the cmd equivalentJose Perez Rodriguez
2016-02-10Add support for CentOS, Debian, RHELNate Amundson
2016-02-06Consume v3 versions of the new feedsMatt Ellis
2016-01-29Allow init-tools.sh to be called from any directoryJohn Chen (CLR)
2016-01-28Use .Net Core MSBuild for OS X and Linux BuildsJose Perez Rodriguez
2016-01-22Adding the option to use curl instead of wget for downloading the tarballJose Perez Rodriguez
2016-01-21Fix build script for Unix.Lakshmi Priya Sekar
2016-01-20Merge pull request #5529 from pgavlin/BuildToolsOverrideRuntimeStephen Toub