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 (Collapse)Author
2016-12-08Split build scripts for CI (#2309)Chris Rummel
In order to sign and package our builds properly in CI we need to split the build phases up. These changes add build-native, build-managed, and build-tests scripts, with build-packages soon to come. Summary: - Variable handling moved to buildvars-setup scripts to avoid duplication. - Everything else is from the old scripts with some path cleanup changes. - Build.cmd/sh now calls into the split scripts. - Updated build pipeline definitions for new scripts.
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
- Update CLI to more recent version - Remove last dependency on mono - Update Microsoft.DotNet.AppDep version to 00004 that has stubbed out System.Resources.ResourceManager
2016-04-18Switch to standardized init-tools scriptsJan Kotas
- Switch over to using standardized init-tools script used by other repos - Update to recent buildtools - Switch to running msbuild against CoreCLR instead of mono - Make build scripts to be otherwise more similar to the ones used by other repos
2016-04-06Take newest CLISimon Nattress
Windows' CLI blob seems to have been removed and can no longer be restored during build. Roll forwards to the latest blob.
2016-04-05Roll forward to latest CLI from Rel/1.0.0Simon Nattress
- Migrate to CLI 1.0.0-beta-002209 - Alter scripting to support CLI package layout and Azure blob URL changes
2016-03-11Pin CLI to 1.0.0.001672Senthil
2016-02-26Revert "Merge pull request #945 from schellap/master"Senthil
This reverts commit c3335b8234a70d1c6e1f75ba6e3501fd249b3682, reversing changes made to 8f5490c576348f50193d53f6e297c6d825cf86a0.
2016-02-25Pin Windows CLI to Beta 1530 and Unix to 1540Senthil
2016-02-18Merge pull request #877 from manu-silicon/unameJan Kotas
Ported fix from CoreCLR regarding uname reporting unknown platform
2016-02-18Ported fix from CoreCLR regarding uname reporting unknown platformManu
See CoreCLR commit 3dacb66f7885dcbdfbdcfd958063d9a0ffe3df45.
2016-02-17Add System.CommandLine and Use Response FilesSenthil
-- Explicit FileStream async false and dispose -- Make VS dev flow compatible
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
This reverts commit 374d1f1f2d901b4ef1096fbac2bb3da85e73949e. This reverts commit 81fe8e5d944fdbe2560815f4aead1ab4a447fb5a. This reverts commit 3d2d89e793d1588e1aa7d2273fc880ae208352f5. This reverts commit a1f2ba2cae2dac1d134ae9afd60462cf57dde3c3.
2016-02-06Feed changes to dotnet.mygetSenthil
2016-02-06Revert "Merge pull request #717 from schellap/break2"Senthil
This reverts commit 766f4ea7ff4d9dcd0422da1ebd115eb6b279e684, reversing changes made to ce31cfa86e2d82af79212a1b09b7c1fe05baf3f6. Revert "Merge pull request #767 from schellap/wmain" This reverts commit 86e568eb6e82e2526ace252fcb49903e298e708d, reversing changes made to 1d3ef5fd841effc0599511e3073a0cad53bed88b. Revert formatting to old project.json and cppcompilerflag in runtest.cmd
2016-01-29Revert "Checkpoint CLI version"Senthil
This reverts commit c0c3f6fcc2bf8eb1bb1e57c82fb94ec11f1cff0d.
2016-01-24Merge pull request #707 from krytarowski/netbsd-support-2Jan Kotas
Add NetBSD as a valid OSName and BuildOS type
2016-01-24Add comments explaining temporary values of NugetRuntimeId for FreeBSD and ↵Kamil Rytarowski
NetBSD
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
$ uname NetBSD $ getconf NPROCESSORS_ONLN 2 $ getconf _NPROCESSORS_ONLN getconf: _NPROCESSORS_ONLN: unknown variable
2016-01-20Checkpoint CLI versionSenthil
2016-01-15Disable external dir.props import for repo buildsSenthil
2016-01-09Fix issue 612Gaurav Khanna
If Bin folder is a symlink, then nuget package creation fails due to relative path constructs. The fix is to specify BasePath for nuget package creation, to be the repo root path, and construct nuspec file entries relative to it.
2016-01-08Clean CLI for clean buildsSenthil
2015-12-30Exports required for refactored ILCompiler.SDK consumption.Gaurav Khanna
Fix consumption of custom CLI path Add support for consuming --cppcompilerflags Consume correct Ubuntu CLI download post CentOS introduction
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
- Fix few issues and produce xunit format - Set HOME if undefined and DOTNET_HOME - Enable CPP and JIT for all platforms except OSX o CLI has no support for RyuJIT.
2015-12-01MSBuild log is now per architectureManu
To make it easier to debug errors when using cross compilation
2015-12-01Support for cross compilationManu
Using what has been done for CoreCLR, added support for cross compilation in CoreRT.
2015-12-01Removed -? as possible argumentManu
Not only this is not Unix like to use -? for help but the code was not working since -? was understood as - followed by any characters.
2015-11-24Recognize x86 and arm64 platform on command line.Manu
Also removed __MSBuildBuildArch which was never used.
2015-11-24Add automatic detection for ARM processors.Manu
Use `uname -p' to find out the processor type and set the build target accordingly.
2015-11-20Consistency fix for __VerboseBuild typeManu
Use 0 instead of false since later we compare it with 1.
2015-11-13Merge pull request #187 from mmitche/reenable-monoMatt Mitchell
Reenable managed components build
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
components. Also fixed the path where CMake generated Runtime.vcxproj would drop runtime.lib for ReproNativeCpp and ReproNative projects to pickup.
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 ↵Gaurav Khanna
generating Nuget package 1) Build native and managed components by default 2) Add a workaround for package restoration to work on Mono 3) Add Nuget package support 4) Fix name casing for Linux
2015-10-13Build CoreRT GCSample for MacGaurav Khanna
Add check for Darwin OS to enable building the same for Mac
2015-09-17Add basic build scriptsdotnet-bot
Files under src/Native have been copied from https://github.com/dotnet/corefx/tree/master/src/Native The root build.sh file has been copied from https://github.com/dotnet/corefx Commit label in the corefx repo: dbb131dcafe570fd93824820797c88eb35609fc7 Note: - Some minor cleanup has been done build.sh, src/Native/CMakeLists.txt and src/Native/configure.cmake: renamed corefx -> corert, removed corefx specific parts - No code builds yet with this change