summaryrefslogtreecommitdiff
path: root/Modules/TestBigEndian.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-7/+0
* Modules: Use new SOURCES_FROM_* try_compile (2/2)Matthew Woehlke2022-09-271-10/+7
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-2/+1
* TestBigEndian: Re-implement using byte order detected from ABI checkBrad King2020-11-061-8/+28
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-8/+9
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-12/+13
* TestBigEndian: Include CheckTypeSize outside macroCristian Adam2018-04-241-2/+2
* TestBigEndian: Fix to work with CXX without CUwe Koloska2017-02-151-7/+19
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* TestBigEndian: Log success to CMakeOutput.log, not CMakeError.logPaweł Stankowski2016-03-211-1/+1
* Modules/Test*.cmake: Use if(DEFINED) to simplify conditionsBrad King2014-09-111-1/+1
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-3/+10
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-16/+16
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-60/+60
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* 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/+13
* ENH: for universal binaries return the endianess based on the processorAlexander Neundorf2007-08-131-8/+18
* COMP: turn error into warning for nowAlexander Neundorf2007-08-121-2/+2
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-101-30/+78
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-011-1/+1
* ENH: add compiler id for IAR compiler (http://www.iar.com/)Alexander Neundorf2007-05-241-0/+4
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-5/+5
* ENH: add documentation support for modulesBill Hoffman2005-12-141-3/+3
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-5/+5
* BUG: fix some missing quotes for STREQUAL IF statementsKen Martin2005-06-201-2/+2
* ENH: fix for 1450Bill Hoffman2005-02-091-0/+3
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C...Andy Cedilnik2003-08-081-8/+26
* ENH: Extra new line after outputAndy Cedilnik2003-07-171-1/+1
* ENH: Replace WRITE_FILE with FILE(WRITE and FILE(APPEND. Replace MAKE_DIRECTO...Andy Cedilnik2003-07-111-6/+5
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows proje...Bill Hoffman2002-12-171-2/+2
* Add append to write_fileAndy Cedilnik2002-10-291-1/+2
* Add test for big endianAndy Cedilnik2002-10-011-0/+16