vtk-m2/vtkm/testing
Kenneth Moreland fdaccc22db Remove exports for header-only functions/methods
Change the VTKM_CONT_EXPORT to VTKM_CONT. (Likewise for EXEC and
EXEC_CONT.) Remove the inline from these macros so that they can be
applied to everything, including implementations in a library.

Because inline is not declared in these modifies, you have to add the
keyword to functions and methods where the implementation is not inlined
in the class.
2016-11-15 22:22:13 -07:00
..
CMakeLists.txt Make a shared header of 3D transformations 2016-06-09 13:34:29 -06:00
OptionParser.h Fix a couple of conversion warnings in OptionParser for testing. 2015-06-10 13:58:26 -06:00
Testing.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TestingImplicitFunctions.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07: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 Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
UnitTestMath.cxx Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
UnitTestMatrix.cxx Fix test that fails during optimization. 2016-04-21 11:02:45 -06: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 Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -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
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 Replace TryAllTypes with trying exemplar tests 2016-08-24 16:02:18 -06:00
UnitTestVecVariable.cxx Add VecVariable 2015-08-14 09:15:46 -06:00
VecTraitsTests.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00