summaryrefslogtreecommitdiff
path: root/src/pal/tools
AgeCommit message (Expand)AuthorFilesLines
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky7-95/+12
2019-05-03Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky1-1/+1
2019-03-17Correct current script dir detectionSinan Kaya2-11/+13
2019-03-11Merge pull request #23111 from am11/gcc-configurationJan Vorlicek1-43/+34
2019-03-08Use CLR_LINKAdeel1-2/+2
2019-03-08Remove extra quotesAdeel1-2/+2
2019-03-08Address @janvorli's feedbackAdeel1-11/+10
2019-03-08Enable build with clang static analyzerJan Vorlicek1-2/+17
2019-03-07Use DOTNET_${$1} environment variablesAdeel1-5/+17
2019-03-07Improve gcc configurationAdeel1-40/+20
2019-02-13Fix gen-buildsys-win for vs2019 x86 (#22567)Juan Hoyos1-0/+1
2019-02-11Support building with VS2019 Preview (#22525)Tanner Gooding1-7/+11
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya3-0/+209
2018-11-16Eliminate CMAKE dependency when not required (#21040)Dan Moseley2-2/+2
2018-11-12Simplify build.sh command line arguments for Linux/arm cross build (Part 1) (...Egor Chesakov1-3/+0
2018-11-08Add azure-pipelines build and test definitions (#20840)Sven Boemer1-1/+1
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky1-3/+3
2018-10-16Enable building with Clang 7 (#20417)Jan Vorlicek1-19/+9
2018-08-16Build-test.sh handles native test assets (#19430)Aaron Robinson1-6/+4
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall1-2/+2
2018-04-11Fix cmake toolchain compile flags loop (#17380)Petr Bred1-1/+2
2018-03-31[Arm64] Add x64_arm64 crossgen to tools packageSteve MacLean1-1/+1
2018-02-11Improve CMake detection on Windows when not in PATH (#16328)Jan Kotas1-2/+8
2017-06-06Rename CMAKE_ENABLE_CODE_COVERAGE to CLR_CMAKE_ENABLE_CODE_COVERAGE (#12106)Omair Majid1-1/+1
2017-05-10Fix clang version detection in src/pal/tools/gen-buildsys-clang.sh (#11398)Jan Vorlicek1-1/+1
2017-04-12Change default clang version to clang3.9 in cross build (#10889)Jiyoung Giuliana Yun1-3/+7
2017-04-04Pass crossbuild and linux-id to CMakeLists.txt using CMake arguments (#10686)Hyeongseok Oh1-0/+11
2017-03-22Add handling of multiple CMake installations in probe-win (#9980)Luis G1-2/+6
2017-03-16Removed check for the maximum quantity of arguments (#10232)Buyduck1-1/+1
2017-03-06Updating the build scripts to support VS2017.Tanner Gooding1-1/+2
2017-01-31Use -O1 optimization for arm and armelHyung-Kyu Choi2-1/+27
2017-01-06Use POSIX "command" instead of non-standard "which" (#8823)Jürgen Hötzel1-13/+13
2017-01-05Use x86 crossbuild for cross-architecture component on x64-linux (#8722)Hyeongseok Oh1-11/+10
2017-01-05Use armel instead of arm-softfp (#8771)Hyung-Kyu Choi1-1/+1
2016-12-17Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build (...Jan Kotas1-1/+1
2016-12-16Fix buildsystem for linux cross-architecture component build (#8646)Hyeongseok Oh1-9/+13
2016-09-22Supports cross build configuration override (#7307)Jonghyun Park1-2/+5
2016-09-01Revert "Avoid using 'which' for verifying prereqs"Jan Kotas1-47/+45
2016-08-31Avoid using 'which' for verifying prereqs (#6994)Aditya Mandaleeka1-45/+47
2016-08-24Merge pull request #6883 from gkhanna79/WinArm32Gaurav Khanna1-1/+1
2016-08-24Update build to optionally configure with nmakeMichelle McDaniel1-0/+2
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-1/+1
2016-07-06Fix incremental build problem for cross-componentsRahul Kumar1-19/+17
2016-06-08Linux/ARM: Revert -O1 to -O3 for Linux/ARM Release Build. (#5598)Geunsik Lim1-11/+4
2016-05-11Linux/ARM: Use -O1 level to avoid segfault in release-build for Linux/ARM (#4...Geunsik Lim1-2/+11
2016-04-18enable build of cross target components.Rahul Kumar2-6/+5
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin1-6/+7
2016-04-05For Issue #3785 Arm Soft FP support: arguments and return values are passed i...Andrey Kvochko1-0/+3
2016-03-01Enable source/line info on "release" buildsMike McLaughlin2-6/+6
2016-02-20Fix misleading typoJuergen Hoetzel1-1/+1