summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-05Merge pull request #66 from cwmiller/masterMatt Mitchell1-1/+1
2015-02-04Enable binplacing of native CoreCLR binaries on LinuxSergiy Kuryata1-2/+6
2015-02-04Fixed variable issues in build.shChase Miller1-2/+2
2015-02-04Update usage text to show correct arguments.Anders Wenhaug1-2/+2
2015-02-03Make build type and build.sh case insensitiveXy Ziemba1-1/+2
2015-02-02Parallelize Linux build by adding "-j `nproc`" to makeXy Ziemba1-1/+1
2015-02-02Add a bit more logging and remove meaningless VBL_ROOT parameterMatt Mitchell1-2/+2
2015-02-02Pass correct arguments to CMake for linux release buildMatt Mitchell1-1/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+170