summaryrefslogtreecommitdiff
path: root/Modules/CMakeFindBinUtils.cmake
Commit message (Expand)AuthorAgeFilesLines
* MSVC: Use 'lib' instead of 'link /lib' to create static librariesFrancisco Facioni2020-03-031-0/+1
* FindBinUtils: Revert "Use the compiler to get the path to compiler tools"Brad King2019-11-071-59/+11
* CMakeFindBinUtils: Remove unnecessary variable unset callsBrad King2019-10-151-12/+0
* FindBinUtils: Use the compiler to get the path to compiler toolsIsuru Fernando2019-09-261-11/+59
* Use _CMAKE_TOOLCHAIN_PREFIX for install_name_tool as wellIsuru Fernando2019-09-181-1/+1
* Clang: prefer lld-link over link.exeZsolt Parragi2019-08-271-1/+17
* CMakeFindBinUtils: add some more binutilsNorbert Lange2019-07-241-1/+7
* CMakeFindBinUtils: add missing llvm alternativesNorbert Lange2019-07-241-6/+9
* CMakeFindBinUtils: Rename and unset variables for additional namesNorbert Lange2019-07-231-13/+14
* binutils: add the llvm-* variants to the tool lists.Zsolt Parragi2019-05-171-5/+16
* MSVC: Respect CMAKE_RC_COMPILER and CMAKE_MT in vs_link_{dll,exe}Mateusz Zych2018-10-291-16/+36
* CUDA: Find CMAKE_LINKER on WindowsBrad King2018-10-291-0/+1
* CMakeFindBinUtils: Fix use with non-cached tool settingsBrad King2018-09-051-3/+15
* CMakeFindBinUtils: Find linker in PATHxoviat2018-02-211-0/+19
* CMakeFindBinUtils: Improve switch between MSVC- and GNU-like toolsBrad King2017-11-281-10/+3
* Windows-PGI: Add platform definitionsChristian Pfeiffer2017-05-201-0/+4
* CUDA: Find MSVC binutils on WindowsBrad King2017-01-121-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Avoid if() quoted auto-dereference when checking for "MSVC"Fraser Hutchison2014-11-191-5/+5
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-6/+6
* VS: Detect compiler id of Nsight Tegra-Android toolchainsBrad King2014-09-291-1/+2
* OS X: Only search for install_name_tool if the toolchain has itFlorent Castelli2014-07-021-3/+1
* Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-191-1/+6
* Intel: When simulating MSVC, re-use Windows-MSVC (#14476)Brad King2013-10-181-0/+1
* Clang: Support Windows variants for GNU and MSVC (#13035, #14458)Brad King2013-10-041-2/+4
* TI compiler: add automatic detection of prefix and suffixesAlex Neundorf2013-03-141-7/+2
* rename TI_DSP toolchain to TI, since it works also for the ARM compilerAlex Neundorf2013-03-141-0/+5
* Remove CMake multiline block-end command argumentsMarcin Wojdyr2012-08-151-6/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-3/+3
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-23/+23
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+12
* ENH: Cleanup Find* modules with new HINTS featureBrad King2008-06-091-22/+9
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-13/+0
* ENH: Cleanup chrpath feature by not displaying exe format or placing non-adva...Brad King2008-01-211-1/+1
* STYLE: fix infinished commentAlexander Neundorf2008-01-151-1/+2
* BUG: according to the binutils mailing list chrpath doesn't work when crossAlexander Neundorf2008-01-141-2/+3
* ENH: check the magic code of the executable file to determine the executableAlexander Neundorf2008-01-021-4/+4
* BUG: make CMAKE_USE_CHRPATH a simple variable instead an option, since anAlexander Neundorf2007-12-191-1/+1
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-0/+10
* STYLE: don't use an extra file to generate CMakeSystem.cmake but insteadAlexander Neundorf2007-08-151-1/+11
* COMP: with visual studio it's no error if link isn't foundAlexander Neundorf2007-07-021-4/+0
* BUG: with MS Visual Studio currently there is no compiler id, so check theAlexander Neundorf2007-07-021-3/+10
* BUG: always search for ar, ranlib, etc. except under MSVC -> this should fix ...Alexander Neundorf2007-05-211-14/+18
* COMP: if a new cmake runs on an old build tree, set CMAKE_LINKER to link to m...Alexander Neundorf2007-05-181-0/+4
* ENH: fail if install_name_tool wasn't foundAlexander Neundorf2007-05-171-0/+4
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-0/+52