vtk-m2/vtkm
Kenneth Moreland 5fb7f63829 Replace Boost preprocessor iteration with macro expansion tool
This commit removes the usage of the boost preprocessor library to
iteratively generate templates with a variable number of parameters. It
is replaced with a template that is expanded by running it through the
pyexpander macro processing tool (http://pyexpander.sourceforge.net).

One reason for this change is to make the code easier to read. In
particular, it is difficult to understand compiler errors when they
occur deep within an iterating macro. Another reason for this change is
that the Intel compiler currently has a bug that breaks with the boost
preprocessor library.

One issue with this approach is that the macro expansion is not part of
the build process. Although open, pyexpander is not a tool most
developers will have readily installed on their system. Thus, if you
want to make changes to any of the macro code, you have to make sure
pyexpander is installed, then make changes to the input files, then
manually run pyexpander from the command line.
2014-06-25 16:03:44 -06:00
..
cont Change ArrayContainerControl to Storage. 2014-06-24 09:58:32 -06:00
exec Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
internal Replace Boost preprocessor iteration with macro expansion tool 2014-06-25 16:03:44 -06:00
testing Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
CMakeLists.txt Add CMake configuration for execution environment code 2014-06-10 11:14:11 -06:00
Extent.h Remove alignment attribute from Extent struct. 2014-06-10 13:00:26 -06:00
ListTag.h Add classes to manage point coordinates. 2014-05-15 13:41:45 -06:00
TypeListTag.h Add a dynamic array handle. 2014-04-03 14:04:48 -06:00
Types.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
TypeTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
VectorTraits.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00