vtk-m/vtkm/cont/arg
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
..
testing Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CMakeLists.txt Remove boost CMake logic as VTK-m doesn't require boost now. 2016-10-21 08:41:22 -04:00
ControlSignatureTagBase.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
Transport.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagArrayIn.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagArrayInOut.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagArrayOut.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagAtomicArray.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagCellSetIn.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagExecObject.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagWholeArrayIn.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagWholeArrayInOut.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TransportTagWholeArrayOut.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
TypeCheck.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TypeCheckTagArray.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TypeCheckTagAtomicArray.h Add AtomicArrayInOut ControlSignature tag. 2016-03-24 17:12:17 -06:00
TypeCheckTagCellSet.h Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
TypeCheckTagExecObject.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00