vtk-m/vtkm/exec/arg
Kenneth Moreland b15940c1e3 Declare new VTKM_STATIC_ASSERT
This is to be used in place of BOOST_STATIC_ASSERT so that we can
control its implementation.

The implementation is designed to fix the issue where the latest XCode
clang compiler gives a warning about a unused typedefs when the boost
static assert is used within a function. (This warning also happens when
using the C++11 static_assert keyword.) You can suppress this warning
with _Pragma commands, but _Pragma commands inside a block is not
supported in GCC. The implementation of VTKM_STATIC_ASSERT handles all
current cases.
2015-09-17 14:40:39 -06:00
..
testing Add specialization of topology map fetch for regular point coords 2015-09-02 13:54:51 -07:00
AspectTagDefault.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
BasicArg.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CellShape.h The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
CMakeLists.txt Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
ExecutionSignatureTagBase.h Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
Fetch.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayDirectIn.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayDirectInOut.h Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
FetchTagArrayDirectOut.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayTopologyMapIn.h Add specialization of topology map fetch for regular point coords 2015-09-02 13:54:51 -07:00
FetchTagExecObject.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
FetchTagTopologyIn.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
FromCount.h Use variable Vec-like objects for topology map fetching 2015-08-14 09:17:13 -06:00
FromIndices.h Remove TopologyData class. 2015-08-14 09:17:34 -06:00
WorkIndex.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00