vtk-m2/vtkm/interop/testing
Haocheng LIU 1fcbca3eed Replace std::random_shuffle with std::shuffle
std::random_shuffle is deprecated in C++14 because it's using std::rand
which uses a non uniform distribution and the underlying algorithm is
unspecified. Using std::shuffle can provide a reliable result in a 64
bit version.
2018-08-02 12:15:58 -04:00
..
CMakeLists.txt Refactor the rendering context flags to not be a combo box. 2018-01-08 14:00:57 -05:00
TestingOpenGLInterop.h Replace std::random_shuffle with std::shuffle 2018-08-02 12:15:58 -04:00
TestingTransferFancyHandles.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestFancyTransferEGL.cxx Merge topic 'update-license' 2017-09-21 11:03:33 -04:00
UnitTestFancyTransferGLUT.cxx Misc. typos 2018-01-30 06:51:47 -05:00
UnitTestFancyTransferOSMesa.cxx Merge topic 'update-license' 2017-09-21 11:03:33 -04:00
UnitTestTransferEGL.cxx Merge topic 'update-license' 2017-09-21 11:03:33 -04:00
UnitTestTransferGLUT.cxx Misc. typos 2018-01-30 06:51:47 -05:00
UnitTestTransferOSMesa.cxx Merge topic 'update-license' 2017-09-21 11:03:33 -04:00