index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindCUDA.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'release-doc-formatting' into doc-formatting
Brad King
2014-11-06
1
-4/+4
|
\
|
*
Modules: Wrap long lines in pre-formatted documentation blocks
Brad King
2014-11-06
1
-4/+4
*
|
FindCUDA: Remove rpath logic outdated by CMake's own @rpath support
Clinton Stimpson
2014-10-22
1
-12/+0
|
/
*
FindCUDA: Avoid if() auto-dereference in string comparisons
Adam Strzelecki
2014-09-24
1
-7/+7
*
FindCUDA: Fix OSX Clang & no C language enabled
Adam Strzelecki
2014-06-30
1
-2/+12
*
Do not change minimum required version in modules
Daniele E. Domenichelli
2014-05-19
1
-5/+0
*
Merge topic 'FindCUDA-separable-compilation-flags'
Brad King
2014-05-19
1
-0/+9
|
\
|
*
FindCUDA: Use CUDA_NVCC_FLAGS* for separable compilation
James Bigler
2014-05-19
1
-0/+9
*
|
FindCUDA: Add support for compilation to fatbin & cubin modules
Tobias Zirr
2014-04-30
1
-29/+60
*
|
Remove .* expressions from beginning and end of MATCHES regexs
Rolf Eike Beer
2014-04-14
1
-1/+1
*
|
FindCUDA: Fix a typo
Ben Boeckel
2014-03-08
1
-1/+1
|
/
*
FindCUDA: Fix literal block formatting
Brad King
2014-01-29
1
-161/+4
*
added support for arm cross compilation with CUDA 5.5:
Vladislav Vinogradov
2013-10-24
1
-8/+40
*
Convert builtin help to reStructuredText source files
Kitware Robot
2013-10-15
1
-281/+449
*
FindCUDA: Fix NPP library search for CUDA 5.5
Vladislav Vinogradov
2013-10-11
1
-1/+16
*
FindCUDA: Always list custom command outputs in their targets
Brad King
2013-09-13
1
-16/+1
*
FindCUDA: Search for libraries in <prefix>/lib/<arch>/nvidida-current.
Robert Maynard
2013-07-22
1
-1/+5
*
Merge topic 'Cuda_WRAP_SRCS_duplicates'
Brad King
2013-05-16
1
-0/+3
|
\
|
*
FindCUDA: Remove duplicate entries from INCLUDE_DIRECTORIES.
Marcel Loose
2013-04-18
1
-0/+3
*
|
FindCUDA: CUDA_COMPUTE_BUILD_PATH uses relative paths to binary dir.
Mathias Gaunard
2013-04-18
1
-1/+7
|
/
*
Merge topic 'FindCUDA.cmake/SeparableCompilation'
Brad King
2013-03-18
1
-13/+28
|
\
|
*
FindCUDA: Use the PRE_LINK mode only for MSVC >= 10
James Bigler
2013-03-14
1
-13/+28
*
|
Merge topic 'FindCUDA.cmake/AddCUDA_cupti_LIBRARY'
Brad King
2013-03-12
1
-7/+26
|
\
\
|
*
|
FindCUDA: Added cupti library.
James Bigler
2013-03-12
1
-7/+26
*
|
|
Merge topic 'FindCUDA.cmake/SeparableCompilation'
Brad King
2013-03-12
1
-1/+150
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FindCUDA: Add support for separable compilation
James Bigler
2013-03-12
1
-1/+150
|
|
/
*
|
FindCUDA: Remove linkage against CUDA driver library (#13084)
James Bigler
2013-03-12
1
-5/+0
|
/
*
Merge topic 'topics/FindCUDA/Add-CUDA_HOST_COMPILER'
David Cole
2012-09-18
1
-5/+17
|
\
|
*
FindCUDA: Added CUDA_HOST_COMPILER variable.
James Bigler
2012-08-20
1
-5/+17
*
|
Merge topic 'topics/FindCUDA/Add-CUDA_SOURCE_PROPERTY_FORMAT'
David Cole
2012-08-24
1
-19/+29
|
\
\
|
*
|
Added CUDA_SOURCE_PROPERTY_FORMAT. Allows setting per file format (OBJ or PTX)
James Bigler
2012-08-20
1
-19/+29
*
|
|
Merge topic 'topics/FindCUDA/Fix-g3-again'
David Cole
2012-08-24
1
-1/+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Replace -g3 with -g for CUDA 4.1 and 4.2 in addition to CUDA < 3.0.
James Bigler
2012-06-19
1
-1/+11
|
|
/
*
|
use the find_* functions ENV parameter
Rolf Eike Beer
2012-08-14
1
-1/+3
*
|
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-33/+33
*
|
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
1
-1/+1
*
|
fix some typos
Rolf Eike Beer
2012-06-19
1
-1/+1
|
/
*
fix the same typos as found by Debian in other places, too
Rolf Eike Beer
2012-02-18
1
-1/+1
*
Added support for curand, cusparse, npp, nvcuenc and nvcuvid libraries.
James Bigler
2011-12-20
1
-1/+30
*
Merge topic 'topics/FindCUDA/Misc-fixes'
David Cole
2011-12-07
1
-10/+11
|
\
|
*
Miscellaneous fixes.
James Bigler
2011-12-06
1
-10/+11
*
|
Merge topic 'topics/FindCUDA/Multi-dir-clash'
David Cole
2011-12-07
1
-10/+54
|
\
\
|
*
|
Make CUDA working directory unique for each target.
James Bigler
2011-12-06
1
-10/+54
|
|
/
*
|
Merge topic 'topics/FindCUDA/Quote-fixes'
David Cole
2011-12-06
1
-6/+6
|
\
\
|
*
|
Fixes for handling quotes in args and other places (Fix Bug 11726 and 12099).
James Bigler
2011-12-06
1
-6/+6
|
|
/
*
|
Merge topic 'topics/FindCUDA/linux-double-build'
David Cole
2011-12-06
1
-0/+2
|
\
\
|
*
|
Reset dependency file list when a dependency disappeared.
James Bigler
2011-12-05
1
-0/+2
|
|
/
*
|
Added support for CUDA_PATH which is present in the CUDA toolkit 3.2 onward.
James Bigler
2011-12-05
1
-11/+14
|
/
*
Modules: Include builtin FindPackageHandleStandardArgs directly
Brad King
2011-01-20
1
-1/+1
*
Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
Alex Neundorf
2011-01-04
1
-1/+1
[next]