vtk-m/CMake
Kenneth Moreland 7f005562ac Make all benchmarking sources listed in build
The benchmarking header files were not listed. Not a huge deal since
these files do not need to be installed, but they should be listed
anyway. Changed the vtkm_save_benchmarks CMake macro to be able to list
headers.

Also moved everything from BenchmarkDeviceAdapter.h to
BenchmarkDeviceAdapter.cxx. Since this code shouldn't need to be
included by anything except this benchmark, there is no need to have it
in a header file. Plus, the build changes would mean that any change in
the header (where most of the source was) could cause all code in this
directory to recompile. I do not want to set that precedent.
2016-06-02 10:24:21 -06:00
..
CheckCXX11Features Add in the basic CMake Infrastructure required for vtkm. 2014-02-10 15:00:17 -05:00
CheckCXX11Features.cmake Add in the basic CMake Infrastructure required for vtkm. 2014-02-10 15:00:17 -05:00
doxyfile.in Initial support for generating documentation using Doxygen 2015-07-17 15:35:59 -04:00
FindBoostHeaders.cmake Teach FindBoostHeaders.cmake about boost 1.60 2016-02-22 16:00:00 -05:00
FindGLEW.cmake Fix line endings. 2015-10-20 12:32:29 -06:00
FindMESA.cmake Add missing copyright headers. 2016-03-28 11:16:35 -04:00
FindPyexpander.cmake The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FindTBB.cmake Add TBB backend. 2015-06-01 13:57:37 -04:00
FindThrust.cmake The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TestBuild.cxx.in Add in the basic CMake Infrastructure required for vtkm. 2014-02-10 15:00:17 -05:00
UseVTKmBase.cmake Update vtkm_configure_device macro 2015-11-12 14:26:00 -07:00
UseVTKmCUDA.cmake Correct CUDA fallback to "fermi" when trying to do auto detection. 2016-03-10 16:28:54 -05:00
UseVTKmSerial.cmake Remove VTKm_ENABLE_VECTORIZATION, as VTKm_Vectorization handles all use cases. 2015-11-30 11:08:21 -05:00
UseVTKmTBB.cmake Remove VTKm_ENABLE_VECTORIZATION, as VTKm_Vectorization handles all use cases. 2015-11-30 11:08:21 -05:00
VTKmBuildDocumentation.cmake Initial support for generating documentation using Doxygen 2015-07-17 15:35:59 -04:00
VTKmCheckCopyright.cmake The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
VTKmCheckPyexpander.cmake The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
VTKmCheckSourceInBuild.cmake Add test to check that all source files are part of the build system 2016-06-02 10:23:37 -06:00
VTKmCompilerExtras.cmake Suppress failure to vectorize warnings from the Intel Compiler. 2015-12-04 09:18:54 -05:00
VTKmCompilerOptimizations.cmake Make the default for vectorization be none. 2016-03-23 14:09:59 -04:00
VTKmConfig.cmake.in Do not add c++ compiler optimizations to all compilers, but on a target basis. 2016-01-25 14:38:06 -05:00
VTKmConfigVersion.cmake.in Properly name the VTKm CMakeFiles. 2014-02-11 14:56:03 -05:00
VTKmCopyrightStatement.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
VTKmDetectCUDAVersion.cxx Check return error codes when detecting CUDA capabilities. 2016-02-23 10:07:32 -05:00
VTKmMacros.cmake Make all benchmarking sources listed in build 2016-06-02 10:24:21 -06:00
VTKmSystemInformation.cmake Add git SHA to information reported in SystemInformation test 2015-07-31 12:10:52 -06:00