summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
2017-06-28Add a flag to build.{sh,cmd} to disable PGO.Pat Gavlin1-2/+9
2017-06-16Disable Portable RID build for Tizen (#12292)Hyung-Kyu Choi1-5/+5
2017-06-13Keep previous cmake arguments when using buildstandalonegc (#12108)Omair Majid1-1/+1
2017-06-09Allow users to set the number of build processes (#12188)Jonghyun Park1-13/+23
2017-06-08First steps for generating nuget packages for ARM64/Android. (#10286)Cyd Haselton1-3/+9
2017-06-07Merge pull request #12102 from tmds/any-linuxMatt Ellis1-33/+14
2017-06-07Only restore optdata for release builds (#12136)Daniel Podder1-0/+3
2017-06-07Fix FreeBSD buildTom Deseyn1-8/+14
2017-06-07build{,-test}.sh: revert and add list of unsupported ridsTom Deseyn1-41/+19
2017-06-06build.sh: fall back to portable linux when Linux host has unknown ridTom Deseyn1-38/+35
2017-06-02Add support for not breaking *nix build on warnings (#12039)Omair Majid1-6/+19
2017-06-02Merge pull request #11699 from swgillespie/local-gc-branch-mergeSean Gillespie1-1/+1
2017-06-01Fix optdata restore functionality (#11935)Daniel Podder1-7/+10
2017-06-01Support msbuildonunsupportedplatform on non-x64 architecture (#11966)Jonghyun Park1-3/+1
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-1/+1
2017-05-31Default to portable build in dev and official builds (#11985)Gaurav Khanna1-4/+13
2017-05-22Revert "Fixed tests build on Linux"Russ Keldorph1-2/+3
2017-05-19Test build fixes for LinuxRoman Artemev1-3/+2
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+32
2017-04-27[WIP] Enable binding to CoreLib as NI image (#11040)Gaurav Khanna1-2/+2
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-0/+5
2017-04-25[ARM32] clang 3.9 as a default for ARM cross build (#11064)Hyung-Kyu Choi1-2/+15
2017-04-17Allow build.sh to have multiple cmakeargs options (#10962)Jonghyun Park1-1/+1
2017-04-06remove fedora 23 (#10725)Dan Moseley1-2/+2
2017-03-22Various fixes for generating portable RID packages (#10409)Gaurav Khanna1-1/+1
2017-03-22Unify command line arg for portable RID build (#10408)Gaurav Khanna1-1/+1
2017-03-22Enable Portable Windows RID (#10365)Gaurav Khanna1-12/+11
2017-03-17fix syntax error in build.sh (#10256)Buyduck1-1/+1
2017-03-16Add IBC support to managed build (#10180)Daniel Podder1-6/+19
2017-03-16Delete mscorlib facade (#10157)Jan Kotas1-7/+0
2017-03-07Port Windows PGO support to master (#9985)Daniel Podder1-2/+32
2017-03-06Add stripSymbols argument; refactor symbol package build (#9664)Davis Goodin1-4/+9
2017-02-16Remove all references to OpenSuse13.2wtgodbe1-3/+0
2017-02-13Merge branch 'master' of https://github.com/dotnet/coreclr into refactor_pack...Christopher Costa1-1/+2
2017-02-13Respond to PR feedbackChristopher Costa1-40/+37
2017-02-10[Arm64/Unix] Remove aarch64 unsupported message (#9508)Steve MacLean1-1/+0
2017-02-10[Linux/ARM] Fix cross-architecture component build error: disable unused code...Hyeongseok Oh1-0/+2
2017-02-01Update usage infoChristopher Costa1-1/+1
2017-01-31Refactor coreclr packagingChristopher Costa1-37/+45
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-1/+4
2017-01-23Treat RHEL 7.x versions as RHEL 7 when buildingOmair Majid1-1/+1
2017-01-06Use POSIX "command" instead of non-standard "which" (#8823)Jürgen Hötzel1-15/+3
2017-01-05Use x86 crossbuild for cross-architecture component on x64-linux (#8722)Hyeongseok Oh1-13/+44
2017-01-05Use armel instead of arm-softfp (#8771)Hyung-Kyu Choi1-3/+3
2016-12-16Packaging support for portable Linux binaries.Gaurav Khanna1-2/+18
2016-12-16Fix buildsystem for linux cross-architecture component build (#8646)Hyeongseok Oh1-24/+74
2016-12-12Merge pull request #8421 from hseok-oh/enable_arm_linux_nupkgGaurav Khanna1-7/+28
2016-12-09Fix incremental build when dummy version.cpp is generated (#8547)Jan Vorlicek1-3/+9
2016-12-05Change order in .builds and .pkgproj, fix build.sh for not modifying dir.propHyeongseok Oh1-14/+21
2016-12-02First step to generate nuget package for ARM32/LinuxHyeongseok Oh1-1/+15