vtk-m2/vtkm/internal
Kenneth Moreland 08d857fe92 Suppress warnings about exporting classes in dll
In VTK-m libraries, we are typically exporting (with declspec) classes rather
than the independent methods within the class. When you are exporting to a
dll in MSVC and the class contains a field that is not similarly exported,
then you get a warning. This is generally not an issue for our use since we
are really only using classes from the standard library and distributed with
VTK-m itself. The only sane way to fix the issue is to just disable the
warning.
2016-11-07 13:16:23 -07:00
..
testing Get IntegerSequence to work correctly with MSVC. 2016-09-27 09:02:53 -04:00
ArrayPortalUniformPointCoordinates.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
Assume.h More corrections needed to suppress false positive host / device warnings. 2016-06-30 16:04:37 -04:00
brigand.hpp Update brigand to get a chunk of msvc2013 fixes. 2016-09-27 09:02:39 -04:00
CMakeLists.txt Make sure we install the brigand header. 2016-11-03 08:03:51 -04:00
Configure.h.in Suppress warnings about exporting classes in dll 2016-11-07 13:16:23 -07: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 Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
ExportMacros.h Add VTKM_OVERRIDE macro 2016-09-07 16:47:39 -06:00
FunctionInterface.h Restore the AppendType and ReplaceType templates of FunctionInterface 2016-09-29 16:22:26 -04:00
FunctionInterfaceDetailPost.h Perform less unnecessary copies when deducing a worklets parameters. 2016-01-19 09:20:49 -05:00
FunctionInterfaceDetailPost.h.in Perform less unnecessary copies when deducing a worklets parameters. 2016-01-19 09:20:49 -05:00
FunctionInterfaceDetailPre.h FunctionInterface and DispatcherBase don't require boost now. 2016-09-23 16:39:20 -04:00
FunctionInterfaceDetailPre.h.in FunctionInterface and DispatcherBase don't require boost now. 2016-09-23 16:39:20 -04: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 Perform necessary copies when deducing a worklets parameters. 2016-01-26 15:08:46 -05:00
ListTagDetail.h Add fast tracks for ListTag operations on size <= 4. 2016-09-23 16:39:20 -04:00