Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define __CUDACC__ during dependency scanning, since NVCC doesn't. | James Bigler | 2010-01-28 | 1 | -0/+7 |
| | |||||
* | Reordered the arguments, so that user generated arguments go last and thus ↵ | James Bigler | 2010-01-08 | 1 | -7/+7 |
| | | | | get precedence. | ||||
* | Don't allow -G -M on CUDA versions less than 3.0. | James Bigler | 2009-11-30 | 1 | -1/+15 |
| | |||||
* | Fix Xcode build. | James Bigler | 2009-10-07 | 1 | -6/+0 |
| | | | | | Move the make_directory command to the main target, so that CMAKE_CFG_INTDIR will get expanded by the build tool. | ||||
* | Updated copyright notice to conform to NVIDIA guidelines. | James Bigler | 2009-10-05 | 3 | -6/+3 |
| | |||||
* | Updated the license on top of each file. | James Bigler | 2009-09-29 | 3 | -48/+93 |
| | |||||
* | Convert FindCUDA helper newlines from CRLF to LF | Brad King | 2009-09-28 | 2 | -309/+309 |
| | | | | | These files were committed to the repository with Windows newlines. This converts them to Unix newlines so they will show up natively. | ||||
* | Added a command to make the output directory. This is to fix the XCode ↵ | James Bigler | 2009-09-23 | 1 | -0/+6 |
| | | | | build that uses a different output directory than other systems, and rather than try to match that we'll just make it. | ||||
* | Initial version of FindCUDA script. Still needs documentation formatting. | James Bigler | 2009-09-15 | 3 | -0/+408 |