summaryrefslogtreecommitdiff
path: root/Modules/FindThreads.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* STYLE: use FIND_PACKAGE_HANDLE_STANDARD_ARGS() also in FindMPI.cmakeAlexander Neundorf2007-08-061-1/+0
* STYLE: don't use FIND_INCLUDE_FILE() but only FIND_INCLUDE_FILES() inAlexander Neundorf2007-07-311-2/+1
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-011-1/+1
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-2/+4
* ENH: cleanupsKen Martin2005-12-151-5/+5
* ENH: add documentation support for modulesBill Hoffman2005-12-141-6/+6
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-2/+2
* BUG: Fix try-compile for sys/prctl.h. It needs to include sys/types.h first ...Brad King2005-04-261-1/+2
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-261-2/+2
* ERR: Reorganize to try to fix the -pthread problem on some systemsAndy Cedilnik2003-08-221-28/+43
* ENH: On apple use -lpthreadsAndy Cedilnik2003-08-061-19/+21
* ENH: MAke it work on FreeBSDAndy Cedilnik2003-08-011-5/+0
* ENH: Do better test for pthreadsAndy Cedilnik2003-08-011-14/+39
* BUG: fix for thread and cache overrideBill Hoffman2002-11-181-25/+25
* fix thread logicBill Hoffman2002-11-151-18/+20
* add find threads checkBill Hoffman2002-11-121-0/+68