summaryrefslogtreecommitdiffstats
path: root/Modules/CheckSizeOf.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Renamed Modules/CheckSizeOf to Modules/CheckTypeSize for consistency ↵Brad King2002-12-301-34/+4
| | | | with the macro name that is defined by the module.
* ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows ↵Bill Hoffman2002-12-171-2/+2
| | | | projects within projects to have different languages
* ENH: Don't repeat check even if answer was no.Brad King2002-12-131-2/+2
|
* Add more messages, make messages look the same, add checks if test was ↵Andy Cedilnik2002-11-181-19/+24
| | | | already successfull
* ENH: add status messagesBill Hoffman2002-11-131-1/+2
|
* Add append to write_fileAndy Cedilnik2002-10-291-1/+2
|
* Fix modules for recent changesAndy Cedilnik2002-09-251-1/+1
|
* Improve check size of. Now it checks for some header files before trying to ↵Andy Cedilnik2002-09-241-1/+9
| | | | check types
* Fix tests for new trycompile and tryrunAndy Cedilnik2002-09-201-5/+3
|
* Add two commonly used modules. First one checks if the function exists, the ↵Andy Cedilnik2002-09-201-0/+21
second one checks the size of type