summaryrefslogtreecommitdiff
path: root/Modules/CheckTypeSize.cmake
Commit message (Expand)AuthorAgeFilesLines
* ENH: allow users to turn off extra checksBill Hoffman2008-04-251-4/+10
* ENH: make sure all required headers are checked before checking type sizeBill Hoffman2008-04-251-1/+13
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-101-1/+1
* STYLE: remove out commented codeAlexander Neundorf2007-06-071-7/+5
* ENH: determine typesize by compiling a file and reading strings from the comp...Alexander Neundorf2007-06-041-54/+72
* STYLE: remove debug output, fix indentationAlexander Neundorf2007-05-241-52/+50
* COMP: try to fix the test failures on dash2Alexander Neundorf2007-05-241-0/+2
* ENH: Use IF(NOT DEFINED) check to short-circuit size test.Brad King2007-05-171-2/+2
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-0/+2
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-5/+5
* ENH: Added CMAKE_REQUIRED_DEFINITIONS and CMAKE_REQUIRED_INCLUDES to the inte...Brad King2006-02-141-1/+17
* ENH: fix check type sizeBill Hoffman2006-01-221-0/+1
* ENH: fix checktypesizeBill Hoffman2006-01-131-1/+2
* ENH: move define into configured file and do not use the command lineBill Hoffman2006-01-121-2/+2
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-3/+3
* ENH: some style fixes for the bookKen Martin2005-12-151-1/+1
* ENH: add documentation support for modulesBill Hoffman2005-12-141-5/+4
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
* ENH: Add option of adding random include files before doing CheckTypeSizeAndy Cedilnik2004-10-051-2/+10
* ENH: support STDDEF and cleanupAndy Cedilnik2004-05-031-7/+6
* ENH: Documentation fixAndy Cedilnik2003-10-131-0/+1
* ENH: Cleanups and add missing CMakeOutput.log and CMakeError.log appending. C...Andy Cedilnik2003-08-081-0/+2
* 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-11/+10
* BUG: Should test HAVE_<VARIABLE> before repeating test, not just whether <VAR...Brad King2003-03-061-2/+2
* minor fix to backw compatKen Martin2003-01-091-0/+2
* Remove debugAndy Cedilnik2003-01-031-1/+0
* Fix problems with required flagsAndy Cedilnik2003-01-031-2/+3
* Add required flagsAndy Cedilnik2003-01-031-1/+2
* To prevent cmake from breaking up arguments, put quotes around themAndy Cedilnik2003-01-011-1/+1
* Add a way to add custom libraries to the mixAndy Cedilnik2003-01-011-0/+5
* ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency wit...Brad King2002-12-301-0/+34