vtk-m2/vtkm/exec
Kenneth Moreland e301ba0a98 Replace BOOST_MPL_ASSERT with BOOST_STATIC_ASSERT
BOOST_MPL_ASSERT is causing warnings in the PGI compiler. Apparently,
when BOOST_MPL_ASSERT succeeds it declares a static object with a unqiue
name scoped to the file. The problem is that the PGI compiler is pretty
picky about things being declared without being used, so it was emitting
useless warnings about successful BOOST_MPL_ASSERTs. However,
BOOST_STATIC_ASSERT does not seem to have this problem, so for the benefit
of PGI change the compile-time assert method.
2015-08-14 21:16:12 +00:00
..
arg Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
cuda Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
internal Replace BOOST_MPL_ASSERT with BOOST_STATIC_ASSERT 2015-08-14 21:16:12 +00:00
Assert.h Some fixes to VertexClustering 2015-06-29 15:14:50 -06:00
CMakeLists.txt Roll connectivity information into CellSet in control environment 2015-08-02 15:59:44 -06:00
ConnectivityExplicit.h Reintroduce explicit connectivity class for cont environment 2015-08-11 12:42:34 -06:00
ConnectivityStructured.h Change Node -> Point 2015-08-03 10:06:59 -06:00
ExecutionObjectBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExecutionWholeArray.h Implement a way to pass a portal to worklet as a parameter. 2015-06-26 16:26:51 -04:00
FunctorBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TopologyData.h Correct some warnings about 64bit to 32bit conversion. 2015-07-23 09:29:10 -04:00