Go to file
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
CMake Add SystemInformation test 2014-09-10 13:36:16 -06:00
docs revise the header guard naming convention to not conflict with macro names. 2014-03-07 10:22:36 -05:00
vtkm Add exception for timing test with MSVC in non-release mode. 2014-09-15 14:23:38 -06:00
CMakeLists.txt Add SystemInformation test 2014-09-10 13:36:16 -06:00
CTestConfig.cmake Add the correct copyright statement to CTestConfig. 2014-06-30 11:21:07 -04:00
LICENSE.txt Add a license to vtkm. 2014-02-10 15:00:17 -05:00
README.md Update readme to include PISTON. 2014-07-16 10:15:44 -06:00