vtk-m/vtkm/internal
Kenneth Moreland 4ae3a20dfc Add test to check that all source files are part of the build system
The test is a simple CMake script that finds all files in the build
directory with certain extensions (.h, .cxx, etc.) and makes sure that
the filename is listed somewhere in the CMakeLists.txt file of the same
directory. If the filename is listed in the CMakeLists.txt file, then
there is a good chance it is being addressed by the build.

This should help catch when header files are not being installed. It also
should help verify that test builds are being done on all files. It will
also highlight dead source files.
2016-06-02 10:23:37 -06:00
..
testing Merge branch 'fix_typo_in_copyright' 2015-05-21 10:32:08 -04:00
ArrayPortalUniformPointCoordinates.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
Assume.h Solve the ParametricCoordinates issue by using VTKM_ASSUME. 2016-04-28 11:15:43 -04:00
CMakeLists.txt Add test to check that all source files are part of the build system 2016-06-02 10:23:37 -06:00
Configure.h.in Turn off warning for fill_n on MSVC 2016-05-04 07:58:25 -06:00
ConfigureFor32.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ConfigureFor64.h Add new lines at end of files. 2015-06-05 13:14:28 -04:00
ConnectivityStructuredInternals.h Change max # of cells associated with a point in a 3-D grid from 6 to 8. 2016-04-13 17:44:29 -04:00
ExportMacros.h Make a define to suppress false positive host/device warnings 2015-09-21 14:25:15 -04:00
FunctionInterface.h Improve the compile speed and binary output by tweaking FunctionInterface. 2016-05-04 14:48:42 -04:00
FunctionInterfaceDetailPost.h Perform less unnecessary copies when deducing a worklets parameters. 2016-01-19 09:20:49 -05:00
FunctionInterfaceDetailPost.h.in Perform less unnecessary copies when deducing a worklets parameters. 2016-01-19 09:20:49 -05:00
FunctionInterfaceDetailPre.h Improve the compile speed and binary output by tweaking FunctionInterface. 2016-05-04 14:48:42 -04:00
FunctionInterfaceDetailPre.h.in Improve the compile speed and binary output by tweaking FunctionInterface. 2016-05-04 14:48:42 -04:00
IndexTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Invocation.h Perform necessary copies when deducing a worklets parameters. 2016-01-26 15:08:46 -05:00
ListTagDetail.h Add Scatter parameters to Invocation. 2015-11-06 18:05:20 -07:00
ListTagDetail.h.in Add Scatter parameters to Invocation. 2015-11-06 18:05:20 -07:00