vtk-m2/vtkm/internal
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
..
testing Implement ArrayHandleGroupVecVariable 2016-11-22 17:10:09 -07:00
ArrayPortalUniformPointCoordinates.h Make sure all custom storage containers are exported. 2017-01-16 09:17:38 -05:00
ArrayPortalValueReference.h Implement ArrayHandleGroupVecVariable 2016-11-22 17:10:09 -07:00
Assume.h Remove warning about constant conditional in VTKM_ASSUME 2017-01-10 10:40:17 -07:00
brigand.hpp Update brigand to get a chunk of msvc2013 fixes. 2016-09-27 09:02:39 -04:00
CMakeLists.txt Consistently include windows.h by making a wrapper header. 2016-11-28 09:54:37 -05:00
Configure.h.in Fix windows.h include logic 2017-03-10 16:28:13 -05:00
ConfigureFor32.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ConfigureFor64.h Add new lines at end of files. 2015-06-05 13:14:28 -04:00
ConnectivityStructuredInternals.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
ExportMacros.h Silence warnings about unavoidable weak vtables. 2017-04-13 14:06:33 -04:00
FunctionInterface.h Use C++11 =delete keyword 2017-02-24 09:39:22 -05:00
FunctionInterfaceDetailPost.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FunctionInterfaceDetailPost.h.in Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
FunctionInterfaceDetailPre.h Leverage std::move to help FunctionInterface make less copies. 2017-02-14 17:02:32 -05:00
FunctionInterfaceDetailPre.h.in Leverage std::move to help FunctionInterface make less copies. 2017-02-14 17:02:32 -05:00
IndexTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
IntegerSequence.h Get IntegerSequence to work correctly with MSVC. 2016-09-27 09:02:53 -04:00
Invocation.h Add InputDomainTag to Invocation 2017-03-03 20:20:35 -07:00
ListTagDetail.h Introduces ListTagUniversal which represents a list of everything. 2016-12-30 15:44:21 -05:00
Windows.h Fix windows.h include logic 2017-03-10 16:28:13 -05:00