vtk-m/vtkm/benchmarking
Kenneth Moreland 21b3b318ba Always disable conversion warnings when including boost header files
On one of my compile platforms, GCC was giving conversion warnings from
any boost include that was not wrapped in pragmas to disable conversion
warnings. To make things easier and more robust, I created a pair of
macros, VTKM_BOOST_PRE_INCLUDE and VTKM_BOOST_POST_INCLUDE, that should
be wrapped around any #include of a boost header file.
2015-07-30 17:40:40 -06:00
..
BenchmarkDeviceAdapter.cxx Measurement and general improvements to the benchmark suite 2015-07-28 11:03:28 -06:00
BenchmarkDeviceAdapter.h Always disable conversion warnings when including boost header files 2015-07-30 17:40:40 -06:00
Benchmarker.h Measurement and general improvements to the benchmark suite 2015-07-28 11:03:28 -06:00
CMakeLists.txt Adding micro benchmark suite 2015-07-09 13:56:06 -06:00