summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineSystem.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix number of argumentsBill Hoffman2004-12-161-1/+1
* ENH: fix for OpenBSDBill Hoffman2004-12-161-0/+2
* ERR: On systems where uname does not support -p, try -m. Fixes Bug #426 - CMA...Andy Cedilnik2003-12-291-0/+6
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C...Andy Cedilnik2003-08-081-0/+3
* ENH: set CMAKE_SYSTEM_VERSION for windowsBill Hoffman2003-07-161-1/+0
* ENH: add processor type of win32Bill Hoffman2003-06-111-1/+1
* ENH: add CMAKE_SYSTEM_PROCESSORBill Hoffman2003-06-111-1/+3
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-1/+1
* Complete rework of makefile generators expect troubleBill Hoffman2002-11-081-1/+3
* *** empty log message ***Bill Hoffman2002-10-251-1/+2
* closer to removing autoconfBill Hoffman2002-10-231-1/+3