summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Architecture of host must be compitable architecture with target.Geunsik Lim1-7/+28
2016-03-10Merge pull request #3629 from leemgs/upstream-crossbuild2Jan Kotas1-0/+1
2016-03-10Remove unnecessary expressions.Geunsik Lim1-2/+1
2016-03-09Merge pull request #3598 from joperezr/DisableOpenSourceSignJose Perez Rodriguez1-1/+7
2016-03-09Disable OpenSourceSign and update Build ToolsJose Perez Rodriguez1-1/+7
2016-03-10Add comment about disabling crossgen command for cross buildGeunsik Lim1-0/+2
2016-03-08Merge pull request #3577 from gkhanna79/FixUbuntu15Gaurav Khanna1-1/+4
2016-03-07Fix Ubuntu 15.10 Build breakGaurav Khanna1-1/+4
2016-03-08ARM: skip generating native image for mscorlib in case of cross buildGeunsik Lim1-8/+10
2016-03-07ARM: Remove Distro/OS that have not been testedGeunsik Lim1-6/+0
2016-03-05Add arm[64] to isMSBuildOnNETCoreSupported()Geunsik Lim1-0/+13
2016-02-25Remove need for mono resgenMatt Ellis1-3/+1
2016-02-19Fixes to build CentOS CoreCLR Nuget PackageGaurav Khanna (CLR)1-5/+6
2016-02-10Add new parameter with settable option: cmakeargsKamil Rytarowski1-7/+24
2016-02-08Check for Mono presence until CoreCLR 3090 is fixed.Gaurav Khanna1-0/+2
2016-02-08Update CI to no longer request mscorlib build for osx/ubuntu on Windows.Gaurav Khanna (CLR)1-18/+20
2016-02-07Change to support Microsoft.NetCore.Runtime.CoreCLR nuget package generation.Gaurav Khanna (CLR)1-36/+108
2016-01-24Updates based on review commentsJohn Chen1-17/+3
2016-01-23Build mscorlib with CoreCLR MSBuild on LinuxJohn Chen1-5/+13
2016-01-23[xplat] uname -p reports unknown on some arch -- fall back to uname -mGeoff Norton1-0/+5
2016-01-21Merge pull request #2772 from ramarag/fixincrementabuildJan Kotas1-10/+23
2016-01-21Merge pull request #2781 from krytarowski/netbsd-support-3Jan Kotas1-0/+2
2016-01-21Generating Event Logging Headers From CMake for LinuxDDCloud1-10/+23
2016-01-21NetBSD: Add support for retrieving the number of available CPUsKamil Rytarowski1-0/+2
2016-01-21NetBSD: Add PYTHON env variable for build.sh to specify python exec nameKamil Rytarowski1-3/+5
2016-01-13Add configureonly and skipconfigure to builds.Pat Gavlin1-100/+124
2016-01-12Clean up build.shBruce Forstall1-80/+103
2016-01-06Improve and clean-up build.cmdBruce Forstall1-2/+7
2015-12-31 Enable Incremental build For Generated FilesRama Krishnan Raghupathy1-10/+21
2015-12-28Automating Event Logging Infrastructure: With this change the infrastructure ...Rama1-0/+19
2015-12-21Merge pull request #2425 from erozenfeld/CheckedBuildJan Kotas1-2/+5
2015-12-21Enable checked builds of CoreCLR.Eugene Rozenfeld1-2/+5
2015-12-19Initial support for building on SmartOStaylorjonl1-0/+4
2015-11-24Merge pull request #2148 from manu-silicon/buildJan Kotas1-7/+34
2015-11-24Build script now use current platform to compileManu1-7/+34
2015-11-24Consistency fix for shell variablesManu1-6/+6
2015-11-09Add support for ninja to the CoreCLR build.Pat Gavlin1-4/+18
2015-10-16Pass __IntermediatesDir to msbuild in build.shNate Amundson1-2/+12
2015-10-13Using DotNetCore version of BclRewriter in mscorlib buildJose Perez Rodriguez1-1/+17
2015-10-02On builds outside Windows, build native test components by defaultKoundinya Veluri1-4/+6
2015-09-15Enable building coreclr tests on LinuxAditya Mandaleeka1-5/+10
2015-09-04Build Code Coverage instrumented binaries for native bianries in Linux and OSX.Sridhar Periyasamy1-5/+8
2015-09-01Fix release build of mscorlib from build.shMatt Ellis1-1/+6
2015-08-27Fix build regression for ARM.Ben Pye1-1/+1
2015-08-17Build mscolrib.dll on UnixMatt Ellis1-13/+70
2015-08-13Add skipmscorlib option to build.shMatt Ellis1-0/+2
2015-08-04Add cross compilation support for ARM and ARM64.Ben Pye1-2/+16
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-0/+4
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-2/+6
2015-05-01Only clean previous output for the selected configuration.Tanner Gooding1-2/+9