summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-31Support building on all supported distrosMatt Ellis1-7/+24
2016-05-31Merge pull request #5189 from AlexGhiondea/buildPackageAlexGhiondea1-29/+4
2016-05-30Enable 'System.Private.CoreLib.dll' build on cross build mode (#5320)Jonghyun Park1-11/+11
2016-05-30Merge pull request #5240 from wateret/mscorlib-arm-softfpJan Kotas1-1/+1
2016-05-27Introduce a central packages.builds file that controls building the nuget pac...Alex Ghiondea1-29/+4
2016-05-26Add Fedora, OpenSuse and Ubuntu 16.04 packagesMatt Ellis1-24/+13
2016-05-26Support CoreLib build for arm-softfpHanjoung Lee1-1/+1
2016-05-23Merge pull request #5173 from kyulee1/ilasmpackKyungwoo Lee1-0/+16
2016-05-23ILAsm/ILDAsm PackageKyungwoo Lee1-0/+16
2016-05-23Merge pull request #5042 from leemgs/upstream-display-clang-verAditya Mandaleeka1-1/+1
2016-05-19Generate perfmap symbol file for System.Private.CoreLib.Brian Robbins1-0/+9
2016-05-18Skip configuration with skipnative option. (#5059)mkborg1-5/+5
2016-05-18Linux/ARM: Display clang version info at build-timeGeunsik Lim1-1/+1
2016-05-17Linux/ARM: Change default clang version from 3.5 to 3.6 (#4928)Geunsik Lim1-2/+13
2016-05-17Add dev workflow scripts for build pipelinewtgodbe1-2/+15
2016-05-17Merge pull request #4874 from gkhanna79/SPC_S1AlexGhiondea1-14/+21
2016-05-17Merge pull request #4789 from sejongoh/always_download_coredistoolsSejong Oh1-2/+0
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-14/+21