vtk-m/vtkm/cont
Kenneth Moreland eb870fb045 Fix ICC warning about unused member method
Specifically a conversion operator was not being used in the StringInt
class of UnitTestArrayHandleCounting. Because it was in an anonymous
namespace that could not be used outside of the file, ICC warned about
it. Rather than remove the method, which could cause confusion later,
gave the namespace a name so the compiler assumes that the class could
potentially be used somewhere else.
2015-07-06 10:40:08 -06:00
..
arg Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
cuda Fix compiler directives for icc 2015-07-06 10:35:06 -06:00
internal Remove unused typedef in DeviceAdapterAlgorithmGeneral. 2015-06-30 08:38:25 -04:00
tbb Fix compiler directives for icc 2015-07-06 10:35:06 -06:00
testing Fix ICC warning about unused member method 2015-07-06 10:40:08 -06:00
ArrayHandle.h Redesign StorageBasic to allow modification of user provided memory. 2015-06-05 10:32:48 -04:00
ArrayHandleCompositeVector.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayHandleConstant.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayHandleCounting.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayHandleImplicit.h Fix VertexClustering and missing iteratortype in ArrayHandleImplicit.h for CUDA 2015-06-24 16:35:11 -04:00
ArrayHandlePermutation.h Verify permutation array works with Sort and Reduce. 2015-06-19 08:44:21 -04:00
ArrayHandleTransform.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayHandleUniformPointCoordinates.h Correct casting issues ArrayHandleUniformPointCoordinates. 2015-06-30 09:21:19 -04:00
ArrayHandleZip.h Generalize the support for zip handles inside the cuda backend. 2015-06-12 11:56:46 -04:00
ArrayPortal.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ArrayPortalToIterators.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Assert.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CellSet.h CellSet's now hold logical structure by value, instead of by pointer. 2015-05-29 09:07:40 -04:00
CellSetExplicit.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
CellSetStructured.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
CMakeLists.txt Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
CoordinateSystem.h Merge 'origin/datamodel-design' into datamodel-design 2015-05-29 13:54:10 -04:00
DataSet.h Correct double to float conversion warnings. 2015-06-04 09:06:47 -04:00
DeviceAdapter.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterAlgorithm.h Update the name of predicates, and binary functors. 2015-06-22 11:13:27 -04:00
DeviceAdapterSerial.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DynamicArrayHandle.h Add NewInstance method to DynamicArrayHandle. 2015-06-16 15:23:50 -06:00
DynamicPointCoordinates.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Error.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControl.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlAssert.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlBadType.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlBadValue.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlInternal.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlOutOfMemory.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorExecution.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ExplicitConnectivity.h Added VertexClustering test 2015-06-24 14:55:22 -04:00
Field.h Allow creation of vtkm::cont::Field without any data. 2015-06-08 16:14:49 -04:00
LogicalStructure.h fleshing out cell set and data set more. 2015-05-11 16:54:16 -04:00
PointCoordinatesArray.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
PointCoordinatesListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
PointCoordinatesUniform.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Storage.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
StorageBasic.h Redesign StorageBasic to allow modification of user provided memory. 2015-06-05 10:32:48 -04:00
StorageImplicit.h Make releasing an implicit storage resources a no-op instead of exception. 2015-06-29 11:56:53 -04:00
StorageListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Timer.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TopologyType.h fix typo. 2015-05-14 16:10:17 -04:00