summaryrefslogtreecommitdiffstats
path: root/Modules/FindCUDA.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updated copyright notice to conform to NVIDIA guidelines.James Bigler2009-10-051-2/+1
* Removed support for cutil library and header file.James Bigler2009-09-291-41/+54
* Fixed CUDA_PROPAGATE_HOST_FLAGS, added path for Mac SDK.James Bigler2009-09-291-15/+22
* Convert newlines from CRLF to LFBrad King2009-09-251-1205/+1205
* Documentation fixes, new CUDA_PROPAGATE_HOST_FLAGS, changed output directory.James Bigler2009-09-251-136/+168
* Updated formatting of documentation plus a little reorganization.James Bigler2009-09-231-141/+145
* Initial version of FindCUDA script. Still needs documentation formatting.James Bigler2009-09-151-0/+1169