vtk-m/vtkm
Robert Maynard 765cc36ba5 Guard against tbb including windows.h in a damaging fashion.
tbb includes windows.h, and doesn't use the NOMINMAX so we need to do
that ourselves so that we can use std::min/max and limits<T>::min/max.

At the same we also define WIN32_LEAN_AND_MEAN so that the total number of
macros that windows.h defines is reduced.
2015-07-15 09:51:46 -04:00
..
benchmarking Adding micro benchmark suite 2015-07-09 13:56:06 -06:00
cont Guard against tbb including windows.h in a damaging fashion. 2015-07-15 09:51:46 -04:00
exec Fix compiler directives for icc 2015-07-06 10:35:06 -06:00
internal Fix compiler directives for icc 2015-07-06 10:35:06 -06:00
testing Merge branch 'vector-analysis' into 'master' 2015-07-07 17:38:48 -04:00
worklet Explicitly check against NULL to reduce windows warnings. 2015-07-15 09:48:51 -04:00
CellType.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
CMakeLists.txt Adding micro benchmark suite 2015-07-09 13:56:06 -06:00
Extent.h Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
ListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Math.h Add Matrix class. 2015-07-02 11:20:21 -06:00
Math.h.in Add Matrix class. 2015-07-02 11:20:21 -06:00
Matrix.h Fix issue with Intel compiler removing loop in MatrixTranspose 2015-07-06 14:31:43 -06:00
Pair.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
RegularConnectivity.h Teach DispatcherMapTopology how to do 2d and 3d scheduling. 2015-06-22 16:05:32 -04:00
RegularStructure.h Teach DispatcherMapTopology how to do 2d and 3d scheduling. 2015-06-22 16:05:32 -04:00
TypeListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Types.h Enable the Vec negate operator only if the component is negatable. 2015-06-30 14:55:16 -06:00
TypeTraits.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
VectorAnalysis.h Add basic vector analysis methods. 2015-07-07 14:25:58 -06:00
VecTraits.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00