vtk-m/examples/hello_world
Kenneth Moreland fdaccc22db Remove exports for header-only functions/methods
Change the VTKM_CONT_EXPORT to VTKM_CONT. (Likewise for EXEC and
EXEC_CONT.) Remove the inline from these macros so that they can be
applied to everything, including implementations in a library.

Because inline is not declared in these modifies, you have to add the
keyword to functions and methods where the implementation is not inlined
in the class.
2016-11-15 22:22:13 -07:00
..
CMakeLists.txt Add GLUT component to find_package(VTKm) 2016-10-03 17:34:13 -06:00
HelloWorld.cu nvcc doesn't have troubles with boost shared_ptr optimizations 2016-07-19 13:26:23 -04:00
HelloWorld.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
HelloWorldTBB.cxx Switch over to a simpler way to specify the vtkm backend. 2015-09-16 13:16:25 -04:00
LoadShaders.h Make sure all source files are declared in the examples 2016-06-02 10:24:21 -06:00