summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Convert FindCUDA helper newlines from CRLF to LFBrad King2009-09-282-309/+309
* Correct comments and use ASM${ASM_DIALECT} env. var instead of ASM env. var t...Alexander Neundorf2009-09-261-5/+5
* document the RUBY_VERSION variableAlexander Neundorf2009-09-261-0/+1
* Convert newlines from CRLF to LFBrad King2009-09-253-1447/+1447
* Documentation fixes, new CUDA_PROPAGATE_HOST_FLAGS, changed output directory.James Bigler2009-09-251-136/+168
* BUG: Fix issue #8177. Modify the system PATH for all users when requested dur...David Cole2009-09-241-8/+29
* Updated formatting of documentation plus a little reorganization.James Bigler2009-09-231-141/+145
* Added a command to make the output directory. This is to fix the XCode build...James Bigler2009-09-231-0/+6
* add support for finding qcollectiongenerator executable. fixes #9248.Clinton Stimpson2009-09-221-9/+17
* Add support for Qt configured with custom qtlibinfix (see issue 9571). Also ...Clinton Stimpson2009-09-221-35/+36
* Skip implicit link info for multiple OS X archsBrad King2009-09-221-2/+6
* Make Boost easier to findPhilip Lowman2009-09-211-1/+4
* Fix issue 9581. Qt 4.5+ needs gobject-2.0.Clinton Stimpson2009-09-211-0/+27
* Add a blank line to my contributed find modules to prevent copyright info fro...Philip Lowman2009-09-214-15/+15
* Fix Bug #9158: FindBoost.cmake does not work properly with nmake and iclPhilip Lowman2009-09-211-10/+11
* Fix glitch where we were accidently unsetting CMAKE_FIND_LIBRARY_PREFIXESPhilip Lowman2009-09-201-1/+1
* Forgot to mark Protobuf cache variables as advancedPhilip Lowman2009-09-201-0/+5
* [NEW Module] FindAlsa audio library (Advanced Linux Sound Architecture)Philip Lowman2009-09-201-0/+32
* [NEW Module] Find and use Google's Protocol Buffers library & compilerPhilip Lowman2009-09-201-0/+106
* Fix boost library detection with Sun Studio compiler (Issue #9153)Philip Lowman2009-09-201-0/+2
* Improve readabilityPhilip Lowman2009-09-201-16/+27
* Fix check for -isysroot on OS XBrad King2009-09-196-14/+26
* The preprocessing and assembly rules also need the <DEFINES>, otherwise diffe...Alexander Neundorf2009-09-192-4/+4
* Add detection of gcc versions that do not support isysroot option and do not ...Bill Hoffman2009-09-181-0/+14
* Better error message tells user possible ways to resolve the error.David Cole2009-09-181-1/+1
* Fix CHECK_(C|CXX)_COMPILER_FLAG for XL and SunProBrad King2009-09-182-2/+6
* Fix CHECK_(C|CXX)_COMPILER_FLAG for HPBrad King2009-09-172-0/+2
* Fix CHECK_(C|CXX)_COMPILER_FLAG for GNU and MSVCBrad King2009-09-172-2/+10
* Add FAIL_REGEX to CHECK_(C|CXX)_SOURCE_COMPILESBrad King2009-09-172-2/+41
* Cleanup generic compiler check macro documentationBrad King2009-09-176-36/+30
* The check for include dirs and builtin macros also works with the Intel compilerAlexander Neundorf2009-09-171-11/+15
* Fix for bug #9466. Change the implementation of OSX arch lists. If no ARCHs...Bill Hoffman2009-09-171-5/+1
* Put compiler defined macros into eclipse project filesAlexander Neundorf2009-09-161-5/+20
* Bug #09476, add more search paths for jni.Bill Hoffman2009-09-161-1/+12
* Fix for bug#9553, print a warning if pkg-config is not found.Bill Hoffman2009-09-161-0/+5
* Fix XL C++ compiler flags on LinuxBrad King2009-09-162-0/+6
* Initial version of FindCUDA script. Still needs documentation formatting.James Bigler2009-09-154-0/+1577
* fix #9152: find ZLIB quietly if PNG is searched QUIETLYAlexander Neundorf2009-09-141-2/+7
* Change FindPythonLibs to use the standard _DIR instead of _PATH but stay back...Bill Hoffman2009-09-141-14/+27
* major improvement of FindRuby.cmakeAlexander Neundorf2009-09-121-38/+188
* use HINTS instead of PATHS and also look for libruby-static.a (which is built...Alexander Neundorf2009-09-121-3/+3
* Don't pass *.S files to the assembler, they must go through gcc, because they...Alexander Neundorf2009-09-121-1/+3
* Bias Fortran compiler search with C/C++ compilersBrad King2009-09-091-0/+35
* Missed another CMAKE_CFG_INTDIR reference in the previously previous commit.David Cole2009-09-081-0/+1
* Missed a CMAKE_CFG_INTDIR reference in the previous commit.David Cole2009-09-081-1/+1
* Drop old CMake "build settings" export/importBrad King2009-09-084-282/+32
* Use more verbose/descriptive names for the "public API" functions in the Exte...David Cole2009-09-081-57/+63
* Oops. Close strings with double quotes. Where they're supposed to be.David Cole2009-09-041-2/+2
* Add MPICH2 and Microsoft HPC paths, add paths to find mpiexec. Now it works b...David Cole2009-09-041-8/+16
* some white space fixes for the bookKen Martin2009-09-032-9/+12