vtk-m2/vtkm/internal
Kenneth Moreland 1c710349e4 Add exception for timing test with MSVC in non-release mode.
We have a test for FunctionInterface to make sure that calling a function
indirectly through that is about as fast as directly. On MSVC we sometimes
observe that this timing fails in debug mode. This is probably the compiler
adding some code to each function invocation. That won't happen in production
compiles, so we don't care about it too much. Make an exception in this case.
2014-09-15 14:23:38 -06:00
..
testing Add exception for timing test with MSVC in non-release mode. 2014-09-15 14:23:38 -06:00
CMakeLists.txt If pyexpander is available, run it and check the source file. 2014-06-26 18:26:45 -06:00
Configure.h.in revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
ConfigureFor32.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ConfigureFor64.h Make sure all header wrapper macros start with vtk_m_ rather than vtkm_ 2014-06-11 10:43:36 -06:00
ExportMacros.h Use MSVC checked_array_iterator to suppress warnings and add checks. 2014-08-12 15:25:45 -06:00
FunctionInterface.h Replace Boost preprocessor iteration with macro expansion tool 2014-06-25 16:03:44 -06:00
FunctionInterfaceDetailPost.h Replace Boost preprocessor iteration with macro expansion tool 2014-06-25 16:03:44 -06:00
FunctionInterfaceDetailPost.h.in Replace Boost preprocessor iteration with macro expansion tool 2014-06-25 16:03:44 -06:00
FunctionInterfaceDetailPre.h Replace Boost preprocessor iteration with macro expansion tool 2014-06-25 16:03:44 -06:00
FunctionInterfaceDetailPre.h.in Replace Boost preprocessor iteration with macro expansion tool 2014-06-25 16:03:44 -06:00