vtk-m2/CMake
Robert Maynard ad3e0f320e VTK-m now provides a default and a list of types for CMAKE_BUILD_TYPE.
CMake has several default build types, but if nothing is specified when
configuring your project it defaults to an empty string and no optimization
flags are used.

It will now default to using a debug build if the source directory is a git
clone, or a release build if not. Additionally when using ccmake or cmake-gui
this will provide a nice list of possible options for CMAKE_BUILD_TYPE.
2017-08-10 10:47:14 -04:00
..
doxyfile.in Doxygen now excludes the thrust policy namespace. 2017-07-11 08:48:49 -04:00
FindEGL.cmake VTK-m find module better follow recommended best practices. 2017-01-27 10:03:52 -05:00
FindGLEW.cmake VTK-m find module better follow recommended best practices. 2017-01-27 10:03:52 -05:00
FindGLFW.cmake VTK-m find module better follow recommended best practices. 2017-01-27 10:03:52 -05:00
FindMESA.cmake Add missing copyright headers. 2016-03-28 11:16:35 -04:00
FindPyexpander.cmake Directly call python when executing expander.py 2016-06-16 10:36:20 -06:00
FindTBB.cmake Look for TBB includes/libs in previously selected directories 2017-04-18 13:03:06 -06:00
FindThrust.cmake VTK-m find module better follow recommended best practices. 2017-01-27 10:03:52 -05:00
TestBuild.cxx.in nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
VTKmBuildDocumentation.cmake First initial pass at cleaning up the doxygen generation for vtkm 2017-07-07 11:14:25 -04:00
VTKmBuildType.cmake VTK-m now provides a default and a list of types for CMAKE_BUILD_TYPE. 2017-08-10 10:47:14 -04:00
VTKmCheckCopyright.cmake Update VTKmCheckCopyright.cmake to ignore build files. 2016-08-02 13:50:33 -04:00
VTKmCheckPyexpander.cmake Directly call python when executing expander.py 2016-06-16 10:36:20 -06:00
VTKmCheckSourceInBuild.cmake Allow sources to be declared in parent directory 2016-09-07 16:47:54 -06:00
VTKmCompilerExtras.cmake Remove boost CMake logic as VTK-m doesn't require boost now. 2016-10-21 08:41:22 -04:00
VTKmCompilerOptimizations.cmake Fix configuration of vectorization 2016-08-03 16:07:21 -04:00
VTKmConfig.cmake.in Add ability to get VTK-m version from git 2017-01-26 10:02:04 -07:00
VTKmConfigureComponents.cmake On a system that has no opengl or mesa and with rendering enabled (such as docker container), vtkm fails to configure 2017-07-10 07:24:50 -07:00
VTKmCopyrightStatement.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
VTKmDetectCUDAVersion.cu Always treat CUDA_NVCC_FLAGS as a CMake list. 2017-05-31 13:05:51 -04:00
VTKmDetermineVersion.cmake Add warning if git version disagrees with version.txt 2017-01-26 10:08:45 -07:00
VTKmExportHeaderTemplate.h.in Redesign our export headers to handle template exports. 2017-01-16 09:17:38 -05:00
VTKmMacros.cmake Silence pointless warnings on TestBuilds. 2017-06-29 09:51:06 -04:00
VTKmSystemInformation.cmake Add git SHA to information reported in SystemInformation test 2015-07-31 12:10:52 -06:00
WrapCUDASource.cu.in Use TryExecute within the rendeirng library 2016-09-07 16:47:50 -06:00