vtk-m/vtkm/testing
David C. Lonie 4807b3c472 Silence warnings about unavoidable weak vtables.
- Exception classes cannot be exported due to MSVC's design decisions.
  See http://stackoverflow.com/questions/24511376. We must leave these
  classes as header only and silence the warnings.
- TransferResource in BufferState.h must remain a header-only class since
  there is no vtkm_interop library to compile the class into.
- The VTKDataSetReader hierarchy must similarly remain header-only since
  there is no vtkm_io library.
- The OptionParser Action classes are part of a header-only utility and
  cannot be easily compiled into a library.
-
2017-04-13 14:06:33 -04:00
..
CMakeLists.txt Move VecFromPortal classes to vtkm package 2016-11-22 17:04:55 -07:00
OptionParser.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
Testing.h Catch all exceptions by reference 2017-02-23 13:25:01 -05:00
TestingImplicitFunctions.h Add unit test for Box ImplicitFunction 2017-03-30 16:31:38 -06:00
TestingMath.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestBinaryOperators.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestBinaryPredicates.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestBounds.cxx Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
UnitTestCellShape.cxx Add CellShapeTag classes 2015-08-27 16:30:58 -06:00
UnitTestImplicitFunctions.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestListTag.cxx Fix a unused parameter warning in the UnitTestListTag 2017-01-02 10:39:41 -05:00
UnitTestMath.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestMatrix.cxx Use C++11 =delete keyword 2017-02-24 09:39:22 -05:00
UnitTestNewtonsMethod.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestPair.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestRange.cxx Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
UnitTestTesting.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestTransform3D.cxx Merge branch 'master' into rendering-library 2016-09-09 13:59:15 -06:00
UnitTestTypeListTag.cxx Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestTypes.cxx Add VecC and VecCConst structs 2016-12-01 15:04:22 -06:00
UnitTestTypeTraits.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestUnaryPredicates.cxx Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestVecFromPortal.cxx Move VecFromPortal classes to vtkm package 2016-11-22 17:04:55 -07:00
UnitTestVecFromPortalPermute.cxx Move VecFromPortal classes to vtkm package 2016-11-22 17:04:55 -07:00
UnitTestVecRectilinearPointCoordinates.cxx Special implementation of parametric coordinates for rectilinear cells 2015-09-02 13:50:31 -07:00
UnitTestVectorAnalysis.cxx Fix issues with UnitTestVectorAnalysis for MSVC. 2016-04-19 14:39:16 -06:00
UnitTestVecTraits.cxx Add VecC and VecCConst structs 2016-12-01 15:04:22 -06:00
UnitTestVecVariable.cxx Add VecVariable 2015-08-14 09:15:46 -06:00
VecTraitsTests.h Add VecC and VecCConst structs 2016-12-01 15:04:22 -06:00