vtk-m2/vtkm
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
..
benchmarking Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
cont Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
exec VecFromPortal::CopyTo can now handle const value Portals. 2016-10-12 13:28:36 -04:00
filter Fix ApplyPolicy for CoordinateSystem objects 2016-10-23 11:51:09 -04:00
internal Suppress warnings about exporting classes in dll 2016-11-07 13:16:23 -07:00
interop Fix function signature for UnitTestTransferGLUT 2016-10-11 08:03:36 -06:00
io Merge topic 'fix/dataset_reader' 2016-10-21 12:35:18 -04:00
rendering Correct conversion warning in VolumeRendererStructured 2016-10-31 15:27:45 -04:00
testing Exclude a specific ACos test on ICC in release mode. 2016-10-28 14:57:16 -04:00
worklet Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
Assert.h Make sure Configure.h included with Assume.h 2016-06-27 13:26:39 -06:00
BinaryOperators.h Update all of vtkm to understand it can only identify as one compiler. 2016-01-12 11:05:40 -05:00
BinaryPredicates.h
Bounds.h Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
CellShape.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
CellTraits.h
CMakeLists.txt Fix some issues with OpenGL configuration 2016-10-03 17:34:15 -06:00
ImplicitFunctions.h
ListTag.h Add fast tracks for ListTag operations on size <= 4. 2016-09-23 16:39:20 -04:00
Math.h vtkm::Math now doesn't require boost 2016-09-02 13:32:26 -04:00
Math.h.in vtkm::Math now doesn't require boost 2016-09-02 13:32:26 -04:00
Matrix.h Add POSIX assert wrapper 2016-04-20 14:19:22 -06:00
NewtonsMethod.h Move NewtonsMethod to the vtkm package 2016-04-14 14:36:02 -06:00
Pair.h
Range.h Change Field and related methods to use Range and Bounds 2016-05-29 18:49:36 -06:00
StaticAssert.h Update StaticAssert.h to use the c++11 static_assert function 2016-09-01 09:35:43 -04:00
TopologyElementTag.h Correct double trailing semicolons with VTKM_IS_TOPOLOGY_ELEMENT_TAG 2016-09-23 16:38:52 -04:00
Transform3D.h Add TextAnnotation to rendering library 2016-09-07 16:47:58 -06:00
TypeListTag.h Use WholeArrayIn instead of ExecObject for MarchingCubes worklets 2015-12-07 09:52:29 -07:00
Types.h Fixup for 1 back. 2016-10-28 14:57:16 -04:00
TypeTraits.h Update VecTraits/TypeTraits to include types that VTK uses. 2016-02-22 14:20:25 -05:00
UnaryPredicates.h
VecRectilinearPointCoordinates.h
VectorAnalysis.h Refactor liner interpolation to use (1-w)*v0+w*v1 2016-03-18 10:54:56 -04:00
VecTraits.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
VecVariable.h Add POSIX assert wrapper 2016-04-20 14:19:22 -06:00