summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-24basic NetBSD platform supportJustin Cormack1-0/+4
2015-04-22Add optional arguments for choosing clang version and verbose build outputJan Henke1-3/+28
2015-04-15Use "x64" and not "amd64" in build.shMatt Ellis1-2/+2
2015-03-31Change paths and os names to match corefxMatt Mitchell1-12/+12
2015-03-25build.sh: Fix CPU-count detection on FreeBSD.Jostein Kjonigsen1-1/+5
2015-03-16fix build on OpenBSDAaron Bieber1-0/+4
2015-03-16Inital build support for FreeBSD.Jan Henke1-0/+4
2015-03-10Do not hardcode path to bash into the shell scripts.Jan Henke1-1/+1
2015-03-02Fixes.Pat Gavlin1-9/+16
2015-02-24Two random fixesMatt Mitchell1-1/+1
2015-02-23Place binaries and intermediates in folders that include OSMatt Mitchell1-43/+31
2015-02-19Setup the CoreCLR repo to use the LocalPackagePublish mechanism.Alex Ghiondea1-1/+1
2015-02-13Merge pull request #245 from poizan42/fix-rm-intermediatesMatt Mitchell1-1/+1
2015-02-13Correctly locate Clang [Fixes 243]shahid-pk1-1/+2
2015-02-12Fix wrong flag to rm when deleting intermediates folder. Fixes #243Kasper F. Brandt1-1/+1
2015-02-12Fix build on paths with spaces and with llvm path with spaces. Fixes #216Kasper F. Brandt1-20/+20
2015-02-05Use N+1 processors instead of N procs on Linux buildXy Ziemba1-1/+1
2015-02-05Use # of processors availabe to OS scheduler on LinuxXy Ziemba1-2/+8
2015-02-05Merge pull request #50 from xyziemba/build_fix_1Xy Ziemba1-1/+2