summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-29Fix shared library dependencies verification on some platforms (#8349)Jan Vorlicek1-8/+0
2016-11-25Configures tests even when configureonly is provided (#8308)Jonghyun Park1-1/+0
2016-10-27Add verification of System.Globalization.Native.so symbols (#7848)Jan Vorlicek1-0/+9
2016-10-17Allow Alpine to build System.Private.CoreLibEric Mellino1-0/+3
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder1-2/+9
2016-09-01Revert "Avoid using 'which' for verifying prereqs"Jan Kotas1-7/+11
2016-08-31Merge pull request #6943 from mellinoe/fedora-24Eric Mellino1-0/+3
2016-08-31Avoid using 'which' for verifying prereqs (#6994)Aditya Mandaleeka1-11/+7
2016-08-26Allow Fedora 24 to use MSBuild in build.shEric Mellino1-0/+3
2016-08-24Allow Ubuntu 16.10 to use MSBuild (#6897)Eric Mellino1-0/+3
2016-08-23Allow to use clang 3.9 in build.sh (#6888)Łukasz Domeradzki1-0/+5
2016-08-23Merge pull request #6858 from adiaaida/fixBuildshMichelle McDaniel1-1/+6
2016-08-23Fix the ninja build for FC23. (#6861)Pat Gavlin1-1/+8
2016-08-23Fix ConfigureOnly option in build.shMichelle McDaniel1-1/+6
2016-08-19Support MSBuild on opensuse.42.1-x64Eric Mellino1-0/+3
2016-08-03Modify rebuild scenario.Lakshmi Priya Sekar1-1/+1
2016-08-02Use absolute paths for specifying projects to build.Lakshmi Priya Sekar1-4/+3
2016-08-01Fix errors in build scripts from run tool update.Lakshmi Priya Sekar1-2/+2
2016-07-29Respond to PR feedback.Lakshmi Priya Sekar1-2/+3
2016-07-29Use run tool in coreclr dev workflow.Lakshmi Priya Sekar1-89/+31
2016-07-14Update to latest version of buildtoolswtgodbe1-4/+4
2016-07-08Resolve Python2.7 when executable is not called 'python'.Jostein Kjønigsen1-1/+24
2016-06-03Properly handle uname -p output that contains spacesPeter Foley1-1/+1