vtk-m/vtkm
Kenneth Moreland 2ff6576c65 Add third party wrappers around boost macros.
The boost assert macros seem to have an issue where they define an
unused typedef. This is causing the XCode 7 compiler to issue a warning.
Since the offending code is in a macro, the warning is identified with
the VTK-m header even though the code is in boost. To get around this,
wrap all uses of the boost assert that is causing the warning in the
third party pre/post macros to disable the warning.
2015-09-16 23:34:49 -06:00
..
benchmarking Make thrust use fast paths when doing sort and scan. 2015-09-03 16:00:37 -04:00
cont Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00
exec Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00
internal Boost generates warnings for XCode 7 2015-09-16 23:32:39 -06:00
opengl Always pass raw memory pointers to glBufferSubData. 2015-09-02 13:26:33 -04:00
testing Special implementation of parametric coordinates for rectilinear cells 2015-09-02 13:50:31 -07:00
worklet Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00
BinaryOperators.h Suppress bad conversion warnings generated by gcc. 2015-08-06 14:06:43 -04:00
BinaryPredicates.h Add vtkm/BinaryOperators header. 2015-08-04 16:55:53 -04:00
CellShape.h Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00
CellTraits.h Remove pixel and voxel cell types 2015-08-27 17:03:13 -06:00
CMakeLists.txt Add VecRectilinearPointCoordinates class 2015-09-02 13:50:31 -07:00
Extent.h Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
ListTag.h Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00
Math.h Fix pyexpander errors 2015-09-02 13:47:33 -07:00
Math.h.in Add other Pi fraction constants and 2Pi 2015-09-02 10:06:02 -07:00
Matrix.h Add VecVariable 2015-08-14 09:15:46 -06:00
Pair.h Make PrintSummary actually work for Field and CoordinateSystem. 2015-08-27 10:20:30 -06:00
TopologyElementTag.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
TypeListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Types.h Add specialization of topology map fetch for regular point coords 2015-09-02 13:54:51 -07:00
TypeTraits.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
UnaryPredicates.h Add vtkm/UnaryPredicates header. 2015-07-30 13:12:59 -04:00
VecRectilinearPointCoordinates.h Add VecRectilinearPointCoordinates class 2015-09-02 13:50:31 -07:00
VectorAnalysis.h Adding examples directory with isosurface rendering example 2015-09-01 17:09:36 -06:00
VecTraits.h Add tests for interpolate functions. 2015-08-27 16:31:06 -06:00
VecVariable.h Add VecVariable 2015-08-14 09:15:46 -06:00