summaryrefslogtreecommitdiffstats
path: root/Modules/CheckTypeSize.c.in
Commit message (Collapse)AuthorAgeFilesLines
* New CheckTypeSize for OS X Universal BinariesBrad King2009-12-171-0/+37
| | | | | | We re-implement this module to support architecture-dependent type sizes. In the mixed-size case we generate C preprocessor code to select the detected type size for each architecture.
* STYLE: remove unused CheckTypeSize.c.inAlexander Neundorf2007-08-101-34/+0
| | | | | | | | ENH: change test for endianess from TRY_RUN() to TRY_COMPILE() by testing the binary image of a 16bit integer array, tested on Linux x86, Intel Mac and Sun (big endian) Alex
* ENH: fix checktypesizeBill Hoffman2006-01-131-1/+2
|
* ENH: move define into configured file and do not use the command lineBill Hoffman2006-01-131-2/+1
|
* ENH: Add option of adding random include files before doing CheckTypeSizeAndy Cedilnik2004-10-051-0/+34