Skip to content
Snippets Groups Projects
  1. Mar 12, 2017
  2. Mar 10, 2017
    • Brad King's avatar
      CUDA: Work around VS limitation in CudaOnly.WithDefs test · 65481a60
      Brad King authored
      CUDA 8.0 MSBuild rules do not pass `-x cu` to nvcc and so cannot support
      a custom file extension.  Fix our test for this to use a `.cu` extension
      instead.
      65481a60
    • Brad King's avatar
      VS: Provide an option to specify CUDA toolset version · 5164e9a6
      Brad King authored
      The NVIDIA CUDA Toolkit provides MSBuild toolset files for integration
      with Visual Studio.  Multiple versions may be installed so we need a way
      to tell our VS generators which CUDA toolset to use.  Extend the
      `CMAKE_GENERATOR_TOOLSET` specification to provide a `cuda=...` field
      specifying the version number.
      5164e9a6
  3. Mar 09, 2017
    • Brad King's avatar
      Tests: Fix CPackComponents NSIS install root · ae0f7dfa
      Brad King authored
      Without `CPACK_VERBATIM_VARIABLES` a path with backslashes does not make
      it through `CPackConfig.cmake` properly.  Just use forward slashes which
      NSIS seems to understand anyway.
      ae0f7dfa
  4. Mar 08, 2017
  5. Mar 07, 2017
  6. Mar 06, 2017
  7. Mar 02, 2017
  8. Mar 01, 2017
  9. Feb 28, 2017
  10. Feb 27, 2017
  11. Feb 26, 2017
  12. Feb 24, 2017
  13. Feb 22, 2017
  14. Feb 21, 2017
  15. Feb 19, 2017
  16. Feb 15, 2017
  17. Feb 14, 2017
Loading