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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-08Split build scripts for CI (#2309)Chris Rummel
2016-10-11Work towards enabling Ubuntu 16.04 build (#2000)Jan Kotas
2016-09-27Update buildtools to 1.0.26-prerelease-00809-01 (#1922)Jan Kotas
2016-09-20Update simple test driverJan Kotas
2016-07-12Add ulimit -n 2048 workaround in scripts (#1507)Yi Zhang (CLR)
2016-04-26CLI update (#1193)Jan Kotas
2016-04-18Switch to standardized init-tools scriptsJan Kotas
2016-04-06Take newest CLISimon Nattress
2016-04-05Roll forward to latest CLI from Rel/1.0.0Simon Nattress
2016-03-11Pin CLI to 1.0.0.001672Senthil
2016-02-26Revert "Merge pull request #945 from schellap/master"Senthil
2016-02-25Pin Windows CLI to Beta 1530 and Unix to 1540Senthil
2016-02-18Merge pull request #877 from manu-silicon/unameJan Kotas
2016-02-18Ported fix from CoreCLR regarding uname reporting unknown platformManu
2016-02-17Add System.CommandLine and Use Response FilesSenthil
2016-02-15Pin CLI for breaking compile-nativeschellap
2016-02-10Add diagnostic output with CLI versionJan Kotas
2016-02-10Switch to live CLI buildJan Kotas
2016-02-06Feed changes to dotnet.mygetSenthil
2016-02-06Revert "Merge pull request #717 from schellap/break2"Senthil
2016-01-29Revert "Checkpoint CLI version"Senthil
2016-01-24Merge pull request #707 from krytarowski/netbsd-support-2Jan Kotas
2016-01-24Add comments explaining temporary values of NugetRuntimeId for FreeBSD and Ne...Kamil Rytarowski
2016-01-23Add NetBSD as a valid OSName and BuildOS typeKamil Rytarowski
2016-01-23Sort OSName cases in build.shKamil Rytarowski
2016-01-23NetBSD: Add support for retrieving the number of available CPUsKamil Rytarowski
2016-01-20Checkpoint CLI versionSenthil
2016-01-15Disable external dir.props import for repo buildsSenthil
2016-01-09Fix issue 612Gaurav Khanna
2016-01-08Clean CLI for clean buildsSenthil
2015-12-30Exports required for refactored ILCompiler.SDK consumption.Gaurav Khanna
2015-12-22Move required CPPCodegen header files, and stub functions, into ILCompiler.SDKGaurav Khanna
2015-12-10Splitting packages to toolchain and runtimeSenthil Chellappan
2015-12-02Switch to dotnet tools and add unix testingSenthil
2015-12-01MSBuild log is now per architectureManu
2015-12-01Support for cross compilationManu
2015-12-01Removed -? as possible argumentManu
2015-11-24Recognize x86 and arm64 platform on command line.Manu
2015-11-24Add automatic detection for ARM processors.Manu
2015-11-20Consistency fix for __VerboseBuild typeManu
2015-11-13Merge pull request #187 from mmitche/reenable-monoMatt Mitchell
2015-11-12[unix] Ensure that the managed build can complete on unixGeoff Norton
2015-11-04Fix incorrect passing of CleanBuild status to managed buildGaurav Khanna
2015-11-03Reenable managed components buildMatt Mitchell
2015-10-30Fix accidental cleanup of Native project files during clean build of managed ...Gaurav Khanna
2015-10-29Disable managed build for non-Windows.Gaurav Khanna
2015-10-28Mac OS X - Fix bin place path for Product binaries and add support for genera...Gaurav Khanna
2015-10-13Build CoreRT GCSample for MacGaurav Khanna
2015-09-17Add basic build scriptsdotnet-bot