summaryrefslogtreecommitdiff
path: root/Modules/CMakeFindBinUtils.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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