summaryrefslogtreecommitdiff
path: root/Modules/FindCUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* | FindCUDA: Fix a typoBen Boeckel2014-03-081-1/+1
|/
* FindCUDA: Fix literal block formattingBrad King2014-01-291-161/+4
* added support for arm cross compilation with CUDA 5.5:Vladislav Vinogradov2013-10-241-8/+40
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-281/+449
* FindCUDA: Fix NPP library search for CUDA 5.5Vladislav Vinogradov2013-10-111-1/+16
* FindCUDA: Always list custom command outputs in their targetsBrad King2013-09-131-16/+1
* FindCUDA: Search for libraries in <prefix>/lib/<arch>/nvidida-current.Robert Maynard2013-07-221-1/+5
* Merge topic 'Cuda_WRAP_SRCS_duplicates'Brad King2013-05-161-0/+3
|\
| * FindCUDA: Remove duplicate entries from INCLUDE_DIRECTORIES.Marcel Loose2013-04-181-0/+3
* | FindCUDA: CUDA_COMPUTE_BUILD_PATH uses relative paths to binary dir.Mathias Gaunard2013-04-181-1/+7
|/
* 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-051-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-051-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-051-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