summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineSystem.cmake
Commit message (Expand)AuthorAgeFilesLines
* Warn if CMAKE_CROSSCOMPILING is true without CMAKE_SYSTEM_NAME setMartin Storsjö2023-03-241-0/+7
* Modules: Record system inspection steps in the configure logBrad King2023-01-181-6/+7
* CMakeDetermineSystem: use execute_process() vs. exec_program()Michael Hirsch2022-11-131-14/+38
* CMakeDetermineSystem: Remove unreachable codeCraig Scott2022-05-081-1/+0
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+2
* Refactor: Add cmSystemTools::GetSystemName()Kyle Edwards2021-03-151-31/+8
* macOS: Offer control over host architecture on Apple Silicon hostsBrad King2020-12-101-9/+28
* macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-4/+15
* Android: add support for native compilation, such as with the Termux appButta2019-10-151-1/+1
* Remove now-unused code once used on IRIXBrad King2019-01-111-1/+0
* Various typo fixesLuz Paz2018-01-041-1/+1
* AIX: Properly detect host system versionGregor Jasny2017-03-291-1/+9
* Use looked up uname path for command executionGregor Jasny2017-02-191-4/+4
* Make CMAKE_HOST_SYSTEM_NAME available in scripting contextGregor Jasny2017-02-191-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CMakeDetermineSystem: Load platform-specific helper modulesBrad King2016-08-121-0/+1
* Allow CMAKE_SYSTEM_VERSION to be set without CMAKE_SYSTEM_NAMEGilles Khouzam2015-10-021-1/+3
* Allow CMAKE_TOOLCHAIN_FILE to be an empty stringAndrey Pokrovskiy2015-04-221-1/+1
* Fix CMAKE_HOST_SYSTEM_PROCESSOR detection on GNU/Hurd (#15147)Felix Geyer2014-09-101-1/+1
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* OS X: Use 'uname -m' for processor (#14712)Brad King2014-01-201-1/+6
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* fix Windows processor detectionRolf Eike Beer2013-03-061-1/+1
* properly detect processor architecture on WindowsRolf Eike Beer2013-02-251-1/+5
* VS: Make DetermineCompilerId working with WinCE tooPatrick Gansterer2012-11-271-0/+6
* Make platform information files specific to the CMake versionBrad King2012-08-241-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-23/+23
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-86/+86
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-26/+26
* OpenBSD: Use 'arch -s' for host processor (#12143)Brad King2011-05-021-2/+5
* Use 'uname -m' for processor on Cygwin (#10774)Yaakov Selkowitz2010-09-211-3/+3
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Support GNU/kFreeBSDBrad King2009-10-051-0/+6
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* STYLE: don't use an extra file to generate CMakeSystem.cmake but insteadAlexander Neundorf2007-08-151-19/+10
* ENH: set UNIX, WIN32 and APPLE in cmMakefile.cxx as it was before, so itAlexander Neundorf2007-08-101-13/+0
* ENH: UNIX, CYGWIN, WIN32, APPLE, QNXNTO and BEOS are not longer set inAlexander Neundorf2007-08-091-5/+18
* ENH: determine the current system also in cpack, so the search paths areAlexander Neundorf2007-07-241-32/+37
* ENH: also load a processor-specific file if existsAlexander Neundorf2007-06-051-11/+22
* ENH: always provide CMAKE_SYSTEM_XXX() and MAKE_HOST_SYSTEM_XXX() variables,Alexander Neundorf2007-05-291-59/+78
* BUG: now the toolchain file is configured into the buildtree, otherwise e.g.Alexander Neundorf2007-05-221-8/+17
* STYLE: use a separate source file for generating CMakeSystem.cmake if CMAKE_T...Alexander Neundorf2007-05-211-2/+9
* BUG: Use @ONLY substitution to configure CMakeSystem.cmake.Brad King2007-05-201-1/+1
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-28/+51
* ENH: better processor detection on linuxBill Hoffman2007-02-211-6/+11
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+3
* ENH: check return value for uname -pBill Hoffman2006-05-141-4/+4
* ENH: check return value for uname -pBill Hoffman2006-05-141-6/+9
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2