summaryrefslogtreecommitdiffstats
path: root/Modules/FindThreads.cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* ENH: improve TRY_RUN() for crosscompiling: instead of just failing, it nowAlexander Neundorf2007-06-011-1/+1
| | | | | | | | | | | | | | | creates two cache variables, one for the RUN_RESULT, one for the RUN_OUTPUT (if required), which can be set or preset by the user. It has now also two new arguments: RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE (the old OUTPUT_VARIABLE merges both), so if only COMPILE_OUTPUT_VARIABLE is used the run time output of the TRY_RUN is unused and the user doesn't have to care about the output when crosscompiling. This is now used in FindThreads.cmake, CheckC/CXXSourceRuns.cmake and TestBigEndian.cmake, which used the output only for the logfile (compile output is still there). Test/TryCompile/ now also tests the behaviour of OUTPUT_VARIABLE, RUN_OUTPUT_VARIABLE and COMPILE_OUTPUT_VARIABLE. Alex
* 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
| | | | according to the man page.
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-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