vtk-m/vtkm/exec/testing
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
..
CMakeLists.txt WorldCoordinatesToParametricCoordinates functions 2015-08-27 16:31:07 -06:00
UnitTestCellDerivative.cxx Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00
UnitTestCellInterpolate.cxx Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00
UnitTestNewtonsMethod.cxx Fix gcc warnings 2015-08-27 17:39:45 -06:00
UnitTestParametricCoordinates.cxx Add third party wrappers around boost macros. 2015-09-16 23:34:49 -06:00