summaryrefslogtreecommitdiffstats
path: root/Modules/FindCUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindCUDA.cmake/SeparableCompilation'Brad King2013-03-181-13/+28
|\
| * FindCUDA: Use the PRE_LINK mode only for MSVC >= 10James Bigler2013-03-141-13/+28
* | Merge topic 'FindCUDA.cmake/AddCUDA_cupti_LIBRARY'Brad King2013-03-121-7/+26
|\ \
| * | FindCUDA: Added cupti library.James Bigler2013-03-121-7/+26
* | | Merge topic 'FindCUDA.cmake/SeparableCompilation'Brad King2013-03-121-1/+150
|\ \ \ | | |/ | |/|
| * | FindCUDA: Add support for separable compilationJames Bigler2013-03-121-1/+150
| |/
* | FindCUDA: Remove linkage against CUDA driver library (#13084)James Bigler2013-03-121-5/+0
|/
* Merge topic 'topics/FindCUDA/Add-CUDA_HOST_COMPILER'David Cole2012-09-181-5/+17
|\
| * FindCUDA: Added CUDA_HOST_COMPILER variable.James Bigler2012-08-201-5/+17
* | Merge topic 'topics/FindCUDA/Add-CUDA_SOURCE_PROPERTY_FORMAT'David Cole2012-08-241-19/+29
|\ \
| * | Added CUDA_SOURCE_PROPERTY_FORMAT. Allows setting per file format (OBJ or PTX)James Bigler2012-08-201-19/+29
* | | Merge topic 'topics/FindCUDA/Fix-g3-again'David Cole2012-08-241-1/+11
|\ \ \ | |/ / |/| |
| * | Replace -g3 with -g for CUDA 4.1 and 4.2 in addition to CUDA < 3.0.James Bigler2012-06-191-1/+11
| |/
* | use the find_* functions ENV parameterRolf Eike Beer2012-08-141-1/+3
* | Remove CMake-language block-end command argumentsKitware Robot2012-08-131-33/+33
* | Convert CMake-language commands to lower caseKitware Robot2012-08-131-1/+1
* | fix some typosRolf Eike Beer2012-06-191-1/+1
|/
* fix the same typos as found by Debian in other places, tooRolf Eike Beer2012-02-181-1/+1
* Added support for curand, cusparse, npp, nvcuenc and nvcuvid libraries.James Bigler2011-12-201-1/+30
* Merge topic 'topics/FindCUDA/Misc-fixes'David Cole2011-12-071-10/+11
|\
| * Miscellaneous fixes.James Bigler2011-12-061-10/+11
* | Merge topic 'topics/FindCUDA/Multi-dir-clash'David Cole2011-12-071-10/+54
|\ \
| * | Make CUDA working directory unique for each target.James Bigler2011-12-061-10/+54
| |/
* | Merge topic 'topics/FindCUDA/Quote-fixes'David Cole2011-12-061-6/+6
|\ \
| * | Fixes for handling quotes in args and other places (Fix Bug 11726 and 12099).James Bigler2011-12-061-6/+6
| |/
* | Merge topic 'topics/FindCUDA/linux-double-build'David Cole2011-12-061-0/+2
|\ \
| * | Reset dependency file list when a dependency disappeared.James Bigler2011-12-051-0/+2
| |/
* | Added support for CUDA_PATH which is present in the CUDA toolkit 3.2 onward.James Bigler2011-12-051-11/+14
|/
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Merge topic 'AddCMAKE_CURRENT_LIST_DIR'David Cole2010-10-191-1/+1
|\
| * Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* | Merge topic 'FindCUDA-allow-g3'Brad King2010-10-051-2/+2
|\ \
| * | Allow -g3 for CUDA v3.0+.James Bigler2010-10-041-2/+2
| |/
* | Fix for bug 0011263.James Bigler2010-10-041-1/+3
|/
* Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+.James Bigler2010-09-101-3/+22
* Improved version checking for FindCUDA using the new mode of FPHSAAlex Neundorf2010-08-071-29/+8
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-2/+2
* Merge branch 'CudaRTEmuLibraryForCUDA30'Brad King2010-06-241-2/+23
|\
| * Add support for the emulation version of the cudart library.James Bigler2010-06-211-2/+23
* | CUDA_VERSION variable passed to REGEX needs quotes to work when not defined.James Bigler2010-06-151-2/+2
* | Fixed: CUDA_VERSION_MAJOR/MINOR now computed after first run.James Bigler2010-05-121-0/+4
|/
* Add -rpath for cuda libraries on Apple. They use @rpath in the library link ...James Bigler2010-01-281-0/+8
* Updated the documentation on what kinds of flags you can use when setting tar...James Bigler2010-01-281-3/+6
* Changed warning string to use the WARNING flag.James Bigler2010-01-081-1/+1
* Disable the --host-compilation flag for CUDA >= 3.0 since it is derecated.James Bigler2010-01-081-1/+5
* Fix #9970: Use execute_process instead of deprecated exec_program.James Bigler2009-12-011-1/+1
* Fix -fPIC from being used on executable object files.James Bigler2009-11-041-14/+36
* Look for nvcc in the 32 bit bin directory before the 64 bin directory.James Bigler2009-10-271-2/+2
* Fix Xcode build.James Bigler2009-10-071-0/+2