vtk-m2/vtkm/cont/tbb/internal
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
..
ArrayManagerExecutionTBB.h Add new lines at end of files. 2015-06-05 13:14:28 -04:00
CMakeLists.txt Add TBB backend. 2015-06-01 13:57:37 -04:00
DeviceAdapterAlgorithmTBB.h Guard against tbb including windows.h in a damaging fashion. 2015-07-15 09:51:46 -04:00
DeviceAdapterTagTBB.h Add new lines at end of files. 2015-06-05 13:14:28 -04:00
parallel_sort.h Add TBB backend. 2015-06-01 13:57:37 -04:00